Class TalkApplet

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----javax.swing.JApplet
                                           |
                                           +----TalkApplet

public class TalkApplet
extends JApplet
TalkApplet - Provides the necessary code to display the program in an applet.

Author:
Paul Kronenwetter, Jayme Manning

Paul Kronenwetter
Jayme Manning
Trade Secrets and/or Confidential
Commercial or Financial Information
Exempt From Disclosure Under the Freedom
of Information Act (5 USC 552(b)(3)
and 5 USC 552(b)(4)) and Under 18 USC 1905

Proprietary Information Notice
This document contains information proprietary to, and is the sole property of, Paul Kronenwetter and Jayme Manning. It shall not be reproduced, used or disclosed in any manner or for any purpose not authorized in writing by both Paul Kronenwetter and Jayme Manning, and except, as retention may be so authorized, it shall be returned to Paul Kronenwetter or Jayme Manning upon request.

© 1998 by Paul Kronenwetter and Jayme Manning
All Rights Reserved


Constructor Index

 o TalkApplet()
Constructor creates an ActionHandler to deal with button presses.

Method Index

 o init()
Initialization method.
 o processMessage(String)
processMessage - Method used to process messages recieved from the chat server.

Constructors

 o TalkApplet
 public TalkApplet()
Constructor creates an ActionHandler to deal with button presses.

Methods

 o init
 public void init()
Initialization method. Populates the panels and buttons.

Overrides:
init in class Applet
 o processMessage
 public void processMessage(String message)
processMessage - Method used to process messages recieved from the chat server.

Parameters:
message - The string that needs to be interpreted.