MCPcopy 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

exportAppletMethod · 0.80

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected