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

Method propertyChange

src/test/FontResizeTest.java:54–57  ·  view source on GitHub ↗
(PropertyChangeEvent e)

Source from the content-addressed store, hash-verified

52
53 FontSizer.addListener(FontSizer.PROPERTY_LEVEL, new PropertyChangeListener() { //$NON-NLS-1$
54 @Override
55 public void propertyChange(PropertyChangeEvent e) {
56 FontSizer.setFonts(frame);
57 }
58
59 });
60

Callers

nothing calls this directly

Calls 1

setFontsMethod · 0.95

Tested by

no test coverage detected