mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
8 lines
322 B
XML
8 lines
322 B
XML
<?import javafx.scene.control.*?>
|
|
<?import javafx.scene.layout.*?>
|
|
<GridPane xmlns:fx="http://javafx.com/fxml">
|
|
<Spinner GridPane.columnIndex="1" GridPane.rowIndex="2" editable="true"
|
|
amountToStepBy="1" initialValue="3"
|
|
max="6000" min="1"/>
|
|
<Spinner min="1" max="5" initialValue="1"/>
|
|
</GridPane> |