diff options
| author | Stephan Schwaer | 2015-10-07 15:32:14 +0200 |
|---|---|---|
| committer | Stephan Schwaer | 2015-10-07 15:32:14 +0200 |
| commit | fafa531c9aae8ea6c362318039c6e7d1effd5ee5 (patch) | |
| tree | f28253ce6f1011b56ad3b9d7f72368bf70d24d40 /dozentenmodul/src/main/java | |
| parent | [client] Made dedicated buttons in the mainWindow. Changed string in lecture ... (diff) | |
| download | tutor-module-fafa531c9aae8ea6c362318039c6e7d1effd5ee5.tar.gz tutor-module-fafa531c9aae8ea6c362318039c6e7d1effd5ee5.tar.xz tutor-module-fafa531c9aae8ea6c362318039c6e7d1effd5ee5.zip | |
[client] Removed obsolete workflow comment.
Diffstat (limited to 'dozentenmodul/src/main/java')
| -rw-r--r-- | dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/MainMenuWindowLayout.java | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/MainMenuWindowLayout.java b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/MainMenuWindowLayout.java index eb52ffb2..c8b38a79 100644 --- a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/MainMenuWindowLayout.java +++ b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/MainMenuWindowLayout.java @@ -8,32 +8,6 @@ import org.openslx.dozmod.gui.helper.CompositePage; import org.openslx.dozmod.gui.helper.GridManager; import org.openslx.dozmod.util.ResourceLoader; -/* - * Structure/workflow should be: - * - * 1) App starts with Login Window for now [1] - * - * 2) After login, the main window opens. - * 2a) If the disclaimer has not been accepted yet, the main window will open it as a modal window - * 2b) Maybe do the same with the "you need vmware" window afterwards, or just show a hint in mainwindow - * that would open the vmware info window when clicked. - * The disclaimer and vmware info should still be reachable via the menu at any time - * - * - Clicking vm list or lecture list would show the according list in the same window - * - adding/editing lecture/image will open a wizard - * - doubleclicking a lecture/image will open a detailed info window - * - * - * GuiManager's add/remove content needs refactoring or needs to be moved, as it's - * designed like we only have one main window with changing content, but we - * actually have lots of independent windows and wizards. - * - * (TODO: Make sure it doesn't suck on multiscreen setups) - * - * [1] Later on we might support a "stay logged in" feature that - * will skip the login screen - */ - @SuppressWarnings("serial") public abstract class MainMenuWindowLayout extends CompositePage { // text for info for the vms selection |
