Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/arduino/Arduino
/ progressUpdate
Method
progressUpdate
app/src/processing/app/EditorStatus.java:196–200 ·
view source on GitHub ↗
(int value)
Source
from the content-addressed store, hash-verified
194
}
195
196
public
void
progressUpdate(
int
value) {
197
if
(progressBar == null)
return
;
198
progressBar.setValue(value);
199
repaint();
200
}
201
202
public
void
paintComponent(Graphics screen) {
203
Dimension size = getSize();
Callers
1
exportApplet
Method · 0.80
Calls
1
setValue
Method · 0.80
Tested by
no test coverage detected