first commit
[jalview-fx.git] / resources / fxml / screen_1.fxml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3
4 <?import java.lang.*?>
5 <?import java.util.*?>
6 <?import javafx.geometry.*?>
7 <?import javafx.scene.*?>
8 <?import javafx.scene.control.*?>
9 <?import javafx.scene.layout.*?>
10 <?import javafx.scene.text.*?>
11
12 <AnchorPane id="AnchorPane" minHeight="122.0" prefHeight="150.0" prefWidth="200.0" xmlns:fx="http://javafx.com/fxml" fx:controller="jalviewfx.controllers.Screen1Controller">
13   <children>
14     <VBox alignment="CENTER" prefHeight="222.0" prefWidth="301.0" spacing="20.0" AnchorPane.bottomAnchor="10.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="10.0">
15       <children>
16         <Label text="Screen 1">
17           <font>
18             <Font size="18.0" />
19           </font>
20         </Label>
21         <HBox alignment="CENTER" prefHeight="57.0" prefWidth="281.0" spacing="20.0">
22           <children>
23             <Button mnemonicParsing="false" onAction="#goToScreen2" text="Screen2" />
24             <Button mnemonicParsing="false" onAction="#goToScreen3" text="Screen3" />
25           </children>
26         </HBox>
27       </children>
28       <padding>
29         <Insets />
30       </padding>
31     </VBox>
32   </children>
33 </AnchorPane>