org.cumt.workbench
Class UIResources

java.lang.Object
  extended by org.cumt.workbench.UIResources

public class UIResources
extends java.lang.Object

Mantains shared ui resources

Author:
Carlos Descalzi

Constructor Summary
UIResources()
           
 
Method Summary
static javax.swing.Icon getIcon(java.lang.String resourceLocation)
           
static javax.swing.Icon getIcon(java.net.URL resourceLocation)
           
static java.awt.image.BufferedImage getSharedImage(java.net.URL resource)
           
static void setLookAndFeel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIResources

public UIResources()
Method Detail

setLookAndFeel

public static void setLookAndFeel()

getIcon

public static javax.swing.Icon getIcon(java.net.URL resourceLocation)

getIcon

public static javax.swing.Icon getIcon(java.lang.String resourceLocation)

getSharedImage

public static java.awt.image.BufferedImage getSharedImage(java.net.URL resource)
                                                   throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2006 null. All Rights Reserved.