Measures Concepts
GitHub icon

FXML

FXML - Xml format

< >

FXML is a xml format created in 2011.

#1681on PLDB 13Years Old

FXML is an 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.. Read more on Wikipedia...


Example from Wikipedia:
<?import javafx.scene.control.Label?> <Label text="Hello, World!"/>

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout