MCPcopy
hub / github.com/arduino/Arduino / resume

Method resume

app/src/processing/app/AbstractMonitor.java:121–133  ·  view source on GitHub ↗
(BoardPort boardPort)

Source from the content-addressed store, hash-verified

119 }
120
121 public void resume(BoardPort boardPort) throws Exception {
122 setBoardPort(boardPort);
123
124 // Enable the window
125 enableWindow(true);
126
127 // If the window is visible, try to open the serial port
128 if (!isVisible()) {
129 return;
130 }
131
132 open();
133 }
134
135 protected void setPlacement(int[] location) {
136 setBounds(location[0], location[1], location[2], location[3]);

Callers 3

actionPerformedMethod · 0.95

Calls 3

setBoardPortMethod · 0.95
enableWindowMethod · 0.95
openMethod · 0.95

Tested by

no test coverage detected