Re: Size of a BorderPane left side

2013-08-26 Thread Richard Bair
The right place for these questions is on the OTN forums. This list is for development of the platform itself: https://forums.oracle.com/community/developer/english/java/javafx/javafx_2.0_and_later Thanks Richard On Aug 26, 2013, at 11:02 AM, Peter Penzov wrote: > I wan to get the size of the

Size of a BorderPane left side

2013-08-26 Thread Peter Penzov
I wan to get the size of the left side of a BorderPane In JavaFX 8. I tested this: mainPanel.getRight().getBoundsInLocal().getWidth(); I think that this is not the correct way. Can you show me how I can do this if it's possible? I tested this code: I get the width of the Left side of a B