first commit
[jalview-fx.git] / resources / fxml / screen_2.fxml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <?import java.lang.*?>
4 <?import java.util.*?>
5 <?import javafx.scene.*?>
6 <?import javafx.scene.control.*?>
7 <?import javafx.scene.layout.*?>
8 <?import javafx.scene.text.*?>
9
10 <AnchorPane id="AnchorPane" prefHeight="150.0" prefWidth="200.0" xmlns:fx="http://javafx.com/fxml" fx:controller="jalviewfx.controllers.Screen2Controller">
11   <children>
12     <VBox alignment="CENTER" prefHeight="174.0" prefWidth="135.9998779296875" spacing="20.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
13       <children>
14         <Label text="Screen 2">
15           <font>
16             <Font size="18.0" />
17           </font>
18         </Label>
19         <Button mnemonicParsing="false" onAction="#goToScreen1" text="Go to Screen1" />
20         <Button mnemonicParsing="false" onAction="#goToScreen3" text="Go To Screen3" />
21       </children>
22     </VBox>
23   </children>
24 </AnchorPane>