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

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

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

最新活动:微信集50个赞就可获取任意一篇钻石会员文档。详情见微信集赞换文档
生产实习之项目实践图书借阅管理系统设计(三) getContentPane();
  c.setLayout(new BorderLayout());
  BorrowedBookStudentLabel=new JLabel("借阅者姓名",JLabel.CENTER);
  BorrowedBookNameLabel=new JLabel("书名",JLabel.CENTER);
  BorrowedDateLabel=new JLabel("借阅日期",JLabel.CENTER);
  ReturnDateLabel=new JLabel("归还日期",JLabel.CENTER);
  
  BorrowedBookStudentTextField=new JTextField(15);
  BorrowedDateTextField=new JTextField(15);
  ReturnDateTextField=new JTextField(15);
  
  try
  {
   String strSQL="select bookName from books where books_count>borrowed_count";
   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(5,2));
  panel1.add(BorrowedBookStudentLabel);
  panel1.add(BorrowedBookStudentTextField);
  panel1.add(BorrowedBookNameLabel);
  panel1.add(BookNameComboBox);
  panel1.add(BorrowedDateLabel);
  panel1.add(BorrowedDateTextField);
  panel1.add(ReturnDateLabel);
  panel1.add(ReturnDateTextField);
  

  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);
  
 }
 }

  ReturnBookMenu=new JMenu("还书管理");
  ReturnBookMenuItem=new JMenuItem("书籍还入");
  ReturnInfoMenuItem=new JMenuItem("书籍还入信息修改");
  ReturnBookMenu.add(ReturnBookMenuItem);
  ReturnBookMenu.add(ReturnInfoMenuItem);
  ReturnBookMenuItem.addActionListener(this);
  ReturnInfoMenuItem.addActionListener(this);
  MenuB.add(ReturnBookMenu);
  setJMenuBar(MenuB);
    titleLabel=new JLabel(new ImageIcon(".\\pic.jpg"));
  c=getContentPane();
  c.setLayout(new BorderLayout());
  panel1=new JPanel();
  panel1.setLayout(new BorderLayout());
  panel1.add(titleLabel,BorderLayout.CENTER);
     c.add(panel1,BorderLayout.CENTER);
  setBounds(100,50,400,300);
  show();&n

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

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

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


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

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

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