Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Set location of components and reduce the size

1020069Jul 26 2013 — edited Jul 26 2013

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 23 2013
Added on Jul 26 2013
3 comments
363 views