Tagged Questions

The JavaFX platform enables developers to create and deploy RIA applications that behave consistently across multiple platforms and browsers. It is built on Java technology.

learn more… | top users | synonyms

21
votes
7answers
9k views

How does JavaFX compare to Flash and Flex? [closed]

I know Flex pretty good but also started to use Java FX. I am a little bit confused. Java FX seems to focus more on low level drawing operations and animations. Less on creating standard UIs like ...
20
votes
8answers
1k views

Best Resources for Learning JavaFX?

For those of us learning JavaFX, what are the best resources you've found so far? (One of the difficulties in finding good JavaFX resources is that things written before July 2008 are often no ...
15
votes
3answers
781 views

JavaFX in the wild?

Does anybody know of any real-world web applications based on JavaFX? I'm an experienced Java programmer considering starting a website while I'm not at my day job. I don't have a lot of expertise ...
11
votes
10answers
6k views

JavaFX is now out: Are Applets and Java Desktop officially dead/dying?

JavaFX is now out, and there are promises that Swing will improve along with JavaFX. Gone will be the days of ugly default UI, and at long last we can create engaging applications that are comparable ...
11
votes
20answers
1k views

Will web applications replace desktop applications? [closed]

Will everything go to the cloud? If so, in which direction? Google-Gears? Flash,AIR,JavaFX? See also: Does desktop development matter?
10
votes
6answers
2k views

Can we develop very good looking UI in swing and if not what are alternatives

In my current project we have to develop a good looking desktop based application in java. Currently, we have a very basic desktop application written in swing and team does not have good swing ...
10
votes
10answers
1k views

What are your feelings on JavaFX?

I currently do a lot of work in ActionScript 3.0, I also love to program in Java. Is JavaFX perfect for me? What is the general feeling on JavaFX, will it become a power house, or go down the same ...
8
votes
2answers
2k views

How does JavaFX compare to WPF?

I'm mostly a C# programmer, I stopped writing Java about 10 years ago, but I try to keep up with the technology in Java by reading articles, talking with friends, etc. I've heard about the new rich ...
8
votes
4answers
2k views

What's all this business about Flash, Flex, Adobe Air, Java FX and Silverlight?

What's all this business about Flash, Flex, Adobe Air, Java FX and Silverlight? Why would I choose one over the other? and what happened to Java Applets and ActiveX controls? Oh, and where does AJAX ...
7
votes
2answers
248 views

Adding other video codecs / DVD support to JavaFX 2.0

Background I've been using VLCJ thus far for playing video in my application. It works, but if possible I'd like to see if I can achieve a similar level of support for common codecs by migrating to ...
7
votes
0answers
368 views

Would you choose JavaFX to build a desktop application instead of Swing? [closed]

Possible Duplicate: JavaFX or Swing? Hello, everybody! My question is simple: would you choose JavaFX to build a desktop application instead of Swing? What would be the advantages of ...
7
votes
5answers
318 views

Why aren't there more (any?) killer RIA desktop apps?

I am in the beginning stages of a project that will feature alot of graphing and visualization. Making this a RIA app makes all the sense in the world, until I start looking at examples of killer RIA ...
7
votes
4answers
866 views

Pros and Cons of JavaFX and Silverlight

I know there is already a question about the performance of Flex, JavaFX, and Silverlight. My question is a bit more broad: We are evaluating the merits of JavaFX and Silverlight to serve as the GUI ...
7
votes
4answers
1k views

JavaFX or Swing?

i just wanted your input on something with regards to java. Would it be good to use javafx for my user interface, or would sticking to swing be easier or more convenient? I'm still a student by the ...
7
votes
5answers
913 views

A better way to do Swing Applications

Is there a better way to develop Java Swing applications? SWIXML? JavaFX? Anything else that developers out here have liked and recommend?
6
votes
7answers
733 views

to JavaFx or Not

We are starting a new Desktop application and considering using javafx but we are a bit confused given the recent announcement by oracle that javafx scripting is not going to be developed further. ...
6
votes
5answers
4k views

Apache Pivot 1.4 vs. JavaFX, Flex, Silverlight, Swing

I've recently heard about Apache Pivot being moved to the Top Level Projects category and I was wondering who has tried the most recent version and compared it to other RIA tools. What are the proper ...
6
votes
2answers
656 views

Anyone tried mixing JavaFx and JRuby?

Has anyone tried mixing JavaFx and JRuby? I've built a desktop JRuby application with a Swing GUI (100% JRuby) and I'm toying with the idea of replacing the GUI with JavaFx for a more slick feel. ...
5
votes
2answers
809 views

Netbeans JSR-296, Swing and JavaFX, what are we now meant to use?

I am starting to learn Java development (I used to develop in C++), I am using some older materials, however, I would also like to keep up to date with Java developments and recommendations. I did ...
5
votes
5answers
1k views

Success stories for JavaFX

Did anyone here a real company using JavaFX for real life applications? I did a shallow search about JavaFX usage, and found almost no heavy usage case. Anyone knows companies which actually using ...
5
votes
6answers
5k views

JavaFX, Swing, or Flex for Java Desktop Applications

Most of the desktop application development I do is in Swing, and I'm curious to hear people's thoughts on using JavaFX and/or Adobe Flex for building desktop applications. Have you had success ...
4
votes
1answer
228 views

Integrating JavaFX 2.0 WebView into a Swing Java SE 6 Application

I was looking for a way to integrate a Web-Browser-Component in an existing Swing-Application and found WebView for Java FX 2.0. Furthermore I found a blog post on java.net showing how to integrate a ...
4
votes
2answers
183 views

Scala compilation error with Java parametrized constructor and parametrized interface

When trying to compile the following code with Scala 2.8.1/JavaFx 2.0 beta new KeyValue(circle.translateYProperty, random() * height) I get the following error: [error] found : ...
4
votes
1answer
229 views

What happened to Java Media Components?

After researching my options with regards to video support in Java, I stumbled across Java Media Components mentioned a few times, along with this article that seems to hint they hoped to include it ...
4
votes
2answers
2k views

JavaFX for iphone ipad

i need to know that can JavaFX application run into IPHONE IPAD? Is there any JavaFX runtime in these device.
4
votes
2answers
951 views

Combining JavaFX and Scala - is it possible?

Is it possible to use them in conjunction? It would be nice to write the GUI in JavaFX and define the business logic in Scala. Any ideas?
4
votes
4answers
3k views

Creating a desktop icon using JWS JNLP for a JavaFX app

I am trying to get a custom destop icon to be displayed for my app but for some reason no matter what I do the same default java icon shows up. I have tried everything I can think of and gone and ...
4
votes
4answers
689 views

Java User Interface Framework?

I am about to build a UI in Java and I am trying to determine what I should use. I definitely don't want to use vanilla swing. The one caveat is that it has to be added inside of an existing swing ...
4
votes
4answers
953 views

Should I learn Swing before learning JavaFx?

Does it make sense to start learning JavaFx if I do not have any background in UI programming? Is it more advisable to learn Swing first and then move on to JavaFx ? I tried the getting started ...
4
votes
5answers
224 views

JavaFX 1.0 released. What are your thoughts? [closed]

JavaFX 1.0 was released on Thursday, Dec. 4. As a developer, what do you think of JavaFX? In your workplace, do you have any plans to move forward with JavaFX-based apps or websites? Do you have ...
3
votes
1answer
79 views

Using HTML5 video tag in a javafx application

I have a simple javaFX application that loads a webpage in a WebView componant. StackPane root = new StackPane(); Scene scene = new Scene(root, 80, 20); browser = new WebView(); webEngine = ...
3
votes
1answer
46 views

Java Sound Mixing

I'm using the java sound w/ some Tritonus and JavaFx too, for a college project, and I've searched high and low for an answer. Now maybe its so very simple I've been staring at it, but all I want to ...
3
votes
2answers
95 views

regex syntax javafx

A silly question, I am not sure what is wrong in the following javafx regex syntax. Netbeans complains illegal escape character in whole of this regex string, var pattern:String = ...
3
votes
4answers
301 views

RIA Technology of Choice

I'm looking into creating a Rich Internet Application. For the interface, I want something smooth, fast, and robust. I realize there are several technologies out there to do just that (Flex, standard ...
3
votes
2answers
236 views

Is Oracle committed to JavaFX?

I've been researching about building desktop application with JavaFX framework. Does anyone have any good or bad experience that can tell us? Is Oracle committed to JavaFX? Thanks.
3
votes
5answers
1k views

Is possible to make sexy GUI with javaFX & swing?

I would like to do a "sexy" / user-friendly / appealing GUI in java. Swing is a limited in terms of "skin" customisation. I'm thinking about JavaFX but I don't it yet, what can I achieve with this ...
3
votes
2answers
452 views

JavaFX layouts question

I am having some problem understanding layouts in JavaFX. Consider following code. Stage { title: "ListView test" scene: Scene { width: 400 height: 400 content: [ ...
3
votes
2answers
236 views

Grayscale image with colored spotlight in JavaFX

I need a way to have a gray scale image in an ImageView and on mouse moved if the cursor position is in the ImageView bounds to show a colored spotlight on the mouse position. I have created a sample ...
3
votes
2answers
69 views

What does a mobile need to be able to run JavaFX?

What exactly does a mobile need to be able to run JavaFX? Can it run on any mobile that supports specific JSRs or does it have to be installed by the manufacturer? Links What platforms JavaFX ...
3
votes
3answers
423 views

What is difference between JavaFX and Silverlight

I like to know difference between Silverlight and JavaFX. Anybody help me.
3
votes
1answer
2k views

Webcam access from JavaFx

Does the latest JavaFx version support streaming webcam video? Is it possible to get it through JMF in fx?
3
votes
3answers
3k views

Multiple scenes in JavaFX

I'm writing a very simple application in Javafx where there is a single button with a textbox on the stage as one scene.Now,the behavior I want is that when I click the button I can load another scene ...
3
votes
3answers
1k views

Interactive Map viewer desktop application in Java

I want to build a desktop application - a map viewer , something like this : http://sunsite.ubc.ca/UBCMap/ in Java . Whenever someone hovers the mouse over a building on the map , there should be a ...
3
votes
5answers
391 views

Dealing with asynchronous control structures (Fluent Interface?)

The initialization code of our Flex application is doing a series of asynchronous calls to check user credentials, load external data, connecting to a JMS topic, etc. Depending on the context the ...
3
votes
1answer
266 views

Why doesn't this “binding” code work as expected in JavaFX?

I am new to JavaFX. I am not able to understand why the code below doesn't work. import javafx.util.Sequences; def nums = [1..10]; var curr = 0; var evenOrOdd = bind if (nums[curr] mod 2 == 0) ...
3
votes
3answers
526 views

Why do we need JavaFX though we have Swing?

Swing is good in many ways, then why do we need JavaFX?
3
votes
2answers
1k views

javafx and javadoc

I have generally been underwhelmed by JavaFX, but at least their API documentation is a big improvement over javadoc which has not gone through any substantial improvement in a decade. Is it possible ...
3
votes
1answer
410 views

How to create a custom loading screen in JavaFX?

I'd like to create a custom loading screen for a JavaFX application. Don't want the user to see the Java coffee cup icon, I want to put my own graphic there! I've found out how to provide a static ...
2
votes
1answer
50 views

Handling URL Schemes with Java

Anybody knows how to handle custom URL schemes with Java? Like when you access any itms:// URL in browser, iTunes will handle it. I know it's possible by writing native code applications that calls ...
2
votes
1answer
237 views

TableView - Better Editing through Binding?

Linked to question: JavaFX 2: Save edit in TableCell There seems to be allot of plumbing required for to establish an editable tableview - namely trapping all the events for each textField ...

1 2 3 4 5 9