diff options
| author | tspitzer | 2013-10-10 13:23:51 +0200 |
|---|---|---|
| committer | tspitzer | 2013-10-10 13:23:51 +0200 |
| commit | cf790bb75203dc4bcd751b00b5814f10086299d1 (patch) | |
| tree | a4ba7971640ca2190e1d3663191c4b4e1b0b92d4 /Dozentenmodul/src/GUI/EingabeSoftwareDaten.java | |
| parent | Die Anwendung wird nun korrekt beendet. (diff) | |
| download | tutor-module-cf790bb75203dc4bcd751b00b5814f10086299d1.tar.gz tutor-module-cf790bb75203dc4bcd751b00b5814f10086299d1.tar.xz tutor-module-cf790bb75203dc4bcd751b00b5814f10086299d1.zip | |
neue Änderungen
-Fenstergröße angepasst
-Eingabefelder vergrößert
-Texte angepasst
-Buttons zur Änderung der Daten eingefügt
Diffstat (limited to 'Dozentenmodul/src/GUI/EingabeSoftwareDaten.java')
| -rw-r--r-- | Dozentenmodul/src/GUI/EingabeSoftwareDaten.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Dozentenmodul/src/GUI/EingabeSoftwareDaten.java b/Dozentenmodul/src/GUI/EingabeSoftwareDaten.java index 2b2d988d..f0eca3ba 100644 --- a/Dozentenmodul/src/GUI/EingabeSoftwareDaten.java +++ b/Dozentenmodul/src/GUI/EingabeSoftwareDaten.java @@ -79,7 +79,7 @@ public class EingabeSoftwareDaten extends JDialog { getContentPane().setLayout(null);
{
JPanel panel = new JPanel();
- panel.setBounds(0, 0, 529, 71);
+ panel.setBounds(0, 0, 577, 71);
getContentPane().add(panel);
panel.setLayout(null);
{
@@ -104,13 +104,13 @@ public class EingabeSoftwareDaten extends JDialog { JLabel lblSysteminformationen = new JLabel("Verf\u00FCgbare Software");
lblSysteminformationen.setFont(new Font("Tahoma", Font.PLAIN, 14));
- lblSysteminformationen.setBounds(10, 11, 162, 14);
+ lblSysteminformationen.setBounds(10, 11, 162, 20);
contentPanel.add(lblSysteminformationen);
- JLabel lblAusgewhlteSoftware = new JLabel("Ausgew\u00E4hlte Software");
+ JLabel lblAusgewhlteSoftware = new JLabel("Installierte Software");
lblAusgewhlteSoftware.setFont(new Font("Tahoma", Font.PLAIN, 14));
- lblAusgewhlteSoftware.setBounds(306, 11, 162, 14);
+ lblAusgewhlteSoftware.setBounds(306, 11, 162, 20);
contentPanel.add(lblAusgewhlteSoftware);
@@ -279,7 +279,7 @@ public class EingabeSoftwareDaten extends JDialog { getContentPane().add(separator);
JSeparator separator_1 = new JSeparator();
- separator_1.setBounds(0, 82, 529, 2);
+ separator_1.setBounds(0, 82, 587, 2);
getContentPane().add(separator_1);
JMenuBar menuBar = new JMenuBar();
|
