charvax.swing
Class SwingUtilities

java.lang.Object
  extended bycharvax.swing.SwingUtilities

public class SwingUtilities
extends java.lang.Object

A collection of utility methods for Swing.


Constructor Summary
SwingUtilities()
           
 
Method Summary
static void invokeLater(java.lang.Runnable runnable)
          Causes the runnable.run() method to be executed asynchronously on the AWT event dispatching thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingUtilities

public SwingUtilities()
Method Detail

invokeLater

public static void invokeLater(java.lang.Runnable runnable)
Causes the runnable.run() method to be executed asynchronously on the AWT event dispatching thread.