summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/gui/lecture/PermissionCreateLecture_GUI.java
diff options
context:
space:
mode:
Diffstat (limited to 'Dozentenmodul/src/gui/lecture/PermissionCreateLecture_GUI.java')
-rw-r--r--Dozentenmodul/src/gui/lecture/PermissionCreateLecture_GUI.java10
1 files changed, 1 insertions, 9 deletions
diff --git a/Dozentenmodul/src/gui/lecture/PermissionCreateLecture_GUI.java b/Dozentenmodul/src/gui/lecture/PermissionCreateLecture_GUI.java
index 726ff1e7..f75a8081 100644
--- a/Dozentenmodul/src/gui/lecture/PermissionCreateLecture_GUI.java
+++ b/Dozentenmodul/src/gui/lecture/PermissionCreateLecture_GUI.java
@@ -238,7 +238,7 @@ public class PermissionCreateLecture_GUI extends JFrame {
contentPanel.add(comboBox);
JPanel panel = new JPanel();
- panel.setBounds(10, 67, 557, 129);
+ panel.setBounds(10, 67, 557, 109);
contentPanel.add(panel);
panel.setLayout(null);
panel.setBorder(new TitledBorder(null, "Beschreibung", TitledBorder.LEADING, TitledBorder.TOP, null, null));
@@ -260,10 +260,6 @@ public class PermissionCreateLecture_GUI extends JFrame {
label_5.setBounds(20, 78, 90, 20);
panel.add(label_5);
- JLabel label_6 = new JLabel("Link_allowed");
- label_6.setBounds(20, 98, 90, 20);
- panel.add(label_6);
-
JLabel label_7 = new JLabel("Image darf gelesen und gestartet werden und ist in Suchfenster sichtbar.");
label_7.setBounds(120, 18, 380, 20);
panel.add(label_7);
@@ -279,10 +275,6 @@ public class PermissionCreateLecture_GUI extends JFrame {
JLabel label_10 = new JLabel("Volle Rechte: write + changePermission + löschen.");
label_10.setBounds(120, 78, 380, 20);
panel.add(label_10);
-
- JLabel label_11 = new JLabel("Erzeugung einer Veranstaltung auf ein Image ist erlaubt.");
- label_11.setBounds(120, 98, 380, 20);
- panel.add(label_11);
{
JPanel buttonPane = new JPanel();
buttonPane.setBounds(0, 640, 597, 33);