MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / actionPerformed

Method actionPerformed

CodenameOne/src/com/codename1/ui/Form.java:643–649  ·  view source on GitHub ↗
(ActionEvent evt)

Source from the content-addressed store, hash-verified

641 bar.addActionListener(new ActionListener() {
642
643 @Override
644 public void actionPerformed(ActionEvent evt) {
645 Component c = findScrollableChild(getContentPane());
646 if (c != null) {
647 c.scrollRectToVisible(new Rectangle(0, 0, 10, 10), c);
648 }
649 }
650 });
651 return bar;
652 } else {

Callers

nothing calls this directly

Calls 3

findScrollableChildMethod · 0.95
getContentPaneMethod · 0.95
scrollRectToVisibleMethod · 0.95

Tested by

no test coverage detected