MCPcopy Index your code
hub / github.com/processing/processing / addPanel

Method addPanel

app/src/processing/app/ui/EditorFooter.java:115–117  ·  view source on GitHub ↗

Add a panel with no icon.

(Component comp, String name)

Source from the content-addressed store, hash-verified

113
114 /** Add a panel with no icon. */
115 public void addPanel(Component comp, String name) {
116 addPanel(comp, name, null);
117 }
118
119
120 /**

Callers 2

createFooterMethod · 0.95
addErrorTableMethod · 0.45

Calls 1

addMethod · 0.45

Tested by

no test coverage detected