【发布时间】:2013-05-02 15:39:44
【问题描述】:
遇到与此处提到的相同的问题: Stop Fullscreen Window from minimizing when JOptionPane.showMessageDialog? Java full screen exclusive mode
我正在使用 JDesktopPane 和 JDialogPane
【问题讨论】:
标签: swing awt java-7 joptionpane
遇到与此处提到的相同的问题: Stop Fullscreen Window from minimizing when JOptionPane.showMessageDialog? Java full screen exclusive mode
我正在使用 JDesktopPane 和 JDialogPane
【问题讨论】:
标签: swing awt java-7 joptionpane
我们需要使用应用于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
【讨论】: