< prev index next >

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

Print this page

        

*** 89,99 **** * <b>pane.setPrefSize(500,400);</b> * </code></pre> * Applications may restore the computed values by setting these properties back * to Region.USE_COMPUTED_SIZE. * <p> ! * Pane does not clip its content by default, so it is possible that childrens' * bounds may extend outside its own bounds, either if children are positioned * at negative coordinates or the pane is resized smaller than its preferred size.</p> * * @since JavaFX 2.0 */ --- 89,99 ---- * <b>pane.setPrefSize(500,400);</b> * </code></pre> * Applications may restore the computed values by setting these properties back * to Region.USE_COMPUTED_SIZE. * <p> ! * Pane does not clip its content by default, so it is possible that children's * bounds may extend outside its own bounds, either if children are positioned * at negative coordinates or the pane is resized smaller than its preferred size.</p> * * @since JavaFX 2.0 */
< prev index next >