有像这里提到的同样的问题: Stop Fullscreen Window from minimize when JOptionPane.showMessageDialog? Java全屏独占模式
我正在使用 JDesktopPane 和 JDialogPane
有像这里提到的同样的问题: Stop Fullscreen Window from minimize when JOptionPane.showMessageDialog? Java全屏独占模式
我正在使用 JDesktopPane 和 JDialogPane
我们需要使用showInternalOptionDialog
应用于 JDialogPane 的方法,然后它可以工作
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