< prev index next >

apps/samples/Ensemble8/src/samples/java/ensemble/samples/scenegraph/nodeproperties/NodePropertiesApp.java

Print this page

        

*** 38,49 **** import javafx.scene.paint.Color; import javafx.scene.shape.Rectangle; import javafx.stage.Stage; /** ! * A sample that demonstrates some properties of nodes. Use the radio buttons ! * to send any of the rectangles to the front or back. Use the controls to * change opacity or horizontal position. * * @sampleName Node Properties * @preview preview.png * @see javafx.scene.Node --- 38,48 ---- import javafx.scene.paint.Color; import javafx.scene.shape.Rectangle; import javafx.stage.Stage; /** ! * A sample that demonstrates some properties of nodes. Use the controls to * change opacity or horizontal position. * * @sampleName Node Properties * @preview preview.png * @see javafx.scene.Node
< prev index next >