MCPcopy Index your code
hub / github.com/benfry/processing4 / setPanel

Method setPanel

app/src/processing/app/contrib/ManagerTabs.java:130–138  ·  view source on GitHub ↗
(Component comp)

Source from the content-addressed store, hash-verified

128
129
130 public void setPanel(Component comp) {
131 for (Tab tab : tabList) {
132 if (tab.comp == comp) {
133 currentPanel = comp;
134 cardLayout.show(cardPanel, tab.name);
135 repaint();
136 }
137 }
138 }
139
140
141 public Component getPanel() {

Callers 2

mousePressedMethod · 0.45
showFrameMethod · 0.45

Calls 2

repaintMethod · 0.80
showMethod · 0.45

Tested by

no test coverage detected