summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/gui/image/PermissionCreateImage_GUI.java
diff options
context:
space:
mode:
authorTobias Spitzer2014-08-25 13:38:24 +0200
committerTobias Spitzer2014-08-25 13:38:24 +0200
commit65cb678cc477d4da3801dd2a6478f69e1a00063d (patch)
tree2af97415faaaa0991575cddbf9a677e17f6f6667 /Dozentenmodul/src/gui/image/PermissionCreateImage_GUI.java
parentMerge branch 'master' of git.openslx.org:openslx-ng/tutor-module (diff)
downloadtutor-module-65cb678cc477d4da3801dd2a6478f69e1a00063d.tar.gz
tutor-module-65cb678cc477d4da3801dd2a6478f69e1a00063d.tar.xz
tutor-module-65cb678cc477d4da3801dd2a6478f69e1a00063d.zip
VL-Image in Image geändert
Diffstat (limited to 'Dozentenmodul/src/gui/image/PermissionCreateImage_GUI.java')
-rw-r--r--Dozentenmodul/src/gui/image/PermissionCreateImage_GUI.java10
1 files changed, 2 insertions, 8 deletions
diff --git a/Dozentenmodul/src/gui/image/PermissionCreateImage_GUI.java b/Dozentenmodul/src/gui/image/PermissionCreateImage_GUI.java
index 24605b6d..434c7d89 100644
--- a/Dozentenmodul/src/gui/image/PermissionCreateImage_GUI.java
+++ b/Dozentenmodul/src/gui/image/PermissionCreateImage_GUI.java
@@ -220,7 +220,7 @@ public class PermissionCreateImage_GUI extends JFrame {
label_1.setBounds(69, 11, 13, 14);
contentPanel.add(label_1);
- JLabel lblVlimage = new JLabel("VL-Image");
+ JLabel lblVlimage = new JLabel("Image");
lblVlimage.setForeground(Color.BLUE);
lblVlimage.setBounds(81, 11, 45, 14);
contentPanel.add(lblVlimage);
@@ -347,13 +347,7 @@ public class PermissionCreateImage_GUI extends JFrame {
JMenuBar menuBar = new JMenuBar();
setJMenuBar(menuBar);
-
- JMenu mnNewMenu = new JMenu("Suchen");
- menuBar.add(mnNewMenu);
-
- JMenuItem mntmVlSuche = new JMenuItem("VL Suche");
- mnNewMenu.add(mntmVlSuche);
-
+
JMenu mnNewMenu_1 = new JMenu("Hilfe");
menuBar.add(mnNewMenu_1);