diff options
| author | Jonathan Bauer | 2014-09-18 13:44:46 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-09-18 13:44:46 +0200 |
| commit | 2ddbdf3235846c6e9c54269c4823989ce827e018 (patch) | |
| tree | 6892d891ab9a4a8f95a148d8fc55b3495e14bd54 /dozentenmodul/src/main/java/gui/image/FTPEditDownloader_GUI.java | |
| parent | [client] moved main function to App.java & refined Config stuff (diff) | |
| parent | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module (diff) | |
| download | tutor-module-2ddbdf3235846c6e9c54269c4823989ce827e018.tar.gz tutor-module-2ddbdf3235846c6e9c54269c4823989ce827e018.tar.xz tutor-module-2ddbdf3235846c6e9c54269c4823989ce827e018.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tutor-module
Diffstat (limited to 'dozentenmodul/src/main/java/gui/image/FTPEditDownloader_GUI.java')
| -rw-r--r-- | dozentenmodul/src/main/java/gui/image/FTPEditDownloader_GUI.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dozentenmodul/src/main/java/gui/image/FTPEditDownloader_GUI.java b/dozentenmodul/src/main/java/gui/image/FTPEditDownloader_GUI.java index 08f1b223..99ae2bc6 100644 --- a/dozentenmodul/src/main/java/gui/image/FTPEditDownloader_GUI.java +++ b/dozentenmodul/src/main/java/gui/image/FTPEditDownloader_GUI.java @@ -295,9 +295,9 @@ public class FTPEditDownloader_GUI extends JFrame implements label_4.setBounds(139, 95, 14, 14); contentPanel.add(label_4); - JLabel label_5 = new JLabel("Neu/Bearbeiten"); - label_5.setBounds(149, 95, 108, 14); - contentPanel.add(label_5); + JLabel lblNeuBearbeiten = new JLabel("Neu / Bearbeiten"); + lblNeuBearbeiten.setBounds(149, 95, 108, 14); + contentPanel.add(lblNeuBearbeiten); JSeparator separator_1 = new JSeparator(); separator_1.setBounds(-10, 648, 597, 2); |
