Mega Code Archive

 
Categories / Java Tutorial / Swing
 

Four new AWT modality models introduced with the Java Mustang release

Modal Type Description Mode-lessDoes not block any other window while it's rendered on the user display. Document-modalBlocks all windows from the same document with the exception of those windows from its child hierarchy. Application-modalBlocks all windows from the same application with the exception of those windows from its child hierarchy. Toolkit-modalBlocks all windows from the same toolkit with the exception of those toolkits from its child hierarchy.