电信IP资费管理系统4-8讲解.docVIP

  • 24
  • 0
  • 约1.87万字
  • 约 15页
  • 2016-05-04 发布于湖北
  • 举报
电信IP资费管理系统代码 重庆文理学院java课 4管理员列表 import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.sql.*; public class 管理员列表 extends JPanel implements ActionListener{ private JButton button[]=new JButton[3]; private JTable table1; public 管理员列表(){ JPanel p1=new JPanel(new BorderLayout()); p1.add(new JLabel(管理员列表,JLabel.CENTER),North); Connection con; ResultSet rs; Statement sql; try{ Class.forName(sun.jdbc.odbc.JdbcOdbcDriver); } catch (ClassNotFoundException ex){ System.out.println(error:+ex); } try{ con=DriverManager.getConnection(jdbc:odbc:电信IP资费

文档评论(0)

1亿VIP精品文档

相关文档