From 1d1153c6262f0ec69a7f29c92ba2c389f37e7c83 Mon Sep 17 00:00:00 2001 From: tspitzer Date: Mon, 30 Sep 2013 09:17:29 +0200 Subject: actual --- Dozentenmodul/src/GUI/ActionChooser.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Dozentenmodul/src/GUI/ActionChooser.java') diff --git a/Dozentenmodul/src/GUI/ActionChooser.java b/Dozentenmodul/src/GUI/ActionChooser.java index 60e3cf6a..71f1be92 100644 --- a/Dozentenmodul/src/GUI/ActionChooser.java +++ b/Dozentenmodul/src/GUI/ActionChooser.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; @@ -28,7 +27,6 @@ public class ActionChooser extends JDialog { private final JPanel contentPanel = new JPanel(); String[] result; - ftp f=new ftp(); JRadioButton radioButton_1; JRadioButton radioButton; private final ButtonGroup buttonGroup = new ButtonGroup(); @@ -57,7 +55,7 @@ public class ActionChooser extends JDialog { e.printStackTrace(); } setTitle("Dozentenmodul"); - setBounds(100, 100, 545, 360); + setBounds(100, 100, 545, 366); getContentPane().setLayout(null); { JPanel panel = new JPanel(); @@ -78,7 +76,7 @@ public class ActionChooser extends JDialog { txtpnBitteWhlenSie.setBounds(10, 36, 509, 42); panel.add(txtpnBitteWhlenSie); } - contentPanel.setBounds(10, 113, 509, 135); + contentPanel.setBounds(10, 104, 509, 144); contentPanel.setBackground(Color.WHITE); contentPanel.setBorder(new EmptyBorder(5, 5, 5, 5)); getContentPane().add(contentPanel); -- cgit v1.2.3-55-g7522