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
-
isAlive
-
-
ErrorFrame(Vector)
-
-
action(Event, Object)
-
-
updateErrors(Vector)
- Erase the contents of the text area and show the new errors
isAlive
public static boolean isAlive
ErrorFrame
public ErrorFrame(Vector errors)
updateErrors
public void updateErrors(Vector errors)
- Erase the contents of the text area and show the new errors
action
public boolean action(Event event,
Object arg)
- Overrides:
- action in class Component