MCPcopy Index your code
hub / github.com/adolfintel/NoteBot / actionPerformed

Method actionPerformed

StickyNotes/src/com/dosse/stickynotes/Note.java:313–316  ·  view source on GitHub ↗
(ActionEvent evt)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 5

newNoteMethod · 0.95
deleteMethod · 0.95
getClipboardMethod · 0.95
setClipboardMethod · 0.95
getTextMethod · 0.80

Tested by

no test coverage detected