java课程设计----图书馆管理系统(8)

时间:2025-04-04

java课程设计----图书馆管理系统

//查询数据库

public void search(){ }

//删除选定的记录 public void delete(){ }

//内部类,用于显示/编辑图书信息的一个模式对话框

class BookEditor extends JDialog implements ActionListener {

final int OK=1;

final int CANCEL=-1; final int CLOSE=0;

private int actionCode=CANCEL; int selected=table.getSelectedRow();

if(selected>=0&&selected<model.getRowCount()){ } else

JOptionPane.showMessageDialog(f,"请选定要删除的一行!"

,"提示",RMATION_MESSAGE);

int result=JOptionPane.showConfirmDialog (f,"您确定要删除该条图书信息 ,"确认",JOptionPane.YES_NO_OPTION,JOptionPane.QUESTION_MESSAGE); if (result!=JOptionPane.YES_OPTION) return ;

String deleteSql="delete from bookInfo where bookID=?"; Object []keys={model.getValueAt(selected,0).toString()}; if(SqlUtil.deleteFromDB(con,deleteSql,keys))

model.removeRow(selected);

SearchDialog sd=new SearchDialog(f,"查询",true); sd.show();

if(sd.getActionCode()==sd.OK){ }

String readSql=sd.getSQL();

SqlUtil.readDBToTable(con,readSql,model,dataType);

吗?"

private JLabel labID=new JLabel(" 图书编号 "); private JTextField txtID=new JTextField();

private JLabel labBookName=new JLabel(" 图书名称 "); private JTextField txtBookName=new JTextField(); private JTextField txtBookPrice=new JTextField(); private JTextField txtBookPress=new JTextField(); private JButton btnPre=new JButton("上一个"); private JButton btnNext=new JButton("下一个");

private JLabel labBookPrice=new JLabel(" 单 价 "); private JLabel labBookPress=new JLabel(" 出 版 社 ");

java课程设计----图书馆管理系统(8).doc 将本文的Word文档下载到电脑

精彩图片

热门精选

大家正在看

× 游客快捷下载通道(下载后可以自由复制和排版)

限时特价:7 元/份 原价:20元

支付方式:

开通VIP包月会员 特价:29元/月

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:fanwen365 QQ:370150219