188189190191192193194195196197198
protected void onNo() { confirmed[0] = false; } }; dlg.showDialog(); if ( confirmed[0] == null ) { throw new CanceledException(); } else { return confirmed[0];