MCPcopy Index your code
hub / github.com/processing/processing / mouseExited

Method mouseExited

app/src/processing/app/ui/EditorHeader.java:120–127  ·  view source on GitHub ↗
(MouseEvent e)

Source from the content-addressed store, hash-verified

118 }
119
120 public void mouseExited(MouseEvent e) {
121 // only clear if it's been set
122 if (lastNoticeName != null) {
123 // only clear if it's the same as what we set it to
124 editor.clearNotice(lastNoticeName);
125 lastNoticeName = null;
126 }
127 }
128 });
129
130 addMouseMotionListener(new MouseMotionAdapter() {

Callers

nothing calls this directly

Calls 1

clearNoticeMethod · 0.80

Tested by

no test coverage detected