8 lines
291 B
Plaintext
8 lines
291 B
Plaintext
|
<?import javafx.geometry.Insets?>
|
||
|
<?import javafx.scene.layout.GridPane?>
|
||
|
|
||
|
<?import javafx.scene.control.Button?>
|
||
|
<?import javafx.scene.control.Label?>
|
||
|
<GridPane fx:controller="sample.Controller"
|
||
|
xmlns:fx="http://javafx.com/fxml" alignment="center" hgap="10" vgap="10">
|
||
|
</GridPane>
|