- Swing 2.0 == JavaFX? Join the discussion here. Post here, if you have a Swing application which would benefit a lot from JavaFX.
- ‘Physics’ with JavaFX
- JavaFX wiki with a lot of links. For example links for Swing integration into JavaFX and the other way around.
- How to distrubute a JavaFX application? Distribution via JNLP is easy, if you have the latest java version! And if you know how to do it!
- Knob control for JavaFX. You can get the Netbeans project at the bottom of the article…
- Menu component for JavaFX.
- How to get the screen size? Solution:
FX.getProperty("javafx.screen.height") FX.getProperty("javafx.screen.width")
- DeckNode Example for JavaFX 1.0
- No unit tests for JavaFX in NetBeans?
- The source code for one presentation at devoxx.
Some other blogs about Java links:
http://sinnema313.wordpress.com/javafx-links/
http://www.sven-drieling.de/diary/2008/12/22/
http://blogs.sun.com/sanaulla/entry/javafx_links
http://www.netbeans-forum.de/viewtopic.php?t=2273&sid=da412530d41aafc02b386f15d782c8ac
I hope there are not out of date …
Hi.
Nice examples the menu component looks great! I’m going to try it.
Here is another physics example: http://tareitas.webs.com/fx/GravityTest/
Pingback: JavaFX Links (3) « Java and more …