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

发布时间:2021-06-05

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

}

//布局工具条及表格

this.setLayout(new BorderLayout()); this.add(toolBar,BorderLayout.NORTH);

this.add(new JScrollPane(table),BorderLayout.CENTER);

//设置表格指定列的宽度

public void setTableColumnWidth(int column,int width){ }

public void actionPerformed(ActionEvent e){ }

//增加一条记录到数据库 public void add(){

}

} else

JOptionPane.showMessageDialog(this,"新增时出错!",

"提示",RMATION_MESSAGE);

BookEditor be=new BookEditor(f,"增加",true); be.show();

//只有点击了信息对话框中的确定按钮,才增加记录 if(be.getActionCode()==be.OK){

if(SqlUtil.addRowToDB(con,insertSql,lineForDBAdd)) { //成功写入数据库的记录,追加到表格的末行显示

Object []lineForTable=

String insertSql="insert into bookInfo VALUES (?,?,?,?)"; Object []lineForDBAdd={be.getID(),be.getBookName(),

be.getBookPrice(),be.getBookPress()};

Object s=e.getSource(); if(s==this.btnAdd) add(); else if(s==this.btnSearch)

search();

else if(s==this.btnDelete) delete(); else if(s==this.btnExit) System.exit(0); if(column<columnNames.length&&column>=0){ }

TableColumn col=table.getColumn(columnNames[column]); col.setPreferredWidth(width);

SqlUtil.getLineForTableFromLineForDB(lineForDBAdd,dataType);

model.insertRow(model.getRowCount(),lineForTable); //将表格的最后一行选中

table.changeSelection(model.getRowCount()-1,0,false,false);

精彩图片

热门精选

大家正在看