diff options
| author | Tobias Spitzer | 2014-05-15 11:17:23 +0200 |
|---|---|---|
| committer | Tobias Spitzer | 2014-05-15 11:17:23 +0200 |
| commit | 6c2f8cb62e870f035341ebdec227b7cb9841ee60 (patch) | |
| tree | 8cebffc1bb3a9c316a198d1cea1b65b2ba8446ca /Dozentenmodul/src | |
| parent | Es wird nur noch eine Verbindung zum bwLehrpoolSuite Server geöffnet. (diff) | |
| parent | nix (diff) | |
| download | tutor-module-6c2f8cb62e870f035341ebdec227b7cb9841ee60.tar.gz tutor-module-6c2f8cb62e870f035341ebdec227b7cb9841ee60.tar.xz tutor-module-6c2f8cb62e870f035341ebdec227b7cb9841ee60.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tutor-module
Diffstat (limited to 'Dozentenmodul/src')
| -rw-r--r-- | Dozentenmodul/src/gui/intro/MainMenue_GUI.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Dozentenmodul/src/gui/intro/MainMenue_GUI.java b/Dozentenmodul/src/gui/intro/MainMenue_GUI.java index 7d3d9cae..989796aa 100644 --- a/Dozentenmodul/src/gui/intro/MainMenue_GUI.java +++ b/Dozentenmodul/src/gui/intro/MainMenue_GUI.java @@ -59,7 +59,7 @@ public class MainMenue_GUI extends JFrame { /** * Launch the application. - */ + public static void main(String[] args) { try { MainMenue_GUI dialog = new MainMenue_GUI(); @@ -69,6 +69,7 @@ public class MainMenue_GUI extends JFrame { e.printStackTrace(); } }// end main + */ /** * Create the dialog. |
