summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Wilson2014-09-02 14:09:59 +0200
committerMichael Wilson2014-09-02 14:09:59 +0200
commita3c651e9612f765f7a5469dfe32b83a4c3ad7fc0 (patch)
tree23e35170e4e9d81b9c9f538deebd325f17563faa
parent(Quick and Dirty) Pfad des letzten Images wir nun nur noch unter Windows-Masc... (diff)
downloadtutor-module-a3c651e9612f765f7a5469dfe32b83a4c3ad7fc0.tar.gz
tutor-module-a3c651e9612f765f7a5469dfe32b83a4c3ad7fc0.tar.xz
tutor-module-a3c651e9612f765f7a5469dfe32b83a4c3ad7fc0.zip
-Berechtigungstext korrigiert
-rw-r--r--Dozentenmodul/src/gui/lecture/PermissionCreateLecture_GUI.java10
-rw-r--r--Dozentenmodul/src/gui/lecture/PermissionEditLecture_GUI.java10
2 files changed, 2 insertions, 18 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);
diff --git a/Dozentenmodul/src/gui/lecture/PermissionEditLecture_GUI.java b/Dozentenmodul/src/gui/lecture/PermissionEditLecture_GUI.java
index 62eee605..5a77c230 100644
--- a/Dozentenmodul/src/gui/lecture/PermissionEditLecture_GUI.java
+++ b/Dozentenmodul/src/gui/lecture/PermissionEditLecture_GUI.java
@@ -149,7 +149,7 @@ public class PermissionEditLecture_GUI extends JFrame {
panel.setLayout(null);
panel.setBorder(new TitledBorder(null, "Beschreibung", TitledBorder.LEADING, TitledBorder.TOP, null, null));
panel.setBackground(SystemColor.menu);
- panel.setBounds(10, 67, 557, 129);
+ panel.setBounds(10, 67, 557, 109);
contentPanel.add(panel);
JLabel label = new JLabel("Read");
@@ -168,10 +168,6 @@ public class PermissionEditLecture_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);
@@ -188,10 +184,6 @@ public class PermissionEditLecture_GUI extends JFrame {
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 panel_1 = new JPanel();
panel_1.setBackground(SystemColor.menu);
panel_1.setBorder(new TitledBorder(null, "Berechtigungen", TitledBorder.LEADING, TitledBorder.TOP, null, null));