Browse Source

Merge pull request #33 in BA/design from ~VITO/design:咨询窗接口 to dev

* commit 'fd835be1739c3a10bfd315c88e4b92ff1702ee28':
  bbs弹窗bug修复
master
richie 9 years ago
parent
commit
24d9f724b3
  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页面调用的关闭窗口 * 提供给web页面调用的关闭窗口
*/ */
public void closeWindow() { public void closeWindow() {
this.setDefaultCloseOperation(JDialog.DO_NOTHING_ON_CLOSE); this.setDefaultCloseOperation(JDialog.DISPOSE_ON_CLOSE);
this.setVisible(false); this.setVisible(false);
this.dispose();
} }
/** /**
* *

Loading…
Cancel
Save