diff options
Diffstat (limited to 'Dozentenmodul/src/GUI/EingabeAllgemein.java')
| -rw-r--r-- | Dozentenmodul/src/GUI/EingabeAllgemein.java | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/Dozentenmodul/src/GUI/EingabeAllgemein.java b/Dozentenmodul/src/GUI/EingabeAllgemein.java index e1811e95..4cc49229 100644 --- a/Dozentenmodul/src/GUI/EingabeAllgemein.java +++ b/Dozentenmodul/src/GUI/EingabeAllgemein.java @@ -80,11 +80,11 @@ public class EingabeAllgemein extends JDialog { e.printStackTrace();
}
setTitle("Dozentenmodul");
- setBounds(100, 100, 545, 689);
+ setBounds(100, 100, 603, 722);
getContentPane().setLayout(null);
{
JPanel panel = new JPanel();
- panel.setBounds(0, 0, 529, 68);
+ panel.setBounds(0, 0, 587, 68);
getContentPane().add(panel);
panel.setLayout(null);
{
@@ -101,7 +101,7 @@ public class EingabeAllgemein extends JDialog { txtpnBitteWhlenSie.setBounds(10, 36, 509, 42);
panel.add(txtpnBitteWhlenSie);
}
- contentPanel.setBounds(10, 91, 509, 483);
+ contentPanel.setBounds(10, 91, 577, 525);
contentPanel.setBackground(Color.WHITE);
contentPanel.setBorder(new EmptyBorder(5, 5, 5, 5));
getContentPane().add(contentPanel);
@@ -117,7 +117,7 @@ public class EingabeAllgemein extends JDialog { contentPanel.add(lblNewLabel_2);
Vorname_V = new JTextField();
- Vorname_V.setBounds(145, 36, 125, 20);
+ Vorname_V.setBounds(145, 36, 350, 20);
Vorname_V.setText(person.verantowrtlicher.getVorname());
contentPanel.add(Vorname_V);
Vorname_V.setColumns(10);
@@ -127,7 +127,7 @@ public class EingabeAllgemein extends JDialog { contentPanel.add(lblNachname);
Nachname_V = new JTextField();
- Nachname_V.setBounds(145, 67, 125, 20);
+ Nachname_V.setBounds(145, 67, 350, 20);
Nachname_V.setText(person.verantowrtlicher.getName());
contentPanel.add(Nachname_V);
Nachname_V.setColumns(10);
@@ -138,7 +138,7 @@ public class EingabeAllgemein extends JDialog { Hochschule_V = new JTextField();
Hochschule_V.setColumns(10);
- Hochschule_V.setBounds(145, 98, 125, 20);
+ Hochschule_V.setBounds(145, 98, 350, 20);
Hochschule_V.setText(person.verantowrtlicher.getHochschule());
contentPanel.add(Hochschule_V);
@@ -148,7 +148,7 @@ public class EingabeAllgemein extends JDialog { EMail_V = new JTextField();
EMail_V.setColumns(10);
- EMail_V.setBounds(145, 129, 125, 20);
+ EMail_V.setBounds(145, 129, 350, 20);
EMail_V.setText(person.verantowrtlicher.getEMail());
contentPanel.add(EMail_V);
@@ -158,7 +158,7 @@ public class EingabeAllgemein extends JDialog { Tel_V = new JTextField();
Tel_V.setColumns(10);
- Tel_V.setBounds(145, 160, 125, 20);
+ Tel_V.setBounds(145, 160, 350, 20);
Tel_V.setText(person.verantowrtlicher.getTel());
contentPanel.add(Tel_V);
@@ -168,7 +168,7 @@ public class EingabeAllgemein extends JDialog { Fak_V = new JTextField();
Fak_V.setColumns(10);
- Fak_V.setBounds(145, 191, 125, 20);
+ Fak_V.setBounds(145, 191, 350, 20);
Fak_V.setText(person.verantowrtlicher.getFakultät());
contentPanel.add(Fak_V);
@@ -208,7 +208,7 @@ public class EingabeAllgemein extends JDialog { Vorname_E = new JTextField();
Vorname_E.setColumns(10);
- Vorname_E.setBounds(145, 294, 125, 20);
+ Vorname_E.setBounds(145, 294, 350, 20);
Vorname_E.setText(person.ersteller.getVorname());
contentPanel.add(Vorname_E);
@@ -218,13 +218,13 @@ public class EingabeAllgemein extends JDialog { Nachname_E = new JTextField();
Nachname_E.setColumns(10);
- Nachname_E.setBounds(145, 325, 125, 20);
+ Nachname_E.setBounds(145, 325, 350, 20);
Nachname_E.setText(person.ersteller.getName());
contentPanel.add(Nachname_E);
Hochschule_E = new JTextField();
Hochschule_E.setColumns(10);
- Hochschule_E.setBounds(145, 356, 125, 20);
+ Hochschule_E.setBounds(145, 356, 350, 20);
Hochschule_E.setText(person.ersteller.getHochschule());
contentPanel.add(Hochschule_E);
@@ -238,13 +238,13 @@ public class EingabeAllgemein extends JDialog { EMail_E = new JTextField();
EMail_E.setColumns(10);
- EMail_E.setBounds(145, 387, 125, 20);
+ EMail_E.setBounds(145, 387, 350, 20);
EMail_E.setText(person.ersteller.getEMail());
contentPanel.add(EMail_E);
Tel_E = new JTextField();
Tel_E.setColumns(10);
- Tel_E.setBounds(145, 418, 125, 20);
+ Tel_E.setBounds(145, 418, 350, 20);
Tel_E.setText(person.ersteller.getTel());
contentPanel.add(Tel_E);
@@ -259,11 +259,11 @@ public class EingabeAllgemein extends JDialog { Fak_E = new JTextField();
Fak_E.setColumns(10);
Fak_E.setText(person.ersteller.getFakultät());
- Fak_E.setBounds(145, 449, 125, 20);
+ Fak_E.setBounds(145, 449, 350, 20);
contentPanel.add(Fak_E);
{
JPanel buttonPane = new JPanel();
- buttonPane.setBounds(0, 597, 529, 33);
+ buttonPane.setBounds(0, 640, 597, 33);
buttonPane.setBackground(SystemColor.menu);
buttonPane.setLayout(new FlowLayout(FlowLayout.RIGHT));
getContentPane().add(buttonPane);
@@ -328,11 +328,11 @@ public class EingabeAllgemein extends JDialog { }
JSeparator separator = new JSeparator();
- separator.setBounds(0, 79, 529, 2);
+ separator.setBounds(0, 79, 597, 2);
getContentPane().add(separator);
JSeparator separator_1 = new JSeparator();
- separator_1.setBounds(0, 585, 529, 2);
+ separator_1.setBounds(0, 627, 597, 2);
getContentPane().add(separator_1);
JMenuBar menuBar = new JMenuBar();
|
