MCPcopy Create free account
hub / github.com/benfry/processing4 / rebuild

Method rebuild

app/src/processing/app/ui/SketchbookFrame.java:183–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181
182
183 public void rebuild() {
184 updateCenterPanel();
185 // After replacing the tree/panel, this calls the layout manager,
186 // otherwise it'll just leave a frozen-looking component until
187 // the window is closed and re-opened.
188 getContentPane().validate();
189 }
190
191
192 public void setVisible() {

Callers

nothing calls this directly

Calls 2

updateCenterPanelMethod · 0.95
validateMethod · 0.45

Tested by

no test coverage detected