(ActionEvent e)
| 304 | getStarted.setFont(bodyFont); |
| 305 | getStarted.addActionListener(new ActionListener() { |
| 306 | @Override |
| 307 | public void actionPerformed(ActionEvent e) { |
| 308 | handleClose(); |
| 309 | } |
| 310 | }); |
| 311 | c.fill = GridBagConstraints.NONE; |
| 312 | c.gridx = 0; |
nothing calls this directly
no test coverage detected