Skip to content

Releases: Tuupertunut/FxmlTemplates

1.0.1

26 Oct 15:59
Compare
Choose a tag to compare

The NBM is now signed. No functional changes.

1.0.0

28 Jul 18:21
Compare
Choose a tag to compare

First release version.

This plugin adds two new creatable file types under the JavaFX category:

JavaFX FXML Node

Creates two files. One FXML file and one Java class file which works as both the root and controller of the FXML. The Java file works as a standalone Node, meaning it can be added as a child to other Nodes.

JavaFX FXML Application

Creates three files. A JavaFX application main class and one JavaFX FXML Node, as described in the previous section. The node is used as the root node of the application.