cfa.vo.iris.gui
Class GUIUtils

java.lang.Object
  extended by cfa.vo.iris.gui.GUIUtils

public class GUIUtils
extends Object

Common GUI utilities accessed via static methods.

Author:
Colin Bell

Constructor Summary
GUIUtils()
           
 
Method Summary
static void moveToFront(JInternalFrame fr)
           
static void processOnSwingEventThread(Runnable todo)
           
static void processOnSwingEventThread(Runnable todo, boolean wait)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIUtils

public GUIUtils()
Method Detail

moveToFront

public static void moveToFront(JInternalFrame fr)

processOnSwingEventThread

public static void processOnSwingEventThread(Runnable todo)

processOnSwingEventThread

public static void processOnSwingEventThread(Runnable todo,
                                             boolean wait)


Copyright © 2013. All rights reserved.