免费获取|
论文天下网
  • 论文天下网 |
  • 原创毕业论文 |
  • 论文范文 |
  • 论文下载 |
  • 计算机论文 |
  • 论文降重 |
  • 论文排版 |
  • 外文翻译 |
  • 免费论文 |
  • 开题报告 |
  • 心得体会 |

当前位置:论文天下网 -> 免费论文 -> 电子专业

生产实习之项目实践图书借阅管理系统设计(四)

bsp;
 public ReturnBook()
 {
  super("书籍还入");
  c=getContentPane();
  c.setLayout(new BorderLayout());
  ReturnedBookStudentLabel=new JLabel("还书者姓名",JLabel.CENTER);
  ReturnedBookNameLabel=new JLabel("书名",JLabel.CENTER);
  ReturnedDateLabel=new JLabel("日期",JLabel.CENTER);
  
  ReturnedBookStudentTextField=new JTextField(15);
  ReturnedDateTextField=new JTextField(15);
 
  try
  {
   String s="";
   String strSQL="select bookName from bookBrowse where is_returned='否'";
   rs=db.getResult(strSQL);
   while(rs.next())
   {
    BookNameComboBox.addItem(rs.getString(1));
   }
  }
  catch(SQLException sqle)
  {
   System.out.println(sqle.toString());
  }
  catch(Exception ex)
  {
   System.out.println(ex.toString());
  }
  panel1=new JPanel();
  panel1.setLayout(new GridLayout(4,2));
  panel1.add(ReturnedBookStudentLabel);
  panel1.add(ReturnedBookStudentTextField);
  panel1.add(ReturnedBookNameLabel);
  panel1.add(BookNameComboBox);
  panel1.add(ReturnedDateLabel);
  panel1.add(ReturnedDateTextField);
  
 
  c.add(panel1,BorderLayout.CENTER);
  panel2=new JPanel();
  panel2.setLayout(new GridLayout(1,3));
  ClearBtn=new JButton("清空");
  YesBtn=new JButton("确定");
  CancelBtn=new JButton("取消");
  ClearBtn.addActionListener(this);
  YesBtn.addActionListener(this);
  CancelBtn.addActionListener(this);
  panel2.add(ClearBtn);
  panel2.add(YesBtn);
  panel2.add(CancelBtn);
  c.add(panel2,BorderLayout.SOUTH);
 }

public ReturnInfo()
 {
  super("修改书籍还入信息");
  c=getContentPane();
  c.setLayout(new BorderLayout());
  c.add(TipLabel,BorderLayout.NORTH);
  ReturnedBookStudentLabel=new JLabel("还书者姓名",JLabel.CENTER);
  ReturnedBookNameLabel=new JLabel("书名",JLabel.CENTER);
  ReturnedDateLabel=new JLabel("还书日期",JLabel.CENTER);
  
  ReturnedBookStudentTextField=new JTextField(15);
  ReturnedBookNameTextField=new JTextField(15);
  ReturnedDateTextField=new JTextField(15);
  
  panel1=new JPanel();
  panel1.setLayout(new GridLayout(4,2));
  panel1.add(ReturnedBookStudentLabel);
  panel1.add(ReturnedBookStudentTextField);
  panel1.add(ReturnedBookNameLabel);
  panel1.add(ReturnedBookNameTextField);
  panel1.add(ReturnedDateLabel);
  panel1.add(ReturnedDateTextField);
 

首页 上一页 1 2 3 4 5 下一页 尾页 4/5/5

相关论文
上一篇:单片机课程设计报告 下一篇:无线防盗报警器
推荐论文 本专业最新论文
Tags:生产 习之 项目 实践 图书 借阅 管理系统 设计 2010-03-25 14:29:33【返回顶部】

相关栏目

自动化相关
计算机论文
工程管理论文
法律论文
医学论文
人力资源
电子专业
电气工程
英语论文
行政管理
电子商务
社科文学
教育论文
物流专业
金融专业
财务管理
会计专业
化学化工材料科学
电子通信
环境科学
经济类
机械模具类
报告,总结,申请书
其他专业论文


关于我们 | 联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 原创毕业论文

 

论文天下网提供论文检测,论文降重,论文范文,论文排版,网站永久域名WWW.GEPUW.NET

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 893628136@qq.com

Copyright@ 2009-2017 GEPUW.NET 论文天下网 版权所有