static JDialog |
JXErrorPane.createDialog(Component owner,
JXErrorPane pane) |
Constructs and returns an error dialog, using the given
JXErrorPane for the view portion of the dialog.
|
static JFrame |
JXErrorPane.createFrame(Component owner,
JXErrorPane pane) |
Constructs and returns an error frame, using the given
JXErrorPane for the view portion of the frame.
|
static JInternalFrame |
JXErrorPane.createInternalFrame(Component owner,
JXErrorPane pane) |
Constructs and returns an error frame, using the given
JXErrorPane for the view portion of the frame.
|
static void |
JXErrorPane.showDialog(Component owner,
JXErrorPane pane) |
Constructs and shows the error dialog, using the given
JXErrorPane for the view portion of the dialog.
|
static void |
JXErrorPane.showFrame(Component owner,
JXErrorPane pane) |
Constructs and shows the error frame, using the given
JXErrorPane for the view portion of the frame.
|
static void |
JXErrorPane.showInternalFrame(Component owner,
JXErrorPane pane) |
Constructs and shows the error frame, using the given
JXErrorPane for the view portion of the frame.
|