Class ErrorFrame

Class ErrorFrame

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

class ErrorFrame
extends Frame
Create a frame that contains a text area to display the error messages in and a button that will destroy the frame.
See Also:
addComment, addWarning, addError

Variable Index

 o isAlive

Constructor Index

 o ErrorFrame(Vector)

Method Index

 o action(Event, Object)
 o updateErrors(Vector)
Erase the contents of the text area and show the new errors

Variables

 o isAlive
  public static boolean isAlive

Constructors

 o ErrorFrame
  public ErrorFrame(Vector errors)

Methods

 o updateErrors
  public void updateErrors(Vector errors)
Erase the contents of the text area and show the new errors
 o action
  public boolean action(Event event,
                        Object arg)
Overrides:
action in class Component