| |
14. 75. 1. Four new AWT modality models introduced with the Java Mustang release. |
|
Modal Type | Description | Mode-less | Does not block any other window while it's rendered on the user display. | Document-modal | Blocks all windows from the same document with the exception of those windows from its child hierarchy. | Application-modal | Blocks all windows from the same application with the exception of those windows from its child hierarchy. | Toolkit-modal | Blocks all windows from the same toolkit with the exception of those toolkits from its child hierarchy. |
|
|