Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getIconWidth
Method
getIconWidth
app/src/processing/app/ui/Toolkit.java:564–567 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
562
ImageIcon outgoing =
new
ImageIcon(file.getAbsolutePath()) {
563
564
@Override
565
public
int
getIconWidth() {
566
return
Toolkit.zoom(super.getIconWidth()) / scale;
567
}
568
569
@Override
570
public
int
getIconHeight() {
Callers
3
paintIcon
Method · 0.95
About
Method · 0.80
calcWidth
Method · 0.80
Calls
1
zoom
Method · 0.95
Tested by
no test coverage detected