()
| 637 | // content-pane geometry, not the picker's transient layout. |
| 638 | dlg.disposeToTheBottom(new Runnable() { |
| 639 | @Override |
| 640 | public void run() { |
| 641 | nextToEdit.requestFocus(); |
| 642 | nextToEdit.startEditingAsync(); |
| 643 | } |
| 644 | }); |
| 645 | } else { |
| 646 | dlg.disposeToTheBottom(); |
nothing calls this directly
no test coverage detected