Skip to content

Instantly share code, notes, and snippets.

@ttffdd
Created October 21, 2013 19:38
Show Gist options
  • Select an option

  • Save ttffdd/7089629 to your computer and use it in GitHub Desktop.

Select an option

Save ttffdd/7089629 to your computer and use it in GitHub Desktop.

Revisions

  1. ttffdd created this gist Oct 21, 2013.
    8 changes: 8 additions & 0 deletions sample.fxml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    <?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>