com.trassare.calculator
Class Messages
java.lang.Object
com.trassare.calculator.Messages
public final class Messages
- extends Object
This is the handling class for the ResourceBundle for the main method.
- Version:
- 10 September 2006
- Author:
- Samuel T Trassare
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getString
public static String getString(String key)
- Gets a resource identified by its key.
- Parameters:
key - the key to search for.
- Returns:
- the value for the key requested