在我的游戏中,当我创建一个 JOptionalPane 时,单击“确定”按钮后,它会在面板上绘制对话框。下面是错误的图片。
错误前的 JOptionPane:
JOptionPane 出错后,点击按钮“Yes”后
JOptionPane 是从扩展自 JComponent 的类创建的,在这行代码中:
JOptionPane.showConfirmDialog(getParent().getParent(),
"The end! Lifes = 0");
在我的游戏中,当我创建一个 JOptionalPane 时,单击“确定”按钮后,它会在面板上绘制对话框。下面是错误的图片。
错误前的 JOptionPane:
JOptionPane 出错后,点击按钮“Yes”后
JOptionPane 是从扩展自 JComponent 的类创建的,在这行代码中:
JOptionPane.showConfirmDialog(getParent().getParent(),
"The end! Lifes = 0");