News

One of the improvements in JavaFX with JavaFX 2.0 has been greater ease of interoperability with Swing and SWT . Several online resources document how this is done.
Java Swing Swing is one of Java's most enduring desktop UI frameworks, and it continues to power high-quality applications across platforms. A prime example is the popular IntelliJ IDEA Java IDE, ...
Whenever developers start a new language, they're welcomed with a Hello World application. Here are three Java Hello World examples to get started.
In this three-part tutorial, Jeff Friesen walks through the process of refactoring an example Swing-based notepad editor application to its JavaFX 2 equivalent.