Class Messages

java.lang.Object
info.monitorenter.gui.util.Messages

public class Messages extends Object
Message bundle for externalization.

Author:
Achim Westermann
  • Method Details

    • getString

      public static String getString(String key)
      Returns the external message for the given key.

      Parameters:
      key - key of the message.
      Returns:
      the external message for the given key.