Box allignment (new to javafx)
968895Oct 17 2012 — edited Oct 17 2012hey,
im new to java fx and have a small problem with allignment.
I have a VBox (inner) in an HBox (outer) and what i want to do is, when i resize my scene, i want that the VBox is always allignt in the right side of the HBox.
I pretty much tried everything right now with Allignments stuff but couldnt figure it out.
Is there any way to do this with Boxes or shall i use grids or borderpane?