Neha Patil (Editor)

FXML

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developed by
  
Oracle Corporation

Extended from
  
XML

Initial release
  
October 2011 (2011-10)

Type of format
  
User interface markup language

FXML is a XML-based user interface markup language created by Oracle Corporation for defining the user interface of a JavaFX application.

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. However anything that is created or implemented in FXML can be expressed using JavaFX directly.

References

FXML Wikipedia