This post originated from an RSS feed registered with Java Buzz
by Franco Martinig.
Original Post: Moving From Swing to JavaFX
Feed Title: Java Software Development Videos and Tutorials Directory
Feed URL: http://www.java-tv.com/feed/
Feed Description: Java-TV.com is a directory of videos, interviews and tutorials focused on software development activities with the Java programming language.
Learn how JavaFX can replace all or parts of a Swing user interface. Swing has been a great retainer for years, but with today is focus on rich user interfaces, many Java applications can benefit from using JavaFX instead. The question is, how do you manage that when you are stuck with a an old Swing front end?
This presentation starts with a typical Swing application and replaces parts of it with a shiny new JavaFX interface. During this transformation event listeners are replaced by JavaFX bindings, hardcoded color constants are ...