diff options
| author | unknown | 2014-04-04 16:42:54 +0200 |
|---|---|---|
| committer | unknown | 2014-04-04 16:42:54 +0200 |
| commit | 4acab74e19b08290b4e8b9a8c7171885c222aee5 (patch) | |
| tree | c7f46a3a4addf1181b88ce897bc9b4eadf111927 /Dozentenmodul/src/GUI/FTPUploader_GUI.java | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tutor-module (diff) | |
| download | tutor-module-4acab74e19b08290b4e8b9a8c7171885c222aee5.tar.gz tutor-module-4acab74e19b08290b4e8b9a8c7171885c222aee5.tar.xz tutor-module-4acab74e19b08290b4e8b9a8c7171885c222aee5.zip | |
Diverse Bugfixes und neue Grafik
Diffstat (limited to 'Dozentenmodul/src/GUI/FTPUploader_GUI.java')
| -rw-r--r-- | Dozentenmodul/src/GUI/FTPUploader_GUI.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Dozentenmodul/src/GUI/FTPUploader_GUI.java b/Dozentenmodul/src/GUI/FTPUploader_GUI.java index f435f3ff..eaaf9544 100644 --- a/Dozentenmodul/src/GUI/FTPUploader_GUI.java +++ b/Dozentenmodul/src/GUI/FTPUploader_GUI.java @@ -176,9 +176,9 @@ public class FTPUploader_GUI extends JFrame implements PropertyChangeListener { progressBar.setBounds(102, 202, 485, 30);
contentPanel.add(progressBar);
- JLabel label = new JLabel("Downloadgeschwindigkeit:");
- label.setBounds(102, 243, 141, 14);
- contentPanel.add(label);
+ JLabel lblUploadgeschwindigkeit = new JLabel("Uploadgeschwindigkeit:");
+ lblUploadgeschwindigkeit.setBounds(102, 243, 141, 14);
+ contentPanel.add(lblUploadgeschwindigkeit);
JLabel label_1 = new JLabel("Fertig:");
label_1.setBounds(102, 293, 46, 14);
|
