Scene Builder
-
Gluon Scene Builder Download
http://gluonhq.com/products/scene-builder/The "official" window-based tool for creating JavaFX GUIs; similar to Window Builder for Java Swing.
-
JavaFX: Address Book Tutorial
http://code.makery.ch/library/javafx-8-tutorial/Tutorial on building an address book application in JavaFX using the Model-View-Controller (MVC) design pattern. Makes use of the
TableView
andObservableList
Java classes, as well as CSS to style the application interface.