public final class CloseWindowCommandAction
extends javax.swing.AbstractAction
| Constructor and Description |
|---|
CloseWindowCommandAction(java.awt.Window window,
java.lang.String title)
Create a button Action to close the specified window upon command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Do not call.
|
public CloseWindowCommandAction(java.awt.Window window,
java.lang.String title)
window - Window subclass instance to closetitle - localized String title to put on button created with this Action