private void init(GUIFramework framework) {
this.setDefaultCloseOperation(DISPOSE_ON_CLOSE);
this.setTitle(GlobalResourcesManager
.getString("CreateAttributeDialog.Title"));
this.engine = framework.getEngine();
this.framework = framework;
this.accessRules = framework.getAccessRules();
Options.loadOptions(this);
init();
this.addWindowListener(new WindowAdapter() {
@Override
public void windowClosing(WindowEvent e) {
Options.saveOptions(AttributePreferenciesDialog.this);
}
});
setMinimumSize(getSize());
}
AttributePreferenciesDialog.java 文件源码
java
阅读 34
收藏 0
点赞 0
评论 0
项目:ramus
作者:
评论列表
文章目录