diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-12-16 02:24:36 +0100 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-12-16 02:24:36 +0100 |
| commit | 869bbdd24a6c360cb2aab91d7c925d7191a5f07e (patch) | |
| tree | a5ca0f8fa9f18c2b52bd0e650ce5222ae39a726e /src/de/fhswf/in/inf/se/projektthemenvergabe/view/ProjektHinzufuegen.fxml | |
| parent | bdec8b2ed49f0473168638c9220209dc77a3afd8 (diff) | |
| download | Projektthemenvergabe-869bbdd24a6c360cb2aab91d7c925d7191a5f07e.tar.gz Projektthemenvergabe-869bbdd24a6c360cb2aab91d7c925d7191a5f07e.zip | |
It partially works (TM)
Diffstat (limited to 'src/de/fhswf/in/inf/se/projektthemenvergabe/view/ProjektHinzufuegen.fxml')
| -rw-r--r-- | src/de/fhswf/in/inf/se/projektthemenvergabe/view/ProjektHinzufuegen.fxml | 145 |
1 files changed, 145 insertions, 0 deletions
diff --git a/src/de/fhswf/in/inf/se/projektthemenvergabe/view/ProjektHinzufuegen.fxml b/src/de/fhswf/in/inf/se/projektthemenvergabe/view/ProjektHinzufuegen.fxml new file mode 100644 index 0000000..b321378 --- /dev/null +++ b/src/de/fhswf/in/inf/se/projektthemenvergabe/view/ProjektHinzufuegen.fxml @@ -0,0 +1,145 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<?import javafx.scene.text.*?> +<?import javafx.geometry.*?> +<?import javafx.scene.control.*?> +<?import java.lang.*?> +<?import javafx.scene.layout.*?> + +<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="650.0" prefWidth="743.0" xmlns="http://javafx.com/javafx/8.0.65" xmlns:fx="http://javafx.com/fxml/1" fx:controller="de.fhswf.in.inf.se.projektthemenvergabe.view.ProjektHinzufuegenController"> + <center> + <GridPane BorderPane.alignment="CENTER"> + <columnConstraints> + <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> + <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> + </columnConstraints> + <rowConstraints> + <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> + <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> + <RowConstraints maxHeight="120.0" minHeight="10.0" prefHeight="111.0" vgrow="SOMETIMES" /> + <RowConstraints maxHeight="144.0" minHeight="10.0" prefHeight="88.0" vgrow="SOMETIMES" /> + <RowConstraints maxHeight="67.0" minHeight="0.0" prefHeight="43.0" vgrow="SOMETIMES" /> + <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> + <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> + <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> + <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> + </rowConstraints> + <children> + <Label text="Projektthema"> + <GridPane.margin> + <Insets left="10.0" /> + </GridPane.margin> + <font> + <Font name="System Bold" size="12.0" /> + </font> + </Label> + <Label text="Skizze" GridPane.rowIndex="1"> + <GridPane.margin> + <Insets left="10.0" /> + </GridPane.margin> + <font> + <Font name="System Bold" size="12.0" /> + </font> + </Label> + <Label text="Beschreibung des Projekthintergrundes" GridPane.rowIndex="2"> + <GridPane.margin> + <Insets left="10.0" /> + </GridPane.margin> + <font> + <Font name="System Bold" size="12.0" /> + </font> + </Label> + <Label text="Beschreibung der wesentlichen Projektinhalte" GridPane.rowIndex="3"> + <GridPane.margin> + <Insets left="10.0" /> + </GridPane.margin> + <font> + <Font name="System Bold" size="12.0" /> + </font> + </Label> + <Label text="Ansprechpartner" GridPane.rowIndex="4"> + <GridPane.margin> + <Insets left="10.0" /> + </GridPane.margin> + <font> + <Font name="System Bold" size="12.0" /> + </font> + </Label> + <Label text="1. Student" GridPane.rowIndex="5"> + <GridPane.margin> + <Insets left="10.0" /> + </GridPane.margin> + <font> + <Font name="System Bold" size="12.0" /> + </font> + </Label> + <Label text="2. Student" GridPane.rowIndex="6"> + <GridPane.margin> + <Insets left="10.0" /> + </GridPane.margin> + <font> + <Font name="System Bold" size="12.0" /> + </font> + </Label> + <Label text="3. Student" GridPane.rowIndex="7"> + <GridPane.margin> + <Insets left="10.0" /> + </GridPane.margin> + <font> + <Font name="System Bold" size="12.0" /> + </font> + </Label> + <ComboBox fx:id="ansprechpartnerComboBox" prefHeight="25.0" prefWidth="500.0" GridPane.columnIndex="1" GridPane.rowIndex="4"> + <GridPane.margin> + <Insets left="10.0" right="10.0" /> + </GridPane.margin> + </ComboBox> + <ComboBox fx:id="student1ComboBox" prefHeight="25.0" prefWidth="500.0" GridPane.columnIndex="1" GridPane.rowIndex="5"> + <GridPane.margin> + <Insets left="10.0" right="10.0" /> + </GridPane.margin> + </ComboBox> + <ComboBox fx:id="student2ComboBox" prefHeight="25.0" prefWidth="500.0" GridPane.columnIndex="1" GridPane.rowIndex="6"> + <GridPane.margin> + <Insets left="10.0" right="10.0" /> + </GridPane.margin> + </ComboBox> + <ComboBox fx:id="student3ComboBox" minHeight="-Infinity" prefHeight="25.0" prefWidth="500.0" GridPane.columnIndex="1" GridPane.rowIndex="7"> + <GridPane.margin> + <Insets left="10.0" right="10.0" /> + </GridPane.margin> + </ComboBox> + <TextField fx:id="projektthemaTextField" prefWidth="500.0" GridPane.columnIndex="1"> + <GridPane.margin> + <Insets left="10.0" right="10.0" /> + </GridPane.margin> + </TextField> + <TextArea fx:id="projektskizzeTextField" prefHeight="200.0" prefWidth="50.0" GridPane.columnIndex="1" GridPane.rowIndex="1"> + <GridPane.margin> + <Insets left="10.0" right="10.0" /> + </GridPane.margin> + </TextArea> + <TextArea fx:id="projekthintergrundTextField" prefHeight="65.0" prefWidth="500.0" GridPane.columnIndex="1" GridPane.rowIndex="2"> + <GridPane.margin> + <Insets left="10.0" right="10.0" top="5.0" /> + </GridPane.margin> + </TextArea> + <TextArea fx:id="projektinhalteTextField" prefHeight="200.0" prefWidth="500.0" GridPane.columnIndex="1" GridPane.rowIndex="3"> + <GridPane.margin> + <Insets left="10.0" right="10.0" top="5.0" /> + </GridPane.margin> + </TextArea> + <Button fx:id="saveButton" disable="true" mnemonicParsing="false" onAction="#handleSave" prefHeight="25.0" prefWidth="500.0" text="Speichern" GridPane.rowIndex="8"> + <GridPane.margin> + <Insets left="10.0" right="10.0" /> + </GridPane.margin> + </Button> + <Button mnemonicParsing="false" onAction="#handleCancel" prefHeight="25.0" prefWidth="500.0" text="Abbrechen" GridPane.columnIndex="1" GridPane.rowIndex="8"> + <GridPane.margin> + <Insets left="10.0" right="10.0" /> + </GridPane.margin> + </Button> + </children> + </GridPane> + </center> +</BorderPane> |
