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

Method startDropTimer

unused/javax/swing/JTree.java:1499–1504  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1497 }
1498
1499 private void startDropTimer() {
1500 if (dropTimer == null) {
1501 dropTimer = new TreeTimer();
1502 }
1503 dropTimer.start();
1504 }
1505
1506 private void cancelDropTimer() {
1507 if (dropTimer != null && dropTimer.isRunning()) {

Callers 1

dropLocationForPointMethod · 0.95

Calls 1

startMethod · 0.45

Tested by

no test coverage detected