I want to resize JavaFX component and shrink the components which are next to it. Here is the result which I get:
When I click on the angle of this component I can resize it down and right.
http://i.stack.imgur.com/jqoNW.png
The components which are next to it are pushed down and right. Part of them are behind the visible part of the screen.
http://i.stack.imgur.com/rsi0L.png
All components are placed in BorderPane,VBox,HBoxand againBorderPane. I don't want to allow components to move. I want to shrink them and use Scrollpane` when their size is reduced. Can you give me some hits how to solve these two problems?
Ref javafx 2 - Set location of components and reduce the size - Stack Overflow