diff KinaMine-Galaxy-7-7/src/kinamine/KinaMineGUI.fxml @ 0:67635b462045 draft

Uploaded
author jfb
date Tue, 20 Feb 2018 14:31:15 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/KinaMine-Galaxy-7-7/src/kinamine/KinaMineGUI.fxml	Tue Feb 20 14:31:15 2018 -0500
@@ -0,0 +1,160 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<?import javafx.scene.text.*?>
+<?import javafx.geometry.*?>
+<?import java.lang.*?>
+<?import java.util.*?>
+<?import javafx.scene.*?>
+<?import javafx.scene.control.*?>
+<?import javafx.scene.layout.*?>
+
+<VBox id="containerAll" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="kinamine.KinaMineGUIController">
+   <children>
+      <MenuBar id="menuBar">
+        <menus>
+          <Menu mnemonicParsing="false" text="File">
+            <items>
+              <MenuItem mnemonicParsing="false" text="Close" />
+            </items>
+          </Menu>
+          <Menu mnemonicParsing="false" text="Edit">
+            <items>
+              <MenuItem mnemonicParsing="false" text="Delete" />
+            </items>
+          </Menu>
+          <Menu mnemonicParsing="false" text="Help">
+            <items>
+              <MenuItem mnemonicParsing="false" text="About" />
+            </items>
+          </Menu>
+        </menus>
+      </MenuBar>
+      <HBox id="pepHBox" spacing="10.0">
+         <children>
+            <Label id="pepLabel" prefHeight="17.0" prefWidth="120.0" text="Peptide Report:" textAlignment="CENTER" underline="true">
+               <HBox.margin>
+                  <Insets />
+               </HBox.margin>
+               <padding>
+                  <Insets left="10.0" right="10.0" />
+               </padding>
+               <font>
+                  <Font size="13.0" />
+               </font>
+            </Label>
+            <TextField fx:id="pepPath" HBox.hgrow="ALWAYS" />
+            <Button fx:id="pepSearchButton" mnemonicParsing="false" onAction="#pepSearchClicked" text="...">
+               <opaqueInsets>
+                  <Insets />
+               </opaqueInsets>
+            </Button>
+         </children>
+         <opaqueInsets>
+            <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
+         </opaqueInsets>
+         <VBox.margin>
+            <Insets bottom="5.0" left="10.0" right="10.0" top="10.0" />
+         </VBox.margin>
+      </HBox>
+      <HBox id="fastaHBox" layoutX="10.0" layoutY="35.0" spacing="10.0">
+         <children>
+            <Label id="fastaLabel" prefWidth="120.0" text="FASTA Database:" textAlignment="CENTER" underline="true">
+               <HBox.margin>
+                  <Insets />
+               </HBox.margin>
+               <padding>
+                  <Insets left="10.0" right="10.0" />
+               </padding>
+               <font>
+                  <Font size="13.0" />
+               </font>
+            </Label>
+            <TextField fx:id="fastaPath" HBox.hgrow="ALWAYS" />
+            <Button id="fastaSearchButton" mnemonicParsing="false" onAction="#fastaSearchClicked" text="..." />
+         </children>
+         <opaqueInsets>
+            <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
+         </opaqueInsets>
+         <VBox.margin>
+            <Insets bottom="5.0" left="10.0" right="10.0" top="5.0" />
+         </VBox.margin>
+      </HBox>
+      <HBox id="fdrHBox" layoutX="10.0" layoutY="35.0" spacing="10.0">
+         <children>
+            <Label id="fdrLabel" prefHeight="17.0" prefWidth="120.0" text="FDR Score:" textAlignment="CENTER" underline="true">
+               <HBox.margin>
+                  <Insets />
+               </HBox.margin>
+               <padding>
+                  <Insets left="10.0" right="10.0" />
+               </padding>
+               <font>
+                  <Font size="13.0" />
+               </font>
+            </Label>
+            <TextField fx:id="fdrScore" prefHeight="25.0" prefWidth="74.0"/>
+         </children>
+         <opaqueInsets>
+            <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
+         </opaqueInsets>
+         <VBox.margin>
+            <Insets bottom="10.0" left="10.0" right="10.0" top="5.0" />
+         </VBox.margin>
+      </HBox>
+      <HBox id="folderHBox" layoutX="20.0" layoutY="80.0" spacing="10.0">
+         <children>
+            <Label id="folderLabel" prefWidth="120.0" text="Output Folder:" textAlignment="CENTER" underline="true">
+               <font>
+                  <Font size="13.0" />
+               </font>
+               <padding>
+                  <Insets left="10.0" right="10.0" />
+               </padding>
+               <HBox.margin>
+                  <Insets />
+               </HBox.margin>
+            </Label>
+            <TextField fx:id="outPath" HBox.hgrow="ALWAYS" />
+            <Button id="outSearchButton" mnemonicParsing="false" onAction="#browseFolderClicked" text="..." />
+         </children>
+         <opaqueInsets>
+            <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
+         </opaqueInsets>
+         <VBox.margin>
+            <Insets bottom="5.0" left="10.0" right="10.0" top="30.0" />
+         </VBox.margin>
+      </HBox>
+      <HBox id="groupHBox" layoutX="10.0" layoutY="180.0" spacing="10.0">
+         <children>
+            <Label id="groupLabel" prefWidth="120.0" text="Output Group:" textAlignment="CENTER" underline="true">
+               <font>
+                  <Font size="13.0" />
+               </font>
+               <padding>
+                  <Insets left="10.0" right="10.0" />
+               </padding>
+               <HBox.margin>
+                  <Insets />
+               </HBox.margin>
+            </Label>
+            <TextField fx:id="outGroup" />
+         </children>
+         <opaqueInsets>
+            <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
+         </opaqueInsets>
+         <VBox.margin>
+            <Insets bottom="10.0" left="10.0" right="10.0" top="5.0" />
+         </VBox.margin>
+      </HBox>
+      <Region id="region" prefHeight="200.0" prefWidth="200.0" VBox.vgrow="ALWAYS" />
+      <ToolBar id="toolBar" nodeOrientation="RIGHT_TO_LEFT" prefHeight="40.0" prefWidth="200.0">
+        <items>
+          <Button id="submitButton" mnemonicParsing="false" text="Submit" onAction="#submitButtonClicked" >
+               <font>
+                  <Font size="13.0" />
+               </font>
+            </Button>
+        </items>
+      </ToolBar>
+   </children>
+</VBox>