Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arduino/Arduino
/ progressNotice
Method
progressNotice
app/src/processing/app/EditorStatus.java:179–182 ·
view source on GitHub ↗
(String message)
Source
from the content-addressed store, hash-verified
177
}
178
179
public
void
progressNotice(String message) {
180
this.message = message;
181
repaint();
182
}
183
184
public
void
unprogress() {
185
if
(PreferencesData.getBoolean(
"editor.beep.compile"
)) {
Callers
1
exportApplet
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected