From a3c651e9612f765f7a5469dfe32b83a4c3ad7fc0 Mon Sep 17 00:00:00 2001 From: Michael Wilson Date: Tue, 2 Sep 2014 14:09:59 +0200 Subject: -Berechtigungstext korrigiert --- Dozentenmodul/src/gui/lecture/PermissionCreateLecture_GUI.java | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Dozentenmodul/src/gui/lecture/PermissionCreateLecture_GUI.java') 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); -- cgit v1.2.3-55-g7522