first commit
[jalview-fx.git] / resources / fxml / TestUI.fxml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <?import javafx.geometry.*?>
4 <?import javafx.scene.layout.*?>
5 <?import javafx.scene.image.*?>
6 <?import java.lang.*?>
7 <?import javafx.scene.control.*?>
8
9 <VBox prefHeight="444.0" prefWidth="556.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1">
10    <children>
11       <HBox alignment="CENTER_LEFT" spacing="5.0">
12          <children>
13             <Label text="Zoom" />
14             <Button mnemonicParsing="false" text="-" />
15             <Slider />
16             <Button mnemonicParsing="false" text="+" />
17             <Region HBox.hgrow="ALWAYS" />
18             <Label text="Visual" />
19             <ToggleButton mnemonicParsing="false" text="Hi Contrast" />
20             <ToggleButton mnemonicParsing="false" text="Large UI" />
21          </children>
22          <VBox.margin>
23             <Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
24          </VBox.margin>
25       </HBox>
26       <SplitPane dividerPositions="0.32441471571906355" VBox.vgrow="ALWAYS">
27          <items>
28             <ListView prefHeight="398.0" prefWidth="206.0" />
29             <ScrollPane prefHeight="200.0" prefWidth="200.0">
30                <content>
31                   <Pane>
32                      <children>
33                         <ImageView>
34                            <image>
35                               <Image url="@../images/singapore-map-nice.jpg" />
36                            </image>
37                         </ImageView>
38                         <MenuButton layoutX="118.0" layoutY="210.0" mnemonicParsing="false" text="MenuButton">
39                           <items>
40                             <MenuItem mnemonicParsing="false" text="Action 1" />
41                           </items>
42                         </MenuButton>
43                      </children>
44                   </Pane>
45                </content>
46             </ScrollPane>
47          </items>
48       </SplitPane>
49    </children>
50 </VBox>