diff options
| author | Stephan Schwaer | 2015-07-01 18:42:19 +0200 |
|---|---|---|
| committer | Stephan Schwaer | 2015-07-01 18:42:19 +0200 |
| commit | 40414e3ddfd190d2c8324458948357a6bd15ed41 (patch) | |
| tree | b59010d576ec79ee7019f06af9234f59c03067fa /dozentenmodul/src/main/java/gui/GuiManager.java | |
| parent | Fixed some comments and variable names (diff) | |
| download | tutor-module-40414e3ddfd190d2c8324458948357a6bd15ed41.tar.gz tutor-module-40414e3ddfd190d2c8324458948357a6bd15ed41.tar.xz tutor-module-40414e3ddfd190d2c8324458948357a6bd15ed41.zip | |
Fixed background and added methods for logical gui functions
Diffstat (limited to 'dozentenmodul/src/main/java/gui/GuiManager.java')
| -rw-r--r-- | dozentenmodul/src/main/java/gui/GuiManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dozentenmodul/src/main/java/gui/GuiManager.java b/dozentenmodul/src/main/java/gui/GuiManager.java index ae1c2038..ae97d90b 100644 --- a/dozentenmodul/src/main/java/gui/GuiManager.java +++ b/dozentenmodul/src/main/java/gui/GuiManager.java @@ -76,7 +76,7 @@ public abstract class GuiManager { mainShell.setText("Dozmod"); mainShell.setMenuBar(menuBar); - + // Set layout for the mainshell, items added to the shell should get a gridData mainShell.setLayout(new GridLayout(1, true)); |
