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>
|
20
|
13 <TextField fx:id="text" layoutX="-1" layoutY="-1" minWidth="1.0" onKeyPressed="#PressedKey3" prefWidth="1.0" />
|
|
14 <ImageView fx:id="background" fitHeight="800.0" fitWidth="800.0" layoutX="0.0" layoutY="0.0" pickOnBounds="true" preserveRatio="true" />
|
|
15 <ImageView id="FISH0" fx:id="FISH0" fitHeight="75.0" fitWidth="75.0" layoutX="0.0" layoutY="0.0" pickOnBounds="true" preserveRatio="true" />
|
9
|
16 </children>
|
|
17 </AnchorPane>
|