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

Method setPanel

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

Source from the content-addressed store, hash-verified

147
148
149 public void setPanel(Component comp) {
150 for (Tab tab : tabList) {
151 if (tab.comp == comp) {
152 currentPanel = comp;
153 cardLayout.show(cardPanel, tab.name);
154 repaint();
155 }
156 }
157 }
158
159
160 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