MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / process

Method process

src/javajs/async/AsyncColorChooser.java:60–65  ·  view source on GitHub ↗
(Color c)

Source from the content-addressed store, hash-verified

58
59
60 private void process(Color c) {
61 if (c instanceof UIResource)
62 return;
63 selectedColor = c;
64 listener.actionPerformed(new ActionEvent(this, c == null ? 0 : c.getRGB(), c == null ? null : c.toString()));
65 }
66
67}

Callers 2

showDialogMethod · 0.95
propertyChangeMethod · 0.95

Calls 2

actionPerformedMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected