首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 长途汽车管理系统

长途汽车管理系统

资 源 简 介

简单的增删该查,登录  对数据库进行操作 package 长途汽车信息管理系统; import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.sql.*; import java.io.*; public class dengluQchepiao extends JFrame implements ActionListener{  Statement st=null;  JTextArea ja=new JTextArea("票号    车号    售票     已售    剩余    票价    出发地    目的地    出发时间        所用时间 ");  JTextField jt1=new JTextField();  JTextField jt2=new JTextField();     JRadioButton jc1=new JRadioButton("查询全部");  JRadioButton jc2=new JRadioButton("部分查询");  ButtonGroup bg=new ButtonGroup();  JButton jb1=new JButton("查询");  JButton jb3=new JButton("退出");  JLabel jl1=new JLabel("出发地");  

文 件 列 表

长途汽车信息管理系统
src
bin
.classpath
.project
.settings
org.eclipse.jdt.core.prefs
.settings

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
  • 猕猴桃 2小时前 成为了本站会员

  • 11 5小时前 成为了本站会员

  • 开心快活人 8小时前 成为了本站会员

  • 晋财 9小时前 成为了本站会员

  • WYG 1天前 成为了本站会员

  • Shine 1天前 成为了本站会员

  • 柳贻 1天前 成为了本站会员

  • hallelujah_HL 1天前 成为了本站会员

  • 焦昱贺 1天前 成为了本站会员

  • Rubin 1天前 成为了本站会员

0.179594s