diff options
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 |
