diff options
Diffstat (limited to 'dozentenmodul/src/main/java/gui/lecture/PermissionCreateLecture_GUI.java')
| -rw-r--r-- | dozentenmodul/src/main/java/gui/lecture/PermissionCreateLecture_GUI.java | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/dozentenmodul/src/main/java/gui/lecture/PermissionCreateLecture_GUI.java b/dozentenmodul/src/main/java/gui/lecture/PermissionCreateLecture_GUI.java index 761dd406..de19520b 100644 --- a/dozentenmodul/src/main/java/gui/lecture/PermissionCreateLecture_GUI.java +++ b/dozentenmodul/src/main/java/gui/lecture/PermissionCreateLecture_GUI.java @@ -338,12 +338,12 @@ public class PermissionCreateLecture_GUI extends JFrame { label_2.setBounds(181, 11, 13, 14); contentPanel.add(label_2); - JLabel lblNewLabel_1 = new JLabel("Berechtigungen"); - lblNewLabel_1.setBounds(194, 11, 95, 14); + JLabel lblNewLabel_1 = new JLabel("Neu"); + lblNewLabel_1.setBounds(194, 11, 155, 14); contentPanel.add(lblNewLabel_1); JPanel panel = new JPanel(); - panel.setBounds(10, 67, 557, 148); + panel.setBounds(10, 35, 557, 148); contentPanel.add(panel); panel.setLayout(null); panel.setBorder(new TitledBorder(null, "Beschreibung", @@ -351,38 +351,38 @@ public class PermissionCreateLecture_GUI extends JFrame { panel.setBackground(SystemColor.menu); JLabel label = new JLabel("Read"); - label.setBounds(20, 18, 90, 20); + label.setBounds(28, 18, 90, 20); panel.add(label); JLabel label_3 = new JLabel("Write"); - label_3.setBounds(20, 38, 90, 20); + label_3.setBounds(28, 38, 90, 20); panel.add(label_3); JLabel label_5 = new JLabel("Admin"); - label_5.setBounds(20, 78, 90, 20); + label_5.setBounds(28, 78, 90, 20); panel.add(label_5); JLabel label_7 = new JLabel( "Image darf gelesen und gestartet werden und ist in Suchfenster sichtbar."); - label_7.setBounds(120, 18, 380, 20); + label_7.setBounds(128, 18, 380, 20); panel.add(label_7); JLabel lblimageDarfAngepasst = new JLabel( "<HTML>Image darf angepasst und überschrieben, jedoch nicht gelöscht werden. Berechtigungen für andere Benutzer festlegen</HTML>"); - lblimageDarfAngepasst.setBounds(120, 38, 380, 45); + lblimageDarfAngepasst.setBounds(128, 38, 380, 45); panel.add(lblimageDarfAngepasst); JLabel lblvolleRechteRead = new JLabel( "<HTML>Volle Rechte: read, write, löschen und Berechtigungen für andere Benutzer festlegen.</HTML>"); - lblvolleRechteRead.setBounds(120, 78, 380, 40); + lblvolleRechteRead.setBounds(128, 78, 380, 40); panel.add(lblvolleRechteRead); JCheckBox checkBox = new JCheckBox(""); - checkBox.setBounds(115, 118, 21, 23); + checkBox.setBounds(123, 118, 21, 23); panel.add(checkBox); JLabel label_4 = new JLabel("Für alle sichtbar"); - label_4.setBounds(20, 119, 90, 20); + label_4.setBounds(28, 119, 90, 20); panel.add(label_4); JPanel panel_1 = new JPanel(); @@ -390,13 +390,13 @@ public class PermissionCreateLecture_GUI extends JFrame { panel_1.setBorder(new TitledBorder(null, "Suite-Berechtigungen", TitledBorder.LEADING, TitledBorder.TOP, null, null)); panel_1.setBackground(SystemColor.menu); - panel_1.setBounds(10, 226, 311, 294); + panel_1.setBounds(10, 194, 311, 326); contentPanel.add(panel_1); JScrollPane scrollPaneMyImage = new JScrollPane(); scrollPaneMyImage .setHorizontalScrollBarPolicy(ScrollPaneConstants.HORIZONTAL_SCROLLBAR_NEVER); - scrollPaneMyImage.setBounds(10, 28, 291, 223); + scrollPaneMyImage.setBounds(10, 28, 291, 251); panel_1.add(scrollPaneMyImage); @@ -408,12 +408,12 @@ public class PermissionCreateLecture_GUI extends JFrame { JButton button = new JButton("Hinzufügen"); - button.setBounds(10, 260, 89, 23); + button.setBounds(10, 290, 89, 23); panel_1.add(button); JButton button_1 = new JButton("Löschen"); button_1.setEnabled(false); - button_1.setBounds(109, 260, 89, 23); + button_1.setBounds(109, 290, 89, 23); panel_1.add(button_1); JPanel panel_2 = new JPanel(); @@ -421,14 +421,14 @@ public class PermissionCreateLecture_GUI extends JFrame { panel_2.setBorder(new TitledBorder(null, "Sichtbarkeit im VMChooser", TitledBorder.LEADING, TitledBorder.TOP, null, null)); panel_2.setBackground(SystemColor.menu); - panel_2.setBounds(331, 226, 236, 294); + panel_2.setBounds(331, 194, 236, 326); contentPanel.add(panel_2); JScrollPane scrollPane_1 = new JScrollPane(); scrollPane_1 .setHorizontalScrollBarPolicy(ScrollPaneConstants.HORIZONTAL_SCROLLBAR_NEVER); scrollPane_1.setEnabled(false); - scrollPane_1.setBounds(23, 88, 203, 161); + scrollPane_1.setBounds(16, 88, 210, 191); panel_2.add(scrollPane_1); JRadioButton radioButton = new JRadioButton("Sichtbar für alle"); @@ -444,12 +444,12 @@ public class PermissionCreateLecture_GUI extends JFrame { JButton button_2 = new JButton("Hinzufügen"); button_2.setEnabled(false); - button_2.setBounds(23, 260, 89, 23); + button_2.setBounds(23, 290, 89, 23); panel_2.add(button_2); JButton button_3 = new JButton("Löschen"); button_3.setEnabled(false); - button_3.setBounds(122, 260, 89, 23); + button_3.setBounds(122, 290, 89, 23); panel_2.add(button_3); { JPanel buttonPane = new JPanel(); |
