diff options
| author | Nino Breuer | 2014-09-30 16:40:05 +0200 |
|---|---|---|
| committer | Nino Breuer | 2014-09-30 16:40:05 +0200 |
| commit | 1b7a699a226e8b514314c697716c2cc929d2043c (patch) | |
| tree | e85fc210cae26f131f1bb969adc45967847ac21e /dozentenmodul/src/main/java/gui/image/CreateImageFreigabe_GUI.java | |
| parent | test (diff) | |
| download | tutor-module-1b7a699a226e8b514314c697716c2cc929d2043c.tar.gz tutor-module-1b7a699a226e8b514314c697716c2cc929d2043c.tar.xz tutor-module-1b7a699a226e8b514314c697716c2cc929d2043c.zip | |
removed extra gui for defining visbility of VM in different universities
Diffstat (limited to 'dozentenmodul/src/main/java/gui/image/CreateImageFreigabe_GUI.java')
| -rw-r--r-- | dozentenmodul/src/main/java/gui/image/CreateImageFreigabe_GUI.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dozentenmodul/src/main/java/gui/image/CreateImageFreigabe_GUI.java b/dozentenmodul/src/main/java/gui/image/CreateImageFreigabe_GUI.java index 9337683f..bbf12396 100644 --- a/dozentenmodul/src/main/java/gui/image/CreateImageFreigabe_GUI.java +++ b/dozentenmodul/src/main/java/gui/image/CreateImageFreigabe_GUI.java @@ -101,12 +101,12 @@ public class CreateImageFreigabe_GUI extends JFrame { panel_1.setBackground(SystemColor.menu); panel_1.setBorder(new TitledBorder(null, "Freigabe", TitledBorder.LEADING, TitledBorder.TOP, null, null)); - panel_1.setBounds(10, 51, 557, 124); + panel_1.setBounds(10, 51, 557, 80); contentPanel.add(panel_1); panel_1.setLayout(null); JLabel lblNewLabel_2 = new JLabel("Freigabemodus:"); - lblNewLabel_2.setBounds(10, 55, 250, 20); + lblNewLabel_2.setBounds(10, 30, 250, 20); panel_1.add(lblNewLabel_2); comboBox = new JComboBox(); @@ -114,7 +114,7 @@ public class CreateImageFreigabe_GUI extends JFrame { "Lokal (Eigene Hochschule)", "Öffentlich (Alle Hochschulen)" })); comboBox.setSelectedIndex(0); - comboBox.setBounds(270, 55, 250, 20); + comboBox.setBounds(270, 30, 250, 20); panel_1.add(comboBox); JLabel lblHauptmen = new JLabel("Hauptmenü"); |
