(FocusEvent e)
| 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 |