From f4025bd62ecc5e0dfbf19c87f4e79fda199148e7 Mon Sep 17 00:00:00 2001 From: tspitzer Date: Thu, 17 Oct 2013 16:03:17 +0200 Subject: -Anpassen der Texte -Bug in SQL gefixt --- Dozentenmodul/src/GUI/ActionChooser.java | 34 +++++++++++++++++++------------- 1 file changed, 20 insertions(+), 14 deletions(-) (limited to 'Dozentenmodul/src/GUI/ActionChooser.java') diff --git a/Dozentenmodul/src/GUI/ActionChooser.java b/Dozentenmodul/src/GUI/ActionChooser.java index d861e71e..631686bd 100644 --- a/Dozentenmodul/src/GUI/ActionChooser.java +++ b/Dozentenmodul/src/GUI/ActionChooser.java @@ -65,11 +65,11 @@ public class ActionChooser extends JFrame { // TODO Auto-generated catch block e.printStackTrace(); } - setTitle("Dozentenmodul"); + setTitle("Dozentenmodul *Prototyp*"); Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize(); int top=(screenSize.height - 545) / 2; - int left=(screenSize.width - 366) / 2; - setBounds(left, top, 545, 366); + int left=(screenSize.width - 381) / 2; + setBounds(left, top, 545, 381); //setBounds(100, 100, 545, 366); getContentPane().setLayout(null); { @@ -91,7 +91,7 @@ public class ActionChooser extends JFrame { txtpnBitteWhlenSie.setBounds(10, 36, 509, 42); panel.add(txtpnBitteWhlenSie); } - contentPanel.setBounds(10, 104, 509, 144); + contentPanel.setBounds(10, 104, 509, 165); contentPanel.setBackground(Color.WHITE); contentPanel.setBorder(new EmptyBorder(5, 5, 5, 5)); getContentPane().add(contentPanel); @@ -112,29 +112,35 @@ public class ActionChooser extends JFrame { radioButton_1.setBounds(6, 7, 265, 23); contentPanel.add(radioButton_1); - JRadioButton radioButton_2 = new JRadioButton("Bearbeiten einer bestehenden VL"); - radioButton_2.setEnabled(false); - buttonGroup.add(radioButton_2); - radioButton_2.setBackground(Color.WHITE); - radioButton_2.setBounds(6, 53, 185, 23); - contentPanel.add(radioButton_2); + JRadioButton rdbtnEigenschaftenEinerVl = new JRadioButton("Eigenschaften einer VL \u00E4ndern"); + rdbtnEigenschaftenEinerVl.setEnabled(false); + buttonGroup.add(rdbtnEigenschaftenEinerVl); + rdbtnEigenschaftenEinerVl.setBackground(Color.WHITE); + rdbtnEigenschaftenEinerVl.setBounds(6, 53, 185, 23); + contentPanel.add(rdbtnEigenschaftenEinerVl); JRadioButton radioButton_3 = new JRadioButton("Kopieren einer bestehenden VL"); radioButton_3.setEnabled(false); buttonGroup.add(radioButton_3); radioButton_3.setBackground(Color.WHITE); - radioButton_3.setBounds(6, 76, 175, 23); + radioButton_3.setBounds(6, 105, 175, 23); contentPanel.add(radioButton_3); JRadioButton radioButton_4 = new JRadioButton("Verlinken einer bestehenden VL"); radioButton_4.setEnabled(false); buttonGroup.add(radioButton_4); radioButton_4.setBackground(Color.WHITE); - radioButton_4.setBounds(6, 102, 175, 23); + radioButton_4.setBounds(6, 131, 175, 23); contentPanel.add(radioButton_4); + + JRadioButton rdbtnInhaltEinerVl = new JRadioButton("Inhalt einer VL \u00E4ndern"); + rdbtnInhaltEinerVl.setEnabled(false); + rdbtnInhaltEinerVl.setBackground(Color.WHITE); + rdbtnInhaltEinerVl.setBounds(6, 79, 185, 23); + contentPanel.add(rdbtnInhaltEinerVl); { JPanel buttonPane = new JPanel(); - buttonPane.setBounds(0, 272, 529, 33); + buttonPane.setBounds(0, 293, 529, 33); buttonPane.setBackground(SystemColor.menu); buttonPane.setLayout(new FlowLayout(FlowLayout.RIGHT)); getContentPane().add(buttonPane); @@ -162,7 +168,7 @@ public class ActionChooser extends JFrame { } { JSeparator separator = new JSeparator(); - separator.setBounds(0, 259, 529, 2); + separator.setBounds(0, 280, 529, 2); getContentPane().add(separator); } { -- cgit v1.2.3-55-g7522