added ant build file -> build/build.xml
[jalview-fx.git] / resources / fxml / Desktop copy.fxml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <?import javafx.scene.*?>
4 <?import javafx.embed.swing.*?>
5 <?import javafx.scene.text.*?>
6 <?import java.lang.*?>
7 <?import javafx.scene.image.*?>
8 <?import javafx.scene.control.*?>
9 <?import javafx.scene.layout.*?>
10
11 <VBox prefHeight="600.0" prefWidth="800.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="jalviewfx.controllers.Desktop">
12    <children>
13      <fx:include fx:id="mainMenu" source="MainMenu.fxml" VBox.vgrow="ALWAYS" />
14                 
15                 <SplitPane dividerPositions="0.33381712626995647" VBox.vgrow="ALWAYS">
16    <items>
17       <TreeView fx:id="projectExplorer"/>
18       <SplitPane dividerPositions="0.5" orientation="VERTICAL">
19         <items>
20           <AnchorPane>
21                <children>
22                   <ScrollPane prefHeight="259.0" prefWidth="455.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
23                      <content>
24                         <ImageView>
25                            <image>
26                               <Image url="@../images/alignment.png" />
27                            </image>
28                         </ImageView>
29                      </content>
30                   </ScrollPane>
31                </children>
32             </AnchorPane>
33           <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="100.0" prefWidth="160.0">
34                <children>
35                   <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">
36                     <tabs>
37                       <Tab text="JMOL">
38                            <contextMenu>
39                               <ContextMenu>
40                                 <items>
41                                   <MenuItem mnemonicParsing="false" text="Export" />
42                                     <MenuItem mnemonicParsing="false" text="Import" />
43                                     <MenuItem mnemonicParsing="false" text="Save" />
44                                 </items>
45                               </ContextMenu>
46                            </contextMenu>
47                            <content>
48                               <ScrollPane prefHeight="200.0" prefWidth="200.0">
49                                 <content>
50                                   <AnchorPane>
51                                        <children>
52                                           <ImageView>
53                                              <image>
54                                                 <Image url="@../images/jmol.png" />
55                                              </image>
56                                           </ImageView>
57                                        </children>
58                                     </AnchorPane>
59                                 </content>
60                               </ScrollPane>
61                            </content>
62                         </Tab>
63                       <Tab text="TREE VIEW">
64                            <content>
65                               <ScrollPane prefHeight="200.0" prefWidth="200.0">
66                                 <content>
67                                   <AnchorPane>
68                                        <children>
69                                           <ImageView layoutY="-3.0">
70                                              <image>
71                                                 <Image url="@../images/tree_view.png" />
72                                              </image>
73                                           </ImageView>
74                                        </children>
75                                     </AnchorPane>
76                                 </content>
77                               </ScrollPane>
78                            </content></Tab>
79                         <Tab text="CHIMERA" />
80                         <Tab text="PCA" />
81                     </tabs>
82                   </TabPane>
83                </children>
84             </AnchorPane>
85         </items>
86       </SplitPane>
87    </items>
88 </SplitPane>
89                 
90                 
91    </children>
92 </VBox>