Browse Source

bbs弹窗bug修复

master
vito 9 years ago
parent
commit
fd835be173
  1. 3
      designer/src/com/fr/design/mainframe/bbs/BBSDialog.java

3
designer/src/com/fr/design/mainframe/bbs/BBSDialog.java

@ -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();
}
/**
*

Loading…
Cancel
Save