joptionpanel詳細(xì)用法?
JOptionPane.showMessageDialog(Component parentComponent,
Object message,
String title,
int messageType)
parentComponent - 確定在其中顯示對(duì)話框的 Frame;如果為 null 或者 parentComponent 不具有 Frame,則使用默認(rèn)的 Frame
message - 要顯示的 Object
title - 對(duì)話框的標(biāo)題字符串
messageType - 要顯示的消息類型:ERROR_MESSAGE、INFORMATION_MESSAGE、WARNING_MESSAGE、QUESTION_MESSAGE 或 PLAIN_MESSAGE