You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
291 B
8 lines
291 B
<?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>
|