Creates a new JavaFX FXML-enabled application in a standard IDE project.
FXML is a scriptable, XML-based markup language for constructing Java object graphs.
It provides a convenient alternative to constructing such graphs in procedural code,
and is ideally suited to defining the user interface of a JavaFX application,
since the hierarchical structure of an XML document closely parallels the structure
of the JavaFX scene graph.