Content deleted Content added
Andrewman327 (talk | contribs) m cleaning up articles using AWB |
Advantage listed as a disadvantage |
||
Line 25:
* If the windowing environment and OS lack good window management, the application author can implement it themselves.
* Without an MDI frame window, floating toolbars from one application can clutter the workspace of other applications, potentially confusing users with the jumble of interfaces.
* Modularity: An advanced window manager can be upgraded independently of the applications▼
===Disadvantages===
Line 35 ⟶ 36:
* Many window managers have built-in support for manipulating groups of separate windows, which is typically more flexible than MDI in that windows can be grouped and ungrouped arbitrarily. A typical policy is to group automatically windows that belong to the same application. This arguably makes MDI redundant by providing a solution to the same problem.
* Controls and hotkeys learned for the MDI application may not apply to others, whereas with an advanced Window Manager, more behavior and user preference settings are shared across client applications on the same system
▲* Modularity: An advanced window manager can be upgraded independently of the applications
==Application examples==
|