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/EingabeSoftwareDaten.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/EingabeSoftwareDaten.java')
| -rw-r--r-- | Dozentenmodul/src/GUI/EingabeSoftwareDaten.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Dozentenmodul/src/GUI/EingabeSoftwareDaten.java b/Dozentenmodul/src/GUI/EingabeSoftwareDaten.java index bf88f665..90b6fb6f 100644 --- a/Dozentenmodul/src/GUI/EingabeSoftwareDaten.java +++ b/Dozentenmodul/src/GUI/EingabeSoftwareDaten.java @@ -14,7 +14,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 java.sql.Connection;
@@ -37,7 +36,6 @@ public class EingabeSoftwareDaten extends JDialog { private final JPanel contentPanel = new JPanel();
String[] result;
- ftp f=new ftp();
sql sql=new sql();
private JTextField textField;
List listavailable;
|
