From cf790bb75203dc4bcd751b00b5814f10086299d1 Mon Sep 17 00:00:00 2001 From: tspitzer Date: Thu, 10 Oct 2013 13:23:51 +0200 Subject: neue Änderungen -Fenstergröße angepasst -Eingabefelder vergrößert -Texte angepasst -Buttons zur Änderung der Daten eingefügt --- Dozentenmodul/src/GUI/searchRohling.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Dozentenmodul/src/GUI/searchRohling.java') diff --git a/Dozentenmodul/src/GUI/searchRohling.java b/Dozentenmodul/src/GUI/searchRohling.java index 979bc5d2..cafe50ef 100644 --- a/Dozentenmodul/src/GUI/searchRohling.java +++ b/Dozentenmodul/src/GUI/searchRohling.java @@ -72,11 +72,11 @@ public class searchRohling extends JDialog { e.printStackTrace(); } setTitle("Dozentenmodul"); - setBounds(100, 100, 545, 516); + setBounds(100, 100, 603, 722); 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); { @@ -93,18 +93,18 @@ public class searchRohling extends JDialog { txtpnBitteWhlenSie.setBounds(10, 36, 509, 42); panel.add(txtpnBitteWhlenSie); } - contentPanel.setBounds(10, 113, 509, 252); + contentPanel.setBounds(10, 123, 567, 449); contentPanel.setBackground(Color.WHITE); contentPanel.setBorder(new EmptyBorder(5, 5, 5, 5)); getContentPane().add(contentPanel); contentPanel.setLayout(null); list = new List(); - list.setBounds(0, 0, 509, 252); + list.setBounds(0, 0, 567, 449); contentPanel.add(list); { JPanel buttonPane = new JPanel(); - buttonPane.setBounds(0, 423, 529, 33); + buttonPane.setBounds(0, 630, 587, 33); buttonPane.setBackground(SystemColor.menu); buttonPane.setLayout(new FlowLayout(FlowLayout.RIGHT)); getContentPane().add(buttonPane); @@ -142,7 +142,7 @@ public class searchRohling extends JDialog { ftp.setVisible(true); } }); - btnDownload.setBounds(430, 376, 89, 23); + btnDownload.setBounds(488, 583, 89, 23); getContentPane().add(btnDownload); textFieldsearch = new JTextField(); @@ -172,11 +172,11 @@ public class searchRohling extends JDialog { textFieldsearch.setColumns(10); JSeparator separator = new JSeparator(); - separator.setBounds(0, 410, 529, 2); + separator.setBounds(0, 617, 587, 2); 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(); -- cgit v1.2.3-55-g7522