()
| 593 | } |
| 594 | |
| 595 | protected void updateTitle() { |
| 596 | Component c = DefaultKeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner(); |
| 597 | |
| 598 | if(logging)System.out.println("Test_Editor focus owner is " + (c == null ? null : c.getClass().getName())); |
| 599 | setTitle((++n) + " " + (c == null ? null : c.getClass().getName())); |
| 600 | } |
| 601 | |
| 602 | } |