private class SendFeedbackAction.SendAction extends Object implements ActionListener
Modifier and Type | Field and Description |
---|---|
(package private) JDialog |
dialog |
private static String |
MAIL_BODY |
(package private) JTextArea |
message |
Constructor and Description |
---|
SendAction(JDialog dialog,
JTextArea bugDescription) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent arg0) |
private static final String MAIL_BODY
JDialog dialog
JTextArea message
public void actionPerformed(ActionEvent arg0)
actionPerformed
in interface ActionListener