周浩 8月22日 文档新增:软件需求规格说明书3.2

周浩 8月22日 模型新增:雷达扫描线子系统顺序图
周浩 8月22日 代码更新:ui界面,TeamCreator代码
This commit is contained in:
zhoudaxia 2016-08-23 01:15:23 +08:00
parent 593270f371
commit c121136564
3 changed files with 5 additions and 7 deletions

View File

@ -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).");
"请输入一段简短的描述.");
}
}