first commit
[jalview-fx.git] / resources / fxml / MainContainer.fxml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <?import javafx.scene.image.*?>
4 <?import javafx.scene.canvas.*?>
5 <?import java.lang.*?>
6 <?import javafx.scene.control.*?>
7 <?import javafx.scene.layout.*?>
8
9 <SplitPane dividerPositions="0.33381712626995647" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="500.0" prefWidth="700.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="jalviewfx.controllers.AlignmentViewController">
10    <items>
11       <TreeView prefHeight="200.0" prefWidth="200.0" />
12       <SplitPane dividerPositions="0.5" orientation="VERTICAL" prefHeight="200.0" prefWidth="160.0">
13         <items>
14           <AnchorPane>
15                <children>
16                   <ScrollPane prefHeight="259.0" prefWidth="455.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
17                      <content>
18                         <ImageView>
19                            <image>
20                               <Image url="@../images/Snip20141201_3.png" />
21                            </image>
22                         </ImageView>
23                      </content>
24                   </ScrollPane>
25                </children>
26             </AnchorPane>
27           <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="100.0" prefWidth="160.0">
28                <children>
29                   <TabPane layoutY="-2.0" prefHeight="197.0" prefWidth="455.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
30                     <tabs>
31                       <Tab text="JMOL">
32                            <contextMenu>
33                               <ContextMenu>
34                                 <items>
35                                   <MenuItem mnemonicParsing="false" text="Export" />
36                                     <MenuItem mnemonicParsing="false" text="Import" />
37                                     <MenuItem mnemonicParsing="false" text="Save" />
38                                 </items>
39                               </ContextMenu>
40                            </contextMenu>
41                            <content>
42                               <ScrollPane prefHeight="200.0" prefWidth="200.0">
43                                 <content>
44                                   <AnchorPane>
45                                        <children>
46                                           <ImageView>
47                                              <image>
48                                                 <Image url="@../images/Snip20141201_4.png" />
49                                              </image>
50                                           </ImageView>
51                                        </children>
52                                     </AnchorPane>
53                                 </content>
54                               </ScrollPane>
55                            </content>
56                         </Tab>
57                       <Tab text="TREE VIEW">
58                            <content>
59                               <ScrollPane prefHeight="200.0" prefWidth="200.0">
60                                 <content>
61                                   <AnchorPane>
62                                        <children>
63                                           <ImageView layoutY="-3.0">
64                                              <image>
65                                                 <Image url="@../images/Snip20141201_5.png" />
66                                              </image>
67                                           </ImageView>
68                                        </children>
69                                     </AnchorPane>
70                                 </content>
71                               </ScrollPane>
72                            </content></Tab>
73                         <Tab text="CHIMERA" />
74                         <Tab text="PCA" />
75                     </tabs>
76                   </TabPane>
77                </children>
78             </AnchorPane>
79         </items>
80       </SplitPane>
81    </items>
82 </SplitPane>