This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JavaFX and the fly likes Swing to JavaFX2 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JavaFX
Reply Bookmark "Swing to JavaFX2" Watch "Swing to JavaFX2" New topic
Author

Swing to JavaFX2

Stephane Clinckart
Ranch Hand

Joined: Oct 21, 2003
Posts: 89
Hello,

I read that in the roadmap of JavaFX2 there is something binded to handle Swing.

Can you spot me a good article that explain what is covered ?

Thanks.
Mohamed Sanaulla
Bartender

Joined: Sep 08, 2007
Posts: 2927
    
  15

JavaFX is not being bound to Swing- Instead they are adding an API so that one can create JavaFX components from the Java app just like you do for Swing. In current and previous versions one had to write JavaFX Script to create GUI. This article (http://www.adam-bien.com/roller/abien/entry/hello_javafx_2_a_tableview) shows how the JavaFX components can be created in a Java code- Though this uses a different component, it does show the syntax There would be few more of such samples.

Mohamed Sanaulla | My Blog
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Swing to JavaFX2
 
Similar Threads
Which is the hottest Java Technolgy?
getting information from GUI
WA #1.....word association
WA #2 ..... word association
Allow only numbers?