diff options
| author | Tobias Spitzer | 2014-08-25 13:38:24 +0200 |
|---|---|---|
| committer | Tobias Spitzer | 2014-08-25 13:38:24 +0200 |
| commit | 65cb678cc477d4da3801dd2a6478f69e1a00063d (patch) | |
| tree | 2af97415faaaa0991575cddbf9a677e17f6f6667 /Dozentenmodul/src/gui/image/FTPEditDownloader_GUI.java | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tutor-module (diff) | |
| download | tutor-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/FTPEditDownloader_GUI.java')
| -rw-r--r-- | Dozentenmodul/src/gui/image/FTPEditDownloader_GUI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dozentenmodul/src/gui/image/FTPEditDownloader_GUI.java b/Dozentenmodul/src/gui/image/FTPEditDownloader_GUI.java index c851ea37..376458d7 100644 --- a/Dozentenmodul/src/gui/image/FTPEditDownloader_GUI.java +++ b/Dozentenmodul/src/gui/image/FTPEditDownloader_GUI.java @@ -260,7 +260,7 @@ public class FTPEditDownloader_GUI extends JFrame implements PropertyChangeListe label_2.setBounds(80, 95, 14, 14); contentPanel.add(label_2); - JLabel label_3 = new JLabel("VL-Image"); + JLabel label_3 = new JLabel("Image"); label_3.setForeground(Color.BLUE); label_3.setBounds(91, 92, 46, 20); contentPanel.add(label_3); |
