java实现窗口弹窗 java提示弹出窗口?

java提示弹出窗口? JOptionPane.showMessageDialog()public static void showmessage dialog(component parentcom

java提示弹出窗口?

JOptionPane.showMessageDialog()public static void showmessage dialog(component parentcomponent,object message,string title,int message type)抛出headlessexception调用对话框,该对话框使用message type参数确定的默认图标显示消息。参数:parentcomponent-确定要在其中显示对话框的框架;如果为null或parentcomponent没有框架,则使用默认的框架消息-对象标题来显示对话框的-标题字符串,消息类型—要显示的消息类型:错误消息、信息消息、警告消息、问题消息或计划消息