Java Reference
In-Depth Information
<Text fx:id="textStageH"
layoutX="10.0"
layoutY="50.0"
strokeType="OUTSIDE"
strokeWidth="0.0"
text="height:"
textOrigin="TOP"/>
<Text fx:id="textStageW"
layoutX="10.0"
layoutY="77.0"
strokeType="OUTSIDE"
strokeWidth="0.0"
text="width:"
textOrigin="TOP"/>
<Text fx:id="textStageF"
layoutX="10.0"
layoutY="104.0"
strokeType="OUTSIDE"
strokeWidth="0.0"
text="focused:"
textOrigin="TOP"/>
<CheckBox fx:id="checkBoxResizable"
mnemonicParsing="false"
text="resizable"/>
<CheckBox fx:id="checkBoxFullScreen"
mnemonicParsing="false"
text="fullScreen"/>
<HBox fx:id="titleBox">
<children>
<Label fx:id="titleLabel"
text="title"/>
<TextField fx:id="titleTextField"
text="Stage Coach"/>
</children>
</HBox>
<Button fx:id="toBackButton"
mnemonicParsing="false"
onAction="#toBackEventHandler"
text="toBack()"/>
<Button fx:id="toFrontButton"
mnemonicParsing="false"
onAction="#toFrontEventHandler"
text="toFront()"/>
<Button fx:id="closeButton"
mnemonicParsing="false"
onAction="#closeEventHandler"
text="close()"/>
</children>
</VBox>
</children>
</Group>
Search WWH ::




Custom Search