登录
首页 » java » 学生成绩查询

学生成绩查询

于 2022-08-07 发布 文件大小:28.27 kB
0 72
下载积分: 2 下载次数: 1

代码说明:

学生成绩查询简单系统,采用java编程。public class SelectClass extends JPanel implements ActionListener{ String sno; private JLabel label = new JLabel("课程查询:");  //创建提示标签 private JButton btnGo = new JButton("查询 GO");  //创建按钮 private JTable table = new JTable();  //声明表格引用 private JScrollPane scrollPane = new JScrollPane();  //创建滚动窗体 private Vector v_head=new Vector();  //创建用于存放表格数据的vector private Vector v_data=new Vector();  //创建数据向量 private GetSelectClass gt;  //创建GetTime对象 private JTextField textField;   //填写开始日期 public SelectClass(String sno) { this.sno=sno;  //设置host属性值 gt=new GetSelectClass(sno);   this.initialData();  //初始化数据 this.initialFrame();  //初始化界面 } public void initialData() {//初始化数据的方法 v_head.add("课程名");  //初始化表头

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • GM工具
    倾城GM工具箱,可调级别,刷道具及金钱等!-Allure GM toolbox, adjustable level, brush and other props and money!-gm tool
    2023-08-01 10:15:04下载
    积分:1
  • HttpResponseWriter
    Utility class to look up carrier logo resource IDs.
    2013-12-02 13:39:21下载
    积分:1
  • 摆动
    图书管理系统用户的登录、注册、修改密码 if (loginUserName.getText().length() == 0) { JOptionPane.showConfirmDialog(null, "请输入用户名!!"); loginUserName.requestFocus(); } else if (loginUserName.getText().length() < 4 || loginUserName.getText().length() > 8) { JOptionPane.showConfirmDialog(null, "用户名长度应该在4-8位之间!!"); loginUserName.requestFocus(); } else if (checkUserNameValid(loginUserName.getText()) == false) { JOptionPane.showConfirmDialog(null, "不是合法的用户名!!"); loginUserName.requestFocus(); } else {
    2022-12-13 18:55:02下载
    积分:1
  • Prepared by the chat program using java server
    使用java编写的聊天程序服务器端,使用了swing,awt等。-Prepared by the chat program using java server-side.
    2022-04-21 07:12:49下载
    积分:1
  • transfor_matrix
    该MATLAB脚本可计算等截面梁式结构的前三阶振型以及对应的弯矩(The MATLAB script can calculate the first three modes and corresponding bending moments of beam-like structures with equal cross-section.)
    2019-04-19 16:55:07下载
    积分:1
  • task-kqrnel
    java编程实例,有一百多实例,仅供学习java编程(Java programming instance, there are more than 100 instances, only for learning java programming)
    2018-09-16 02:04:24下载
    积分:1
  • RemoteGrantedReceiver
    The exception that is thrown when an error occurs while a {@code Certificate} is being encoded.
    2013-12-02 15:43:50下载
    积分:1
  • web爬虫工具,抓取网页
    基于webcollector-2.12 开发,web爬虫工具,抓取网页,使用方便快捷。 WebCollector是一个无须配置、便于二次开发的JAVA爬虫框架(内核),它提供精简的的API,只需少量代码即可实现一个功能强大的爬虫。WebCollector-Hadoop是WebCollector的Hadoop版本,支持分布式爬取。 WebCollector致力于维护一个稳定、可扩的爬虫内核,便于开发者进行灵活的二次开发。内核具有很强的扩展性,用户可以在内核基础上开发自己想要的爬虫。源码中集成了Jsoup,可进行精准的网页解析。2.x版本中集成了selenium,可以处理javascript生成的数据。
    2022-03-19 07:39:46下载
    积分:1
  • 这是我在论坛上看到的。感觉很不错,所以上传
    这也是我在论坛上看见的一个程序。感觉非常好,所以上传-This is what I saw at the Forum in the process. Feeling very good, so uploads
    2023-08-24 19:05:04下载
    积分:1
  • string-base64
    Convert data (an array of integers) to a Base64 string.
    2014-02-13 21:35:08下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载