diff options
| author | Michael Wilson | 2014-11-03 14:32:32 +0100 |
|---|---|---|
| committer | Michael Wilson | 2014-11-03 14:32:32 +0100 |
| commit | 2e2753924d99b0a97a6838f2d9eb1e5d3ca1b9d1 (patch) | |
| tree | deef4336e83579c638fd8f6b8e7ac7b07a13b9e5 /dozentenmodul/src/main/java | |
| parent | [client] save vmx file to currently selected download directory instead of th... (diff) | |
| download | tutor-module-2e2753924d99b0a97a6838f2d9eb1e5d3ca1b9d1.tar.gz tutor-module-2e2753924d99b0a97a6838f2d9eb1e5d3ca1b9d1.tar.xz tutor-module-2e2753924d99b0a97a6838f2d9eb1e5d3ca1b9d1.zip | |
main mainu now not resizable
Diffstat (limited to 'dozentenmodul/src/main/java')
| -rw-r--r-- | dozentenmodul/src/main/java/gui/intro/MainMenue_GUI.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dozentenmodul/src/main/java/gui/intro/MainMenue_GUI.java b/dozentenmodul/src/main/java/gui/intro/MainMenue_GUI.java index b54e139a..0f68de44 100644 --- a/dozentenmodul/src/main/java/gui/intro/MainMenue_GUI.java +++ b/dozentenmodul/src/main/java/gui/intro/MainMenue_GUI.java @@ -145,6 +145,7 @@ public class MainMenue_GUI extends JFrame { Image.image.reset(); //Lecture.lecture.reset(); + setResizable(false); // window is not resizable contentPanel.setBounds(10, 104, 567, 502); contentPanel.setBackground(SystemColor.menu); |
