JavaTM Look and Feel Design Guidelines: Advanced Topics > Part II: Special Topics > 2: Windows > Multiple Document Interfaces   PreviousNextContents/Index/Search


Multiple Document Interfaces

Avoid designing a Multiple Document Interface (MDI) application--an application in which primary windows are represented as internal windows inside a backing window.

Many users have trouble manipulating the windows of MDI applications. In addition, an MDI application's main window can sometimes obscure a user's view of other applications.

Use no internal windows in your application.


Java Look and Feel Design Guidelines: Advanced Topics.
Copyright 2001. Sun Microsystems, Inc. All Rights Reserved.
PreviousNextContents/Index/Search