trassare.com

com.trassare.calculator.ui
Class Messages

java.lang.Object
  extended by 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

Method Summary
static String getString(String key)
          Get a value based on its search key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.

trassare.com