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

Method EditorFooter

app/src/processing/app/ui/EditorFooter.java:93–105  ·  view source on GitHub ↗
(Editor eddie)

Source from the content-addressed store, hash-verified

91
92
93 public EditorFooter(Editor eddie) {
94 super(BoxLayout.Y_AXIS);
95 this.editor = eddie;
96
97 cardLayout = new CardLayout();
98 cardPanel = new JPanel(cardLayout);
99 add(cardPanel);
100
101 controller = new Controller();
102 add(controller);
103
104 updateTheme();
105 }
106
107
108 /** Add a panel with no icon. */

Callers

nothing calls this directly

Calls 2

updateThemeMethod · 0.95
addMethod · 0.45

Tested by

no test coverage detected