周浩 8月22日 文档新增:软件需求规格说明书3.2
周浩 8月22日 模型新增:雷达扫描线子系统顺序图 周浩 8月22日 代码更新:ui界面,TeamCreator代码
This commit is contained in:
parent
593270f371
commit
c121136564
|
@ -108,15 +108,13 @@ public class TeamCreatorOptionsPanel extends WizardPanel {
|
|||
getWebpageField().setText(u.toString());
|
||||
}
|
||||
|
||||
getVersionLabel().setVisible(true);
|
||||
getVersionField().setVisible(true);
|
||||
getAuthorLabel().setVisible(true);
|
||||
getAuthorField().setVisible(true);
|
||||
getWebpageLabel().setVisible(true);
|
||||
getWebpageField().setVisible(true);
|
||||
getVersionLabel().setVisible(true);//设置版本标签可见
|
||||
getVersionField().setVisible(true);//设置版本文本框可见
|
||||
getAuthorLabel().setVisible(true);//设置作者标签可见
|
||||
getAuthorField().setVisible(true);//设置作者文本框可见
|
||||
getWebpageHelpLabel().setVisible(true);
|
||||
getDescriptionLabel().setText(
|
||||
"Please enter a short description of this team (up to 3 lines of 72 chars each).");
|
||||
"请输入一段简短的描述.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
BIN
文档/软件需求规格说明书.doc
BIN
文档/软件需求规格说明书.doc
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue