Tagged Questions
-2
votes
0answers
51 views
JavaFX Book | Learn JavaFX More In Depth [closed]
JavaFX is a constantly changing thing, but appears to have been mostly standardized by Oracle releasing most of it as open source (and the rest to follow very shortly), and JavaFX becoming part of the ...
-2
votes
0answers
87 views
is it possible to write web applications with java fx? [closed]
is it possible to write web applications with java fx? I heard java fx support full java core functionality and have a better media and graphics support
0
votes
1answer
58 views
Dynamic items on JavaFX interface
I am looking to build an application similar to Blocky. For that I will be using JavaFX. I am working on prototypes atm. It appears that JavaFX UIs are generally made using Scene Builders. I am still ...
6
votes
4answers
923 views
Using MVC in a Java app
I need to write a cross-platform GUI application to process (in multiple threads) and visualize fairly large quantities of data. Ideally the application should be relatively fast and look good.
The ...
4
votes
1answer
475 views
JavaFX 2.0 vs Qt for cross platform stand-alone application [closed]
I need a bit of advice from you developers who deal with cross-platform applications (specifically programs with a GUI).
I will be creating an application soon that needs to be cross-platform and so ...
9
votes
8answers
4k views
Do you start migrating your Swing project to JavaFX [closed]
I have a 4 years old project which is written in Swing + SwingX. Currently, it is still alive and still kicking.
However, as more GUI related feature requests coming in (For instance, a sortable tree ...
3
votes
3answers
3k views
Does JavaFX have a future? [closed]
I have not intended to hash and rehash the same matter, but just to decide, what to learn first (JavaFX, Flex, HTML5, etc.) I would pull through a kind of survey, especially as the recent similar ...
35
votes
1answer
2k views
What are these different Java versions for?
I am just about to start my Java journey, ( I've already dabbled in C++) but I am getting really confused about all the different versions of Java:
JavaSE
JavaEE
JavaFX
etc.
Can someone explain ...