summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/gui/image/PermissionCreateImage_GUI.java
diff options
context:
space:
mode:
authorJonathan Bauer2014-09-12 18:18:58 +0200
committerJonathan Bauer2014-09-12 18:18:58 +0200
commit9eb9bce807c227645cf3286ed41f58d9a61f5c9b (patch)
tree95239538cec9b1c1646bc5c58e3ef9909d176721 /dozentenmodul/src/main/java/gui/image/PermissionCreateImage_GUI.java
parentdo not write "null" before error message for users. (diff)
downloadtutor-module-9eb9bce807c227645cf3286ed41f58d9a61f5c9b.tar.gz
tutor-module-9eb9bce807c227645cf3286ed41f58d9a61f5c9b.tar.xz
tutor-module-9eb9bce807c227645cf3286ed41f58d9a61f5c9b.zip
replaced escaped umlauts by UTF-8 encoded chars
Diffstat (limited to 'dozentenmodul/src/main/java/gui/image/PermissionCreateImage_GUI.java')
-rw-r--r--dozentenmodul/src/main/java/gui/image/PermissionCreateImage_GUI.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/dozentenmodul/src/main/java/gui/image/PermissionCreateImage_GUI.java b/dozentenmodul/src/main/java/gui/image/PermissionCreateImage_GUI.java
index d2b0dada..f750c364 100644
--- a/dozentenmodul/src/main/java/gui/image/PermissionCreateImage_GUI.java
+++ b/dozentenmodul/src/main/java/gui/image/PermissionCreateImage_GUI.java
@@ -142,7 +142,7 @@ public class PermissionCreateImage_GUI extends JFrame {
txtpnBitteWhlenSie.setEditable(false);
txtpnBitteWhlenSie.setBackground(SystemColor.menu);
txtpnBitteWhlenSie
- .setText("Definieren Sie hier bitte die gew\u00FCnschten Berechtigungen f\u00FCr ihr Image");
+ .setText("Definieren Sie hier bitte die gewünschten Berechtigungen für ihr Image");
txtpnBitteWhlenSie.setBounds(10, 36, 509, 32);
panel.add(txtpnBitteWhlenSie);
}
@@ -209,7 +209,7 @@ public class PermissionCreateImage_GUI extends JFrame {
*/
scrollPane.setViewportView(table);
- JLabel lblHauptmen = new JLabel("Hauptmen\u00FC");
+ JLabel lblHauptmen = new JLabel("Hauptmenü");
lblHauptmen.addMouseListener(new MouseAdapter() {
@Override
public void mouseClicked(MouseEvent arg0) {
@@ -256,7 +256,7 @@ public class PermissionCreateImage_GUI extends JFrame {
JComboBox comboBox = new JComboBox();
comboBox.setModel(new DefaultComboBoxModel(new String[] {
"Hochschule Offenburg", "Hochschule Reutlingen",
- "Universit\u00E4t Freiburg" }));
+ "Universität Freiburg" }));
comboBox.setBounds(365, 36, 202, 20);
contentPanel.add(comboBox);
@@ -318,7 +318,7 @@ public class PermissionCreateImage_GUI extends JFrame {
buttonPane.setLayout(new FlowLayout(FlowLayout.RIGHT));
getContentPane().add(buttonPane);
{
- JButton cancelButton = new JButton("Zur\u00FCck");
+ JButton cancelButton = new JButton("Zurück");
cancelButton.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {