(ActionEvent e)
| 82 | button.setFont(Toolkit.getSansFont(14, Font.PLAIN)); |
| 83 | button.addActionListener(new ActionListener() { |
| 84 | public void actionPerformed(ActionEvent e) { |
| 85 | view.handleClose(); |
| 86 | } |
| 87 | }); |
| 88 | panel.add(button); |
| 89 | //panel.add(Box.createHorizontalGlue()); |
nothing calls this directly
no test coverage detected