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!"/>
Developed by | Oracle Corporation |
---|---|
Initial release | October 2011 |
Type of format | User interface markup language |
Extended from | XML |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.