Design a UI element for viewing exceptions
Library for building modular, multilingual applications in Java
Brought to you by:
sistemasjaguar
Displaying exceptions with a simple dialog (like those included in JOptionPane) is impractical. The text is usually long enough to become unreadable. The same happens with the stack trace.
This element should include a way of browsing through the stack trace, and a better way of displaying the exception message (like a text area so it can grow/be scrolled).