Java编程 10

SoftwareCollegeManagementSystemThesoftwarecollegemanagementsystemtracksthefacultyofth... Software College Management System
The software college management system tracks the faculty of the software college. The system contains a faculty database to keep track of the information about faculty members. There are three kinds of faculty members: teaching staff, administrative teachers and experimental teachers. The information about faculty members includes identification, name, contact telephone and the job position. The dean of administrative teachers is top manager of the software college. For each kind of faculty members, the system stores its “little leader” which is led by the dean.
The system provides the following 3 functions:
1. Read the information of the file data.txt\data1.txt\data2.txt to initialize all objects.
l If the job position of a faculty member is A to E, then he is the experimental teacher; If the job position of a faculty member is A, then he is the dean; B denotes that he is the “little leader”.
l If the job position of a faculty member is F to G, then he is the teaching staff; F denotes that he is the “little leader”.
l If the job position of a faculty member is H to I, then he is the administrative teacher; H denotes that he is the “little leader”.
When you initialize the objects, the information about ID and the job position of a faculty member is assumed to be correct. The following input data with error need to handle:
textTel= new JTextField("",STATUS_ROWS);
textTel.setEditable(false);
informPanel.add(labelTel);
informPanel.add(textTel);
JLabel labelPos=new JLabel("Postion:");
textPos= new JTextField("",STATUS_ROWS);
textPos.setEditable(false);
informPanel.add(labelPos);
informPanel.add(textPos);
managePanel=new JPanel(new GridLayout(2,1));
JPanel buttonPanel=new JPanel();
sureButton=new JButton("Submit");
buttonPanel.add(sureButton,BorderLayout.CENTER);
展开
 我来答
Thomas8sky
2014-02-06 · 超过18用户采纳过TA的回答
知道答主
回答量:64
采纳率:0%
帮助的人:47.5万
展开全部
这是你提问的翻译,不知道是不是这样:软件学院管理系统
的软件学院管理系统跟踪软件学院的教师。该系统包含了教师数据库,以保持约教职员工的信息跟踪。有三种教员:教学人员,管理教师和实验教师。关于教师的信息包括身份,姓名,联系电话和工作地点。行政教师的院长是软件学院的高级经理。对于每种教员,系统存储它的“小头目”,这是领导的院长。
该系统提供了以下3个功能:
1。读取文件的信息的data.txt \ DATA1.TXT \ data2.txt初始化所有对象。
l如果工作职位教员的是A到E,那么他是实验老师,如果作业位置教职工成员是A,那么他是院长,B表示,他是“小头目”。
l如果工作职位教员的是F到G,那么他是教学人员,F表示,他是“小领导者“。
l如果工作职位教员是H到我,那么他是行政的老师,H表示,他是“小头目”。
当你初始化的对象,有关的ID信息和作业位置一名教师被假设是正确的。错误以下的输入数据需要处理:textTel =新 labelPos =新的JLabel(“当前位置:”); textPos =新 的JPanel(新的网格布局(2,1)); 的JPanel的buttonPanel =新的JPanel(); sureButton =新的JButton(“提交”); buttonPanel.add(sureButton,使用BorderLayout.CENTER);
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式