全文预览

基于图形界面的JDBC程序开发

上传者:upcfxx |  格式:doc  |  页数:17 |  大小:402KB

文档介绍
Font("黑体",Font.BOLD,18));Р?btn3=new JButton("确认添加");Р?btn3.addActionListener(this);Р?btn3.setForeground(Color.red);Р?btn3.setFont(new Font("微软雅黑",Font.BOLD,12));Р?p3=new JPanel();Р p4=new JPanel();Р?add(lab2);Р?add(tf2);Р?add(lab3);Р?add(tf3);Р?add(lab4);Р?add(tf4);Р?add(lab5);Р?add(tf5);Р?add(lab6);Р?add(tf6);Р?add(lab7);Р?add(tf7);Р?add(lab8);Р?add(tf8);Р?p3.add(btn3);Р?p4.add(ta3);Р?getContentPane().add(p3);Р?getContentPane().add(p4);Р?setLayout(new FlowLayout());Р?setTitle("添加学生信息");Р?p3.setBackground(Color.blue);Р p4.setBackground(Color.yellow);Р setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);Р?setSize(822,364);Р?setVisible(true);Р?validate();Р?}Р?public void actionPerformed(ActionEvent e)Р?{Р?if(e.getSource()==btn3)Р?{Р?String a2,a3,a4,a5,a6,a7,a8,updateStr,recode;Р?a2=tf2.getText();

收藏

分享

举报
下载此文档