com.eireneh.swing
Class DetailedExceptionPane.CustomAction

java.lang.Object
com.eireneh.swing.DetailedExceptionPane.CustomAction
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- Enclosing class:
- DetailedExceptionPane
- static class DetailedExceptionPane.CustomAction
- extends java.lang.Object
- implements java.awt.event.ActionListener
Someone clicked on contribute, so we need to bail
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dialog
private javax.swing.JDialog dialog
- The dialog to close
DetailedExceptionPane.CustomAction
public DetailedExceptionPane.CustomAction(javax.swing.JDialog dialog)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ev)
- Close the dialog in response to the button click
- Specified by:
actionPerformed in interface java.awt.event.ActionListener