| 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
|
|
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
|
 |
 |
|
|
subject: Swing to JavaFX2
|
|
|