summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/GUI/EingabeSystemDaten.java
diff options
context:
space:
mode:
Diffstat (limited to 'Dozentenmodul/src/GUI/EingabeSystemDaten.java')
-rw-r--r--Dozentenmodul/src/GUI/EingabeSystemDaten.java2
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;