diff options
| author | unknown | 2014-02-26 16:28:11 +0100 |
|---|---|---|
| committer | unknown | 2014-02-26 16:28:11 +0100 |
| commit | d07c7effb917fdb0e6092761b4c0d0f42c3895f7 (patch) | |
| tree | 7bb7ebdc3a9b252fbd2675cbd92996110d58075c /Dozentenmodul/src/GUI/ExtendedSearch_GUI.java | |
| parent | Kommunikation von BwLehrpool Suite zu BwLehrpool Suite Server läuft nun über ... (diff) | |
| download | tutor-module-d07c7effb917fdb0e6092761b4c0d0f42c3895f7.tar.gz tutor-module-d07c7effb917fdb0e6092761b4c0d0f42c3895f7.tar.xz tutor-module-d07c7effb917fdb0e6092761b4c0d0f42c3895f7.zip | |
-Suchfenster verbessert
- On The Fly nach Name funktioniert nun
- Tab Meine Images nun Funktionsfähig
-Möglichkeit der Konfiguration der Anwendung ist geschaffen, somit können die beiden GUIs BillOfRights und der Link zu vmware player für immer ausgeblendet werden
-Thrift ist nun fertig implementiert
Diffstat (limited to 'Dozentenmodul/src/GUI/ExtendedSearch_GUI.java')
| -rw-r--r-- | Dozentenmodul/src/GUI/ExtendedSearch_GUI.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Dozentenmodul/src/GUI/ExtendedSearch_GUI.java b/Dozentenmodul/src/GUI/ExtendedSearch_GUI.java index 20041516..ab9693a7 100644 --- a/Dozentenmodul/src/GUI/ExtendedSearch_GUI.java +++ b/Dozentenmodul/src/GUI/ExtendedSearch_GUI.java @@ -70,10 +70,10 @@ public class ExtendedSearch_GUI extends JFrame { } setTitle("bwLehrpool Suite *Prototyp*"); Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize(); - int top=(screenSize.height - 603) / 2; - int left=(screenSize.width - 722) / 2; + int top=(screenSize.height - 722) / 2; + int left=(screenSize.width -603) / 2; setBounds(left, top, 603, 722); - //setBounds(100, 100, 603, 722); + getContentPane().setLayout(null); { JPanel panel = new JPanel(); |
