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