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

Method actionPerformed

unused/debugging/FontResizeBug.java:41–43  ·  view source on GitHub ↗
(ActionEvent e)

Source from the content-addressed store, hash-verified

39 JMenuItem sizeUpItem = new JMenuItem("Increase"); //$NON-NLS-1$
40 sizeUpItem.addActionListener(new ActionListener() {
41 public void actionPerformed(ActionEvent e) {
42 FontSizer.levelUp();
43 }
44
45 });
46 fontMenu.add(sizeUpItem);

Callers

nothing calls this directly

Calls 1

levelUpMethod · 0.95

Tested by

no test coverage detected