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/getVMwarePlayer.java | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Dozentenmodul/src/GUI/getVMwarePlayer.java') diff --git a/Dozentenmodul/src/GUI/getVMwarePlayer.java b/Dozentenmodul/src/GUI/getVMwarePlayer.java index c08411a1..919df825 100644 --- a/Dozentenmodul/src/GUI/getVMwarePlayer.java +++ b/Dozentenmodul/src/GUI/getVMwarePlayer.java @@ -13,7 +13,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; @@ -32,7 +31,6 @@ public class getVMwarePlayer extends JDialog { private final JPanel contentPanel = new JPanel(); String[] result; - ftp f=new ftp(); /** * Launch the application. */ @@ -58,7 +56,7 @@ public class getVMwarePlayer extends JDialog { e.printStackTrace(); } setTitle("Dozentenmodul"); - setBounds(100, 100, 545, 517); + setBounds(100, 100, 545, 483); getContentPane().setLayout(null); { JPanel panel = new JPanel(); @@ -79,7 +77,7 @@ public class getVMwarePlayer extends JDialog { txtpnBitteWhlenSie.setBounds(10, 36, 509, 42); panel.add(txtpnBitteWhlenSie); } - contentPanel.setBounds(10, 113, 509, 252); + contentPanel.setBounds(10, 104, 509, 261); contentPanel.setBackground(Color.WHITE); contentPanel.setBorder(new EmptyBorder(5, 5, 5, 5)); getContentPane().add(contentPanel); @@ -111,7 +109,7 @@ public class getVMwarePlayer extends JDialog { contentPanel.add(lblNewLabel_1); { JPanel buttonPane = new JPanel(); - buttonPane.setBounds(0, 423, 529, 33); + buttonPane.setBounds(0, 389, 529, 33); buttonPane.setBackground(SystemColor.menu); buttonPane.setLayout(new FlowLayout(FlowLayout.RIGHT)); getContentPane().add(buttonPane); @@ -143,7 +141,7 @@ public class getVMwarePlayer extends JDialog { } { JSeparator separator = new JSeparator(); - separator.setBounds(0, 402, 519, 2); + separator.setBounds(0, 376, 519, 2); getContentPane().add(separator); } { -- cgit v1.2.3-55-g7522