POGO Java Program


pogo.appli
Class PogoHelp

java.lang.Object
  |
  +--pogo.appli.PogoHelp

public class PogoHelp
extends java.lang.Object

This class manage the POGO help messages.


Constructor Summary
PogoHelp()
           
 
Method Summary
static void displayMessage(javax.swing.JFrame frame, java.lang.String itemStr)
          Read an help message in a file and display it in a message dialog.
static java.lang.String getMessage(java.lang.String itemStr)
          Read an help message in a file and return it.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

PogoHelp

public PogoHelp()
Method Detail

getMessage

public static java.lang.String getMessage(java.lang.String itemStr)
Read an help message in a file and return it.
Parameters:
itemStr - Help item.
Returns:
the text read in file.

displayMessage

public static void displayMessage(javax.swing.JFrame frame,
                                  java.lang.String itemStr)
Read an help message in a file and display it in a message dialog.
Parameters:
frame - The parent frame.
itemStr - Help item.

POGO Java Program