trassare.com

com.trassare.calculator
Class Messages

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

Method Summary
static String getString(String key)
          Gets a resource identified by its 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)
Gets a resource identified by its key.

Parameters:
key - the key to search for.
Returns:
the value for the key requested

trassare.com