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/EingabeSystemDaten.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/EingabeSystemDaten.java')
| -rw-r--r-- | Dozentenmodul/src/GUI/EingabeSystemDaten.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Dozentenmodul/src/GUI/EingabeSystemDaten.java b/Dozentenmodul/src/GUI/EingabeSystemDaten.java index f94efbef..9e370328 100644 --- a/Dozentenmodul/src/GUI/EingabeSystemDaten.java +++ b/Dozentenmodul/src/GUI/EingabeSystemDaten.java @@ -15,7 +15,6 @@ import javax.swing.JTextPane; import java.awt.SystemColor;
import javax.swing.JTextField;
import sql.sql;
-import ftp.ftp;
import java.awt.event.ActionListener;
import java.awt.event.ActionEvent;
import javax.swing.JSeparator;
@@ -38,7 +37,6 @@ public class EingabeSystemDaten extends JDialog { private final JPanel contentPanel = new JPanel();
String[] result;
- ftp f=new ftp();
sql sql=new sql();
private JTextField Laborname;
JDateChooser dateChooser;
|
