Skip to content

Instantly share code, notes, and snippets.

@ttffdd
Created October 21, 2013 19:38
Show Gist options
  • Save ttffdd/7089629 to your computer and use it in GitHub Desktop.
Save ttffdd/7089629 to your computer and use it in GitHub Desktop.
SentAnalize_Rubin
<?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