Tuesday, January 14, 2020

Useful

Found a useful demo showing the true strength of javafx:
one can use a layout option in one segment of another. everything
falls into place.

Making it not too difficult on myself, usinf an example with a
Split Pane, and nesting a VBox in each pane: thus each will show my
add-ons one below the other.

Initially:

Added an Icon to set the theme:



Used getchildren() on the left to place my label!!


Works fine...


*     *     *
The purple on the title part of the window is there because that is what I am
currently running on Windows 10. Just confirms to me the Window is that of the
platform. 😕

No comments: