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

Method hide

app/src/processing/app/ui/ColorChooser.java:130–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128
129
130 public void hide() {
131 window.setVisible(false);
132 }
133
134
135 public Color getColor() {

Callers 6

windowClosingMethod · 0.95
ColorChooserMethod · 0.95
PreferencesFrameMethod · 0.45
actionPerformedMethod · 0.45
keyPressedMethod · 0.45
keyPressedMethod · 0.45

Calls 1

setVisibleMethod · 0.65

Tested by

no test coverage detected