* commit 'fd835be1739c3a10bfd315c88e4b92ff1702ee28': bbs弹窗bug修复
@ -143,9 +143,8 @@ public class BBSDialog extends UIDialog {
* 提供给web页面调用的关闭窗口
*/
public void closeWindow() {
this.setDefaultCloseOperation(JDialog.DO_NOTHING_ON_CLOSE);
this.setDefaultCloseOperation(JDialog.DISPOSE_ON_CLOSE);
this.setVisible(false);
this.dispose();
}
/**
* 略