Tired of writing code for creating your user interface? What if you could layout your user interface via an file? E.g.
<BorderPane>
<top>
<Label text="Page Title"/>
</top>
<center>
<Label text="Some data here"/>
</center>
</BorderPane>
That is exactly what FXML is all about in JavaFX.
No comments:
Post a Comment