summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/GUI/FertigStellen.java
diff options
context:
space:
mode:
authortspitzer2013-09-30 09:17:29 +0200
committertspitzer2013-09-30 09:17:29 +0200
commit1d1153c6262f0ec69a7f29c92ba2c389f37e7c83 (patch)
tree1d0a745266b8769db1e70ee17caa0c338c3effbc /Dozentenmodul/src/GUI/FertigStellen.java
parentErste Version fast fertig (diff)
downloadtutor-module-1d1153c6262f0ec69a7f29c92ba2c389f37e7c83.tar.gz
tutor-module-1d1153c6262f0ec69a7f29c92ba2c389f37e7c83.tar.xz
tutor-module-1d1153c6262f0ec69a7f29c92ba2c389f37e7c83.zip
actual
Diffstat (limited to 'Dozentenmodul/src/GUI/FertigStellen.java')
-rw-r--r--Dozentenmodul/src/GUI/FertigStellen.java9
1 files changed, 1 insertions, 8 deletions
diff --git a/Dozentenmodul/src/GUI/FertigStellen.java b/Dozentenmodul/src/GUI/FertigStellen.java
index 3ff09ee6..1d9734c4 100644
--- a/Dozentenmodul/src/GUI/FertigStellen.java
+++ b/Dozentenmodul/src/GUI/FertigStellen.java
@@ -4,7 +4,6 @@ import java.awt.List;
import javax.swing.JButton;
import javax.swing.JDialog;
-import javax.swing.JList;
import javax.swing.JPanel;
import javax.swing.UIManager;
import javax.swing.UnsupportedLookAndFeelException;
@@ -14,29 +13,23 @@ 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;
import javax.swing.JMenuBar;
import javax.swing.JMenuItem;
import javax.swing.JMenu;
-import javax.swing.JTable;
-
import Models.person;
import Models.vm;
-import java.awt.TextArea;
import javax.swing.JTextArea;
import javax.swing.JScrollPane;
-import com.toedter.calendar.JDateChooser;
-
@SuppressWarnings("serial")
public class FertigStellen extends JDialog {
private final JScrollPane contentPanel = new JScrollPane();
String[] result;
- ftp f=new ftp();
+
/**
* Launch the application.
*/