jjugccc2016fall-javafx/src/com/torutk/tinymap/TinyMapView.fxml @ b918a80d
| b918a80d | TAKAHASHI,Toru | <?xml version="1.0" encoding="UTF-8"?>
|
|
<?import java.lang.*?>
|
|||
<?import java.util.*?>
|
|||
<?import javafx.scene.*?>
|
|||
<?import javafx.scene.control.*?>
|
|||
<?import javafx.scene.layout.*?>
|
|||
<AnchorPane id="AnchorPane" prefHeight="200" prefWidth="320" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.torutk.tinymap.TinyMapViewController">
|
|||
<children>
|
|||
<Button layoutX="126" layoutY="90" text="Click Me!" onAction="#handleButtonAction" fx:id="button" />
|
|||
<Label layoutX="126" layoutY="120" minHeight="16" minWidth="69" fx:id="label" />
|
|||
</children>
|
|||
</AnchorPane>
|