📄 dailypperationsystembookschaxunpanel1.java
字号:
}
} catch (SQLException ex) {
System.out.println(ex.toString());
ex.printStackTrace();
}
db.myClose(1);
}
DefaultTableModel model = new DefaultTableModel(dateReader,
titleReader);
jTableReader.setModel(model);
jTableReader.updateUI();
}
public void jScleft_componentResized(ComponentEvent e) {
jPanRight.setSize((jSpSystemPanel.getWidth() - jScleft.getWidth()),
(jSpSystemPanel.getHeight() - 1));
}
public void jTableReader_mouseClicked(MouseEvent e) {
//获取读者信息到列表
if (jTableReader.getSelectedRow() > -1) {
/*
for (int i = 0; i < titleReader2.length; i++)
JOptionPane.showMessageDialog(null,
dataReader2[jTableReader.getSelectedRow()][
i] + "\n" + i+"\n"+titleReader2[i]);
*/
jtxbookTypeX.setText(dataReader2[jTableReader.getSelectedRow()][1].toString());
jTxbookConcernX.setText(dataReader2[jTableReader.getSelectedRow()][0].toString());
jTxpurchaseMoneyX.setText(dataReader2[jTableReader.getSelectedRow()][4].toString());
jTxNumberX.setText(dataReader2[jTableReader.getSelectedRow()][3].toString());
jtxbooksNamex.setText(dataReader2[jTableReader.getSelectedRow()][2].toString());
jtxbooksNumX.setText(dataReader2[jTableReader.getSelectedRow()][19].toString());
jTextField2.setText(dataReader2[jTableReader.getSelectedRow()][6].toString());
jTxReaderNumX.setText(dataReader2[jTableReader.getSelectedRow()][7].toString());
jTxbookAuthorX.setText(dataReader2[jTableReader.getSelectedRow()][16].toString());
jTextField1.setText(" 1年 ");
jtxBooksNum.setText(dataReader2[jTableReader.getSelectedRow()][11].toString());
}
}
}
class DailyPperationSystemBooksChaXunPanel1_jTableReader_mouseAdapter extends
MouseAdapter {
private DailyPperationSystemBooksChaXunPanel1 adaptee;
DailyPperationSystemBooksChaXunPanel1_jTableReader_mouseAdapter(
DailyPperationSystemBooksChaXunPanel1 adaptee) {
this.adaptee = adaptee;
}
public void mouseClicked(MouseEvent e) {
adaptee.jTableReader_mouseClicked(e);
}
}
class DailyPperationSystemBooksChaXunPanel1_jTabBooks_mouseAdapter extends
MouseAdapter {
private DailyPperationSystemBooksChaXunPanel1 adaptee;
DailyPperationSystemBooksChaXunPanel1_jTabBooks_mouseAdapter(
DailyPperationSystemBooksChaXunPanel1 adaptee) {
this.adaptee = adaptee;
}
public void mouseClicked(MouseEvent e) {
adaptee.jTabBooks_mouseClicked(e);
}
}
class DailyPperationSystemBooksChaXunPanel1_jButtonD_actionAdapter implements
ActionListener {
private DailyPperationSystemBooksChaXunPanel1 adaptee;
DailyPperationSystemBooksChaXunPanel1_jButtonD_actionAdapter(
DailyPperationSystemBooksChaXunPanel1 adaptee) {
this.adaptee = adaptee;
}
public void actionPerformed(ActionEvent e) {
adaptee.jButtonD_actionPerformed(e);
}
}
class DailyPperationSystemBooksChaXunPanel1_jButtonA_actionAdapter implements
ActionListener {
private DailyPperationSystemBooksChaXunPanel1 adaptee;
DailyPperationSystemBooksChaXunPanel1_jButtonA_actionAdapter(
DailyPperationSystemBooksChaXunPanel1 adaptee) {
this.adaptee = adaptee;
}
public void actionPerformed(ActionEvent e) {
adaptee.jButtonA_actionPerformed(e);
}
}
class DailyPperationSystemBooksChaXunPanel1_jButtonB_actionAdapter implements
ActionListener {
private DailyPperationSystemBooksChaXunPanel1 adaptee;
DailyPperationSystemBooksChaXunPanel1_jButtonB_actionAdapter(
DailyPperationSystemBooksChaXunPanel1 adaptee) {
this.adaptee = adaptee;
}
public void actionPerformed(ActionEvent e) {
adaptee.jButtonB_actionPerformed(e);
}
}
class DailyPperationSystemBooksChaXunPanel1_jButtonC_actionAdapter implements
ActionListener {
private DailyPperationSystemBooksChaXunPanel1 adaptee;
DailyPperationSystemBooksChaXunPanel1_jButtonC_actionAdapter(
DailyPperationSystemBooksChaXunPanel1 adaptee) {
this.adaptee = adaptee;
}
public void actionPerformed(ActionEvent e) {
adaptee.jButtonC_actionPerformed(e);
}
}
class DailyPperationSystemBooksChaXunPanel1_jPanel3_componentAdapter extends
ComponentAdapter {
private DailyPperationSystemBooksChaXunPanel1 adaptee;
DailyPperationSystemBooksChaXunPanel1_jPanel3_componentAdapter(
DailyPperationSystemBooksChaXunPanel1 adaptee) {
this.adaptee = adaptee;
}
public void componentResized(ComponentEvent e) {
adaptee.jPanel3_componentResized(e);
}
}
class DailyPperationSystemBooksChaXunPanel1_jTpRightBottom_componentAdapter extends
ComponentAdapter {
private DailyPperationSystemBooksChaXunPanel1 adaptee;
DailyPperationSystemBooksChaXunPanel1_jTpRightBottom_componentAdapter(
DailyPperationSystemBooksChaXunPanel1 adaptee) {
this.adaptee = adaptee;
}
public void componentResized(ComponentEvent e) {
adaptee.jTpRightBottom_componentResized(e);
}
}
class DailyPperationSystemBooksChaXunPanel1_jPaneRightBottom_componentAdapter extends
ComponentAdapter {
private DailyPperationSystemBooksChaXunPanel1 adaptee;
DailyPperationSystemBooksChaXunPanel1_jPaneRightBottom_componentAdapter(
DailyPperationSystemBooksChaXunPanel1 adaptee) {
this.adaptee = adaptee;
}
public void componentResized(ComponentEvent e) {
adaptee.jPaneRightBottom_componentResized(e);
}
}
class DailyPperationSystemBooksChaXunPanel1_jPanRight_componentAdapter extends
ComponentAdapter {
private DailyPperationSystemBooksChaXunPanel1 adaptee;
DailyPperationSystemBooksChaXunPanel1_jPanRight_componentAdapter(
DailyPperationSystemBooksChaXunPanel1 adaptee) {
this.adaptee = adaptee;
}
public void componentResized(ComponentEvent e) {
adaptee.jPanRight_componentResized(e);
}
}
class DailyPperationSystemBooksChaXunPanel1_jPanRight_hierarchyBoundsAdapter extends
HierarchyBoundsAdapter {
private DailyPperationSystemBooksChaXunPanel1 adaptee;
DailyPperationSystemBooksChaXunPanel1_jPanRight_hierarchyBoundsAdapter(
DailyPperationSystemBooksChaXunPanel1 adaptee) {
this.adaptee = adaptee;
}
public void ancestorResized(HierarchyEvent e) {
adaptee.jPanRight_ancestorResized(e);
}
}
class DailyPperationSystemBooksChaXunPanel1_jPanelRightTop_componentAdapter extends
ComponentAdapter {
private DailyPperationSystemBooksChaXunPanel1 adaptee;
DailyPperationSystemBooksChaXunPanel1_jPanelRightTop_componentAdapter(
DailyPperationSystemBooksChaXunPanel1 adaptee) {
this.adaptee = adaptee;
}
public void componentResized(ComponentEvent e) {
adaptee.jPanelRightTop_componentResized(e);
}
}
class DailyPperationSystemBooksChaXunPanel1_jScright_componentAdapter extends
ComponentAdapter {
private DailyPperationSystemBooksChaXunPanel1 adaptee;
DailyPperationSystemBooksChaXunPanel1_jScright_componentAdapter(
DailyPperationSystemBooksChaXunPanel1 adaptee) {
this.adaptee = adaptee;
}
public void componentResized(ComponentEvent e) {
adaptee.jScright_componentResized(e);
}
}
class DailyPperationSystemBooksChaXunPanel1_jScright_hierarchyBoundsAdapter extends
HierarchyBoundsAdapter {
private DailyPperationSystemBooksChaXunPanel1 adaptee;
DailyPperationSystemBooksChaXunPanel1_jScright_hierarchyBoundsAdapter(
DailyPperationSystemBooksChaXunPanel1 adaptee) {
this.adaptee = adaptee;
}
public void ancestorResized(HierarchyEvent e) {
adaptee.jScright_ancestorResized(e);
}
}
class DailyPperationSystemBooksChaXunPanel1_jSpSystemPanel_componentAdapter extends
ComponentAdapter {
private DailyPperationSystemBooksChaXunPanel1 adaptee;
DailyPperationSystemBooksChaXunPanel1_jSpSystemPanel_componentAdapter(
DailyPperationSystemBooksChaXunPanel1 adaptee) {
this.adaptee = adaptee;
}
public void componentResized(ComponentEvent e) {
adaptee.jSpSystemPanel_componentResized(e);
}
}
class DailyPperationSystemBooksChaXunPanel1_jScleft_componentAdapter extends
ComponentAdapter {
private DailyPperationSystemBooksChaXunPanel1 adaptee;
DailyPperationSystemBooksChaXunPanel1_jScleft_componentAdapter(
DailyPperationSystemBooksChaXunPanel1 adaptee) {
this.adaptee = adaptee;
}
public void componentResized(ComponentEvent e) {
adaptee.jScleft_componentResized(e);
}
}
class DailyPperationSystemBooksChaXunPanel1_this_componentAdapter extends
ComponentAdapter {
private DailyPperationSystemBooksChaXunPanel1 adaptee;
DailyPperationSystemBooksChaXunPanel1_this_componentAdapter(
DailyPperationSystemBooksChaXunPanel1 adaptee) {
this.adaptee = adaptee;
}
public void componentResized(ComponentEvent e) {
adaptee.this_componentResized(e);
}
}
class DailyPperationSystemBooksChaXunPanel1_this_hierarchyBoundsAdapter extends
HierarchyBoundsAdapter {
private DailyPperationSystemBooksChaXunPanel1 adaptee;
DailyPperationSystemBooksChaXunPanel1_this_hierarchyBoundsAdapter(
DailyPperationSystemBooksChaXunPanel1 adaptee) {
this.adaptee = adaptee;
}
public void ancestorResized(HierarchyEvent e) {
adaptee.this_ancestorResized(e);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -