util
Class Resources

java.lang.Object
  extended by util.Resources

public class Resources
extends java.lang.Object

The class that allows access to all the resources of the program

Author:
Daniel Wachsstock

Field Summary
static java.util.prefs.Preferences prefs
          the preference location for all programs that use this class
static java.lang.String resourceDir
          the name of the directory with all the resources
static java.util.ResourceBundle resources
          the resource bundle for the whole program
 
Method Summary
static java.lang.String getString(java.lang.String s)
          call to resources.getString(String
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resourceDir

public static final java.lang.String resourceDir
the name of the directory with all the resources

See Also:
Constant Field Values

resources

public static final java.util.ResourceBundle resources
the resource bundle for the whole program


prefs

public static final java.util.prefs.Preferences prefs
the preference location for all programs that use this class

Method Detail

getString

public static java.lang.String getString(java.lang.String s)
call to resources.getString(String