Some links I collected in my bookmarks, which could be interesting for other JavaFX developers:
- A talk about JavaFX at devoxx and an example with source code – how to create an image viewer (with auto zoom on mouse over)
- Did you ever want to know how to move images in JavaFX?
- And how to create a calendar component?
- It is fairly simple to use swing components or pure java code in JavaFX. But how to use JavaFX within Swing? Look here and here.
- It is well documented how to transform photoshop files into JavaFX code. But how to achieve the same with inkscape?
Pingback: JavaFX Links (3) « Java and more …