ij2x.util
Class ResourceString

java.lang.Object
  extended by ij2x.util.ResourceString

public class ResourceString
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2012

Company:

Version:
1.0
Author:
not attributable

Constructor Summary
ResourceString()
           
 
Method Summary
static java.net.URL getResource(java.awt.Component panel, java.lang.String key)
           
static java.lang.String getResourceString(java.util.ResourceBundle resources, java.lang.String nm)
           
static java.lang.String[] tokenize(java.lang.String input)
          Take the given string and chop it up into a series of strings on whitespace boundaries.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceString

public ResourceString()
Method Detail

getResourceString

public static java.lang.String getResourceString(java.util.ResourceBundle resources,
                                                 java.lang.String nm)

getResource

public static java.net.URL getResource(java.awt.Component panel,
                                       java.lang.String key)

tokenize

public static java.lang.String[] tokenize(java.lang.String input)
Take the given string and chop it up into a series of strings on whitespace boundaries. This is useful for trying to get an array of strings out of the resource file.