summaryrefslogtreecommitdiffstats
path: root/src/de/fhswf/in/inf/se/projektthemenvergabe/view/KommentarHinzufuegen.fxml
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/fhswf/in/inf/se/projektthemenvergabe/view/KommentarHinzufuegen.fxml')
-rw-r--r--src/de/fhswf/in/inf/se/projektthemenvergabe/view/KommentarHinzufuegen.fxml13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/de/fhswf/in/inf/se/projektthemenvergabe/view/KommentarHinzufuegen.fxml b/src/de/fhswf/in/inf/se/projektthemenvergabe/view/KommentarHinzufuegen.fxml
new file mode 100644
index 0000000..028cf4e
--- /dev/null
+++ b/src/de/fhswf/in/inf/se/projektthemenvergabe/view/KommentarHinzufuegen.fxml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<?import javafx.geometry.*?>
+<?import javafx.scene.control.*?>
+<?import java.lang.*?>
+<?import javafx.scene.layout.*?>
+<?import javafx.scene.layout.AnchorPane?>
+
+<AnchorPane xmlns="http://javafx.com/javafx/8.0.65" xmlns:fx="http://javafx.com/fxml/1">
+ <children>
+ <TextArea fx:id="kommentarTextArea" prefHeight="200.0" prefWidth="200.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
+ </children>
+</AnchorPane>