Jean-Baptiste Queru | 2bd2b7c | 2013-04-01 14:41:51 -0700 | [diff] [blame] | 1 | <?import javafx.scene.layout.GridPane?> |
2 | <?import javafx.scene.control.Button?> | ||||
3 | <GridPane xmlns:fx="http://javafx.com/fxml" fx:controller="CreateControllerMethod"> | ||||
4 | <Button fx:id="b<caret>tn"/> | ||||
5 | </GridPane> |