charvax.swing

Class SwingUtilities


public class SwingUtilities
extends java.lang.Object

A collection of utility methods for Swing.

Method Summary

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

Method Details

invokeLater

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