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/getVMwarePlayer.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/getVMwarePlayer.java')
| -rw-r--r-- | Dozentenmodul/src/GUI/getVMwarePlayer.java | 10 |
1 files changed, 4 insertions, 6 deletions
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);
}
{
|
