标签: swing awt java-7 joptionpane
有与此处提到的相同的问题: Stop Fullscreen Window from minimizing when JOptionPane.showMessageDialog? Java full screen exclusive mode
我正在使用JDesktopPane和JDialogPane
答案 0 :(得分:0)
我们需要使用应用于JDialogPane的showInternalOptionDialog方法,然后才能工作 http://docs.oracle.com/javase/tutorial/uiswing/components/dialog.html http://www.herongyang.com/Swing/JOptionPane-Display-Internal-Dialog-Box.html http://docs.oracle.com/javase/7/docs/api/javax/swing/JOptionPane.html#showInternalOptionDialog
showInternalOptionDialog