static int swingShowConfirmDialog(Component owner, S msg, S title, int options) { ret swing(() -> JOptionPane.showConfirmDialog(owner, msg, title, options)); }