I know that elements in Flow Pane layout in JavaFX are positioned next each other in one orientation. I want in the middle of this process to force JavaFX to put elements in a new line , to some extend like "\n" character in print method . How i can do this ?
How to position elements in a new line in Flow Pane layout in JavaFX?
4.2k Views Asked by Farid Abdi At
2
A blank full width node behaves like "\n" in
FlowPane
.I think this is effective in case you want to control line breaking as a node.