Class MessageBoard

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----MessageBoard

public class MessageBoard
extends Panel
Class for displaying a message board.

Version:
1.00 4 Dec 1997
Author:
Octavian Cismasu

Constructor Index

 o MessageBoard()
Constructs a new MessageBoard object.

Method Index

 o setMessage(String, String)
Sets the message to be displayed.

Constructors

 o MessageBoard
  public MessageBoard()
Constructs a new MessageBoard object.

Methods

 o setMessage
  public void setMessage(String txt,
                         String res)
Sets the message to be displayed.

Parameters:
txt - the text of the message