net.sf.ext.util
Class SwingUtil

java.lang.Object
  extended bynet.sf.ext.util.SwingUtil

public class SwingUtil
extends java.lang.Object


Constructor Summary
SwingUtil()
           
 
Method Summary
static javax.swing.JFrame getRootFrame()
           
static void setRootFrame(javax.swing.JFrame f)
           
static void shiftFocus(javax.swing.JFrame f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingUtil

public SwingUtil()
Method Detail

setRootFrame

public static void setRootFrame(javax.swing.JFrame f)

shiftFocus

public static void shiftFocus(javax.swing.JFrame f)

getRootFrame

public static javax.swing.JFrame getRootFrame()