Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/arduino/Arduino
/ getDefault
Method
getDefault
app/src/processing/app/Theme.java:391–393 ·
view source on GitHub ↗
(String attribute)
Source
from the content-addressed store, hash-verified
389
}
390
391
static
public
String getDefault(String attribute) {
392
return
defaults.get(attribute);
393
}
394
395
static
public
void
set(String attribute, String value) {
396
table.put(attribute, value);
Callers
2
getFont
Method · 0.95
testSystemProxy
Method · 0.45
Calls
1
get
Method · 0.65
Tested by
1
testSystemProxy
Method · 0.36