diff options
| author | tspitzer | 2013-09-30 09:17:29 +0200 |
|---|---|---|
| committer | tspitzer | 2013-09-30 09:17:29 +0200 |
| commit | 1d1153c6262f0ec69a7f29c92ba2c389f37e7c83 (patch) | |
| tree | 1d0a745266b8769db1e70ee17caa0c338c3effbc /Dozentenmodul/src/GUI/Summary.java | |
| parent | Erste Version fast fertig (diff) | |
| download | tutor-module-1d1153c6262f0ec69a7f29c92ba2c389f37e7c83.tar.gz tutor-module-1d1153c6262f0ec69a7f29c92ba2c389f37e7c83.tar.xz tutor-module-1d1153c6262f0ec69a7f29c92ba2c389f37e7c83.zip | |
actual
Diffstat (limited to 'Dozentenmodul/src/GUI/Summary.java')
| -rw-r--r-- | Dozentenmodul/src/GUI/Summary.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Dozentenmodul/src/GUI/Summary.java b/Dozentenmodul/src/GUI/Summary.java index d09f7391..4261d746 100644 --- a/Dozentenmodul/src/GUI/Summary.java +++ b/Dozentenmodul/src/GUI/Summary.java @@ -12,7 +12,6 @@ import javax.swing.JLabel; import java.awt.Font;
import javax.swing.JTextPane;
import java.awt.SystemColor;
-import ftp.ftp;
import java.awt.event.ActionListener;
import java.awt.event.ActionEvent;
import javax.swing.JSeparator;
@@ -31,7 +30,7 @@ import java.text.SimpleDateFormat; @SuppressWarnings("serial")
public class Summary extends JDialog {
String[] result;
- ftp f=new ftp();
+
/**
* Launch the application.
*/
|
