org.dmonix.util
Class Resources

java.lang.Object
  extended byorg.dmonix.util.Resources

public abstract class Resources
extends java.lang.Object

Util class for loading various resources.

Copyright: Copyright (c) 2003

Company: dmonix.org

Version:
1.0
Author:
Peter Nerg

Constructor Summary
Resources()
           
 
Method Summary
static java.lang.String getBuildNumber()
          Get the buildnumber.
static java.awt.Image getImage(java.lang.String url)
          Deprecated. use org.dmonix.util.IamgeLoaderUtil
static javax.swing.ImageIcon getImageIcon(java.lang.String url)
          Deprecated. use org.dmonix.util.IamgeLoaderUtil
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resources

public Resources()
Method Detail

getBuildNumber

public static java.lang.String getBuildNumber()
Get the buildnumber.

Returns:

getImage

public static java.awt.Image getImage(java.lang.String url)
Deprecated. use org.dmonix.util.IamgeLoaderUtil

Loads a URL to an image.

Parameters:
url -
Returns:
The image

getImageIcon

public static javax.swing.ImageIcon getImageIcon(java.lang.String url)
Deprecated. use org.dmonix.util.IamgeLoaderUtil

Loads a URL to an ImageIcon

Parameters:
url - The url
Returns:
the ImageIcon


Copyright © 1998-2005 dmonix.org Peter Nerg, All Rights Reserved.