Answer the question
In order to leave comments, you need to log in
How to add separator in fxml javafx?
I want to add separator
between two buttons , but I don't know how to do it in fxml file.
<ToolBar>
<items>
<Button text="Show all" onAction="#showAllButtonClicked" />
<Button text="Show last 10" onAction="#showLastTenButtonClicked"/>
</items>
</ToolBar>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question