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

Method mousePressed

src/org/opensourcephysics/tools/Launcher.java:1016–1022  ·  view source on GitHub ↗
(MouseEvent e)

Source from the content-addressed store, hash-verified

1014 });
1015 tab.tree.addMouseListener(new MouseAdapter() {
1016 @Override
1017 public void mousePressed(MouseEvent e) {
1018 if (splashDialog != null) {
1019 splashDialog.dispose();
1020 }
1021 tab.tree.removeMouseListener(this);
1022 }
1023
1024 });
1025 tab.tree.addMouseListener(new MouseAdapter() {

Callers 1

mouseEnteredMethod · 0.95

Calls 14

handleMousePressedMethod · 0.95
getStringMethod · 0.95
isPopupTriggerMethod · 0.95
getSelectedNodeMethod · 0.95
getHeapMemoryUsageMethod · 0.80
disposeMethod · 0.65
addActionListenerMethod · 0.65
showMethod · 0.65
getHeightMethod · 0.65
getXMethod · 0.65
getYMethod · 0.65
removeMethod · 0.65

Tested by

no test coverage detected