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

Method focusLost

src/test/Test_Event.java:428–432  ·  view source on GitHub ↗
(FocusEvent e)

Source from the content-addressed store, hash-verified

426 }
427
428 @Override
429 public void focusLost(FocusEvent e) {
430 if(logging)System.out.println("Test_Editor focus LOST " + getID(e.getSource()) + " opp:" + getID(e.getOppositeComponent()));
431 // ptop.setBackground(Color.MAGENTA);
432 }
433
434 };
435

Callers

nothing calls this directly

Calls 3

getIDMethod · 0.95
getSourceMethod · 0.80
printlnMethod · 0.65

Tested by

no test coverage detected