public void installOkAndCancelShortCuts() {
installOkAndCancelShortCuts(okAction, cancelAction);
}
public final void installOkAndCancelShortCuts(Action ok, Action cancel) {
new OkAndCancelShortCutsInstaller(layout.container(),
JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT).install(ok, cancel);
}