网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 论文资料|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 免费论文 -> 电子专业 -> 生产实习之项目实践图书借阅管理系统设计(四)
自动化论文范文| 电子机电论文| 测控技术论文| 通信专业论文| 电气工程论文| 通信工程论文| 电子信息工程论文| 免费自动化论文| 免费电子论文| 免费电气论文| 免费通信论文

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

最新活动:微信集50个赞就可获取任意一篇钻石会员文档。详情见微信集赞换文档
生产实习之项目实践图书借阅管理系统设计(四) 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

生产实习之项目实践图书借阅管理系统设计(四)由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:单片机课程设计报告 下一篇:无线防盗报警器
推荐论文 本专业最新论文
Tags:生产 习之 项目 实践 图书 借阅 管理系统 设计 2010-03-25 14:29:33【返回顶部】
精彩推荐
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

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

Copyright@ 2009-2020 毕业论文网 版权所有