JPasswordField pwd=new JPasswordField();
  Object[]message={"请输入六位密码:",pwd};
  int res=JOptionPane.showConfirmDialog(this,message,"入",JOptionPane.OK_CANCEL_OPTION,JOptionPane.QUESTION_MESSAGE);
  String password=pwd.getName();
   int res=?
  为什麼巴对话框可以付给 int res?
  看不懂???