public void actionPerformed(final ActionEvent e) {
diZhiF.setText("");
bianMaF.setText("");
chuanZhenF.setText("");
jianChengF.setText("");
lianXiRenF.setText("");
lianXiRenDianHuaF.setText("");
EMailF.setText("");
quanChengF.setText("");
dianHuaF.setText("");
yinHangF.setText("");
}
}
(3)创建TjActionListener类,该类是“添加”按钮的事件监听器,它必须实现ActionListener接口,并在actionPerformed()方法中实现用户输入的验证和供应商的保存,关键代码如下。
class TjActionListener implements ActionListener {// 添加按钮的事件监听类
public void actionPerformed(final ActionEvent e) {
if (diZhiF.getText().equals("") || quanChengF.getText().equals("")
|| chuanZhenF.getText().equals("")
|| jianChengF.getText().equals("")
|| yinHangF.getText().equals("")
|| bianMaF.getText().equals("")
|| diZhiF.getText().equals("")
|| lianXiRenF.getText().equals("")
|| lianXiRenDianHuaF.getText().equals("")
|| EMailF.getText().equals("")
|| dianHuaF.getText().equals("")) {
JOptionPane.showMessageDialog(GysTianJiaPanel.this, "请填写全部信息");
return;
}
try {
ResultSet haveUser = Dao
.query("select * from tb_gysinfo where name='"
+ quanChengF.getText().trim() + "'");
if (haveUser.next()) {
JOptionPane.showMessageDialog(GysTianJiaPanel.this,
- 上一篇:Philips乐曲检索系统之特征提取算法实现
- 下一篇:Android平台下应用程序分组管理软件设计与实现
-
-
-
-
-
-
-
乳业同业并购式全产业链...
电站锅炉暖风器设计任务书
河岸冲刷和泥沙淤积的监测国内外研究现状
十二层带中心支撑钢结构...
酸性水汽提装置总汽提塔设计+CAD图纸
杂拟谷盗体内共生菌沃尔...
java+mysql车辆管理系统的设计+源代码
大众媒体对公共政策制定的影响
当代大学生慈善意识研究+文献综述
中考体育项目与体育教学合理结合的研究