org.opensha.ui.components
Class Resources
java.lang.Object
org.opensha.ui.components.Resources
public class Resources
- extends Object
Wrapper class for easy access to shared resources used by OpenSHA
applications such as icons and license files etc.
- Version:
- $Id: Resources.java 7478 2011-02-15 04:56:25Z pmpowers $
- Author:
- Peter Powers
|
Method Summary |
static URL |
getLicense()
Returns the URL of the OpenSHA license/disclaimer file. |
static Icon |
getLogo64()
Retruns the 64x64 pixel OpenSHA logo. |
static void |
main(String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Resources
public Resources()
getLicense
public static URL getLicense()
- Returns the
URL of the OpenSHA license/disclaimer file.
- Returns:
- the license/disclaier
URL
getLogo64
public static Icon getLogo64()
- Retruns the 64x64 pixel OpenSHA logo.
- Returns:
- the logo
main
public static void main(String[] args)