Skip to content

Instantly share code, notes, and snippets.

@Shamrock-Frost
Created May 13, 2016 20:58
Show Gist options
  • Save Shamrock-Frost/11f29060bc52f72172218853b9420471 to your computer and use it in GitHub Desktop.
Save Shamrock-Frost/11f29060bc52f72172218853b9420471 to your computer and use it in GitHub Desktop.
<?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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment