static S swingEnterPassword(S msg) { new JPasswordField pf; int okCxl = JOptionPane.showConfirmDialog(null, pf, msg, JOptionPane.OK_CANCEL_OPTION, JOptionPane.PLAIN_MESSAGE); ret okCxl == JOptionPane.OK_OPTION ? str(pf.getPassword()) : null; }