(ActionEvent evt)
| 311 | newNote.setFocusPainted(false); |
| 312 | newNote.addActionListener(new ActionListener() { |
| 313 | @Override |
| 314 | public void actionPerformed(ActionEvent evt) { |
| 315 | Main.newNote(); |
| 316 | } |
| 317 | }); |
| 318 | |
| 319 | //delete note button |
nothing calls this directly
no test coverage detected