Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ mousePressed
Method
mousePressed
app/src/processing/app/ui/About.java:56–58 ·
view source on GitHub ↗
(MouseEvent e)
Source
from the content-addressed store, hash-verified
54
55
addMouseListener(
new
MouseAdapter() {
56
public
void
mousePressed(MouseEvent e) {
57
dispose();
58
}
59
});
60
61
addKeyListener(
new
KeyAdapter() {
Callers
nothing calls this directly
Calls
1
dispose
Method · 0.45
Tested by
no test coverage detected