FXML

FXML is an XML-based user interface markup language created by Oracle Corporation for defining the user interface of a JavaFX application. FXML presents an alternative to designing user interfaces using procedural code, and allows for abstracting program design from program logic.

<?import javafx.scene.control.Label?>
<Label text="Hello, World!"/>
FXML
Developed byOracle Corporation
Initial releaseOctober 2011 (2011-10)
Type of formatUser interface markup language
Extended fromXML
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.