Mercurial > hg > Members > sugi > javafx
comparison src/alice/test/topology/aquarium/fx/aquarium.fxml @ 9:4823e45e8a2c
add sample
author | e095732 |
---|---|
date | Tue, 29 Jan 2013 10:29:28 +0900 |
parents | |
children | 5e6d40908c60 |
comparison
equal
deleted
inserted
replaced
8:b973de8b6785 | 9:4823e45e8a2c |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 | |
3 <?import java.lang.*?> | |
4 <?import java.util.*?> | |
5 <?import javafx.scene.control.*?> | |
6 <?import javafx.scene.image.*?> | |
7 <?import javafx.scene.layout.*?> | |
8 <?import javafx.scene.paint.*?> | |
9 <?import javafx.scene.shape.*?> | |
10 | |
11 <AnchorPane id="AnchorPane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="800.0" prefWidth="800.0" xmlns:fx="http://javafx.com/fxml" fx:controller="alice.test.topology.aquarium.fx.AquariumController"> | |
12 <children> | |
13 <TextField fx:id="text" layoutX="14.0" layoutY="564.0" minWidth="1.0" onKeyPressed="#PressedKey3" prefWidth="1.0" /> | |
14 <ImageView fx:id="image" fitHeight="75.0" fitWidth="75.0" layoutX="245.0" layoutY="42.0" pickOnBounds="true" preserveRatio="true" /> | |
15 </children> | |
16 </AnchorPane> |