net.sourceforge.nite.gui.util
Class SwingUtils

java.lang.Object
  extended by net.sourceforge.nite.gui.util.SwingUtils

public class SwingUtils
extends java.lang.Object

General util methods

Author:
Dennis Reidsma, UTwente

Constructor Summary
SwingUtils()
           
 
Method Summary
static void getResourceIcon(javax.swing.JFrame fr, java.lang.String name, java.lang.Class callingClass)
          Set a icon for given frame CallingClass is used to determine where to find resource...
static void getResourceIcon(javax.swing.JInternalFrame fr, java.lang.String name, java.lang.Class callingClass)
          Set a icon for given frame CallingClass is used to determine where to find resource...
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingUtils

public SwingUtils()
Method Detail

getResourceIcon

public static void getResourceIcon(javax.swing.JFrame fr,
                                   java.lang.String name,
                                   java.lang.Class callingClass)
Set a icon for given frame CallingClass is used to determine where to find resource...


getResourceIcon

public static void getResourceIcon(javax.swing.JInternalFrame fr,
                                   java.lang.String name,
                                   java.lang.Class callingClass)
Set a icon for given frame CallingClass is used to determine where to find resource...