(ActionEvent e)
| 80 | |
| 81 | Toolkit.registerWindowCloseKeys(getRootPane(), new ActionListener() { |
| 82 | @Override |
| 83 | public void actionPerformed(ActionEvent e) { |
| 84 | handleClose(); |
| 85 | } |
| 86 | }); |
| 87 | Toolkit.setIcon(this); |
| 88 |
nothing calls this directly
no test coverage detected