eclipse 更改jdk版本:请问这段java代码是什么?

来源:百度文库 编辑:神马品牌网 时间:2024/05/02 10:00:16
以下是一段java代码,请问

if (JOptionPane.showConfirmDialog(frame // may want to pass your application frame here
,p
,"Login"
,JOptionPane.OK_CANCEL_OPTION
,JOptionPane.PLAIN_MESSAGE
) == JOptionPane.OK_OPTION) {
System.out.println("User Name:"+tfUserName.getText());
System.out.println("Password:" + new String(tfPassword.getPassword()));
}
这是什么意思?麻烦细讲