ix.test
Class SwingLaterTest

java.lang.Object
  extended by ix.test.SwingLaterTest

public class SwingLaterTest
extends java.lang.Object

A test to demonstrate that a "modal" dialog does not block something requested via SwingUtilities.invokeLater. Note that it does block use of the frame's "File" menu.


Constructor Summary
SwingLaterTest()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingLaterTest

public SwingLaterTest()
Method Detail

main

public static void main(java.lang.String[] argv)