Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arduino/Arduino
/ mousePressed
Method
mousePressed
app/src/processing/app/Base.java:1903–1905 ·
view source on GitHub ↗
(MouseEvent e)
Source
from the content-addressed store, hash-verified
1901
};
1902
window.addMouseListener(
new
MouseAdapter() {
1903
public
void
mousePressed(MouseEvent e) {
1904
window.dispose();
1905
}
1906
});
1907
int
w = image.getWidth(activeEditor);
1908
int
h = image.getHeight(activeEditor);
Callers
nothing calls this directly
Calls
1
dispose
Method · 0.45
Tested by
no test coverage detected