9
|
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>
|