| |
|
| com.jeta.open.gui.framework.JETAPanel com.jeta.swingbuilder.gui.components.TSErrorPanel2
TSErrorPanel2 | public class TSErrorPanel2 extends JETAPanel (Code) | | This class is used to display a exception. It provides a text area to display
the exception information
author: Jeff Tassin |
TSErrorPanel2 | public TSErrorPanel2()(Code) | | ctor
|
getPreferredSize | public Dimension getPreferredSize()(Code) | | the preferred size for this panel |
initialize | public void initialize(String msg, Throwable e)(Code) | | Initializes the panel with the given data.
Parameters: msg - a message to include with the exception msg Parameters: e - the exception that was thrown. The error message of thisexception will be displayed. |
initialize | public void initialize(String msg)(Code) | | Initializes the panel with the given data.
Parameters: msg - a message to display |
showErrorIcon | public void showErrorIcon(String msg)(Code) | | Shows an error message 'title' with an error icon at top of panel
|
|
|
|