How-To's > How do I find easy application examples?
Version: JavaFX 1.3See the following links for examples of how easy it is to build a quick application in JavaFX.
- Getting Started With JavaFX Technology – This tutorial helps you create a simple animation that occurs when the mouse enters a defined location.
- Creating a Drawing Application in 5 Minutes – This tiny program enables viewers to make freehand drawings inside a window by using a mouse. Although this is not a full-fledged editor, it is a surprisingly compact program.
- Creating an Image Slideshow – This tutorial and screencast walks you though creating a slideshow that imports images and cycles through them by using a fade-out effect.
Last Updated: April 2010
[Return to How-To's Home]