static bool swingConfirm(Component owner, S msg) { ret confirmOKCancel(owner, msg); } static bool swingConfirm(S msg) { ret confirmOKCancel(msg); }