| javax.swing.JDialog org.acm.seguin.awt.ExceptionDialog
ExceptionDialog | public class ExceptionDialog extends JDialog implements ActionListener(Code) | | The exception dialog box. Displays the message in one scroll pane and the
stack trace in another.
author: Chris Seguin |
ExceptionDialog | public ExceptionDialog(Throwable thrown)(Code) | | Constructor for the ExceptionDialog object
Parameters: thrown - Description of Parameter |
ExceptionDialog | public ExceptionDialog(Throwable thrown, Frame parent)(Code) | | Constructor for the ExceptionDialog object
Parameters: thrown - Description of Parameter Parameters: parent - Description of Parameter |
ExceptionDialog | public ExceptionDialog(Throwable thrown, Frame parent, boolean modal)(Code) | | Constructor for the ExceptionDialog object
Parameters: thrown - Description of Parameter Parameters: parent - Description of Parameter Parameters: modal - Description of Parameter |
actionPerformed | public void actionPerformed(ActionEvent evt)(Code) | | The user has pressed the OK button
Parameters: evt - the OK button event |
main | public static void main(String[] args)(Code) | | The main program for the ExceptionDialog class. This program is used to
test this dialog box.
Parameters: args - The command line arguments |
|
|