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

Method actionPerformed

src/test/FontResizeTest.java:43–46  ·  view source on GitHub ↗
(ActionEvent e)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

levelUpMethod · 0.95

Tested by

no test coverage detected