All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ptplot.Message

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----ptplot.Message

public class Message
extends Frame
Class that implements a simple message display with a close button.

Version:
@(#)Message.java 1.7 10/16/97
Author:
Christopher Hylands

Constructor Index

 o Message(String, Color, Color)
Pop up a text widget with a close button.

Method Index

 o action(Event, Object)
Deprecated.
 o handleEvent(Event)
Handle an event. Deprecated.

Constructors

 o Message
 public Message(String msg,
                Color background,
                Color foreground)
Pop up a text widget with a close button.

Methods

 o handleEvent
 public boolean handleEvent(Event event)
Note: handleEvent() is deprecated. As of JDK1.1 in java.awt.component, but we need to compile under 1.0.2 for netscape3.x compatibility.

Handle an event.

Overrides:
handleEvent in class Component
 o action
 public boolean action(Event event,
                       Object arg)
Note: action() is deprecated. As of JDK1.1 in java.awt.component, but we need to compile under 1.0.2 for netscape3.x compatibility.

Overrides:
action in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index