Class SwingConsoleWindow

java.lang.Object
All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, org.j3d.util.ErrorReporter, ErrorHandler

public class SwingConsoleWindow extends JFrame implements ActionListener, ErrorHandler, org.j3d.util.ErrorReporter
A window that can act as console for error messages from the application.

The window will print error messages for all the error levels and only throw an exception for the fatalError.

Version:
$Revision: 1.5 $
Author:
Justin Couch
See Also: