com.trassare.calculator.ui
Class Messages
java.lang.Object
com.trassare.calculator.ui.Messages
public final class Messages
- extends Object
Externalizes strings for the CalcMenuBar class.
- Version:
- 10 September 2001
- 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)
- Get a value based on its search key.
- Parameters:
key - the key to search for.
- Returns:
- the value for the key.