< prev index next >

modules/javafx.graphics/src/main/java/javafx/scene/layout/BorderPane.java

Print this page

        

*** 116,126 **** * <b>borderPane.setPrefSize(500,400);</b> * </code></pre> * Applications may restore the computed values by setting these properties back * to Region.USE_COMPUTED_SIZE. * <p> ! * BorderPane does not clip its content by default, so it is possible that childrens' * bounds may extend outside its own bounds if a child's min size prevents it from * being fit within it space.</p> * * <h4>Optional Layout Constraints</h4> * --- 116,126 ---- * <b>borderPane.setPrefSize(500,400);</b> * </code></pre> * Applications may restore the computed values by setting these properties back * to Region.USE_COMPUTED_SIZE. * <p> ! * BorderPane does not clip its content by default, so it is possible that children's * bounds may extend outside its own bounds if a child's min size prevents it from * being fit within it space.</p> * * <h4>Optional Layout Constraints</h4> *
< prev index next >