Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created October 1, 2019 07:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BMU-Verlag/c6d274fefe7f382ca929540e4d9045d8 to your computer and use it in GitHub Desktop.
Save BMU-Verlag/c6d274fefe7f382ca929540e4d9045d8 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.layout.GridPane?>
<AnchorPane xmlns:fx="http://javafx.com/fxml/1">
<Label />
<Label />
<GridPane>
<Button />
<Button />
<Button />
<Button />
<Button />
<Button />
<Button />
<Button />
<Button />
<Button />
<Button />
<Button />
<Button />
<Button />
<Button />
<Button />
</GridPane>
</AnchorPane>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment