• 大小: 3.54MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-09-12
  • 语言: Java
  • 标签: javaSwing  JDBC  

资源简介

java Swing 学生成绩管理系统,使用jdbc进行数据库连接,绝对定位布局.实现了学生成绩的增删改查,有全部查询分页功能.

资源截图

代码片段和文件信息

package studentsystem;

import java.awt.*;
import javax.swing.*;
import java.awt.Rectangle;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;

public class AboutUs extends Jframe {
ImageIcon img11 = new ImageIcon(“java.jpg“);
JPanel contentPane;
JLabel jLabel1 = new JLabel();
JButton jButton1 = new JButton();
JLabel jLabel2 = new JLabel();

public AboutUs() {
try {
jbInit();
this.setLocation(200 200);
this.setResizable(false);
this.setVisible(true);
} catch (Exception exception) {
exception.printStackTrace();
}
}

/**
 * Component initialization.
 *
 * @throws java.lang.Exception
 */
private void jbInit() throws Exception {
contentPane = (JPanel) getContentPane();
contentPane.setLayout(null);
setSize(new Dimension(260 200));
settitle(“关于我们“);
jLabel1.setIcon(img11);
jLabel1.setBounds(new Rectangle(47 1 104 106));
jButton1.setBounds(new Rectangle(205 144 49 24));
jButton1.setFont(new java.awt.Font(“宋体“ Font.PLAIN 14));
jButton1.setForeground(Color.red);
jButton1.setText(“OK“);
jButton1.addActionListener(new AboutUs_jButton1_actionAdapter(this));
jLabel2.setFont(new java.awt.Font(“宋体“ Font.PLAIN 13));
jLabel2.setForeground(Color.blue);
jLabel2.setText(“欢迎JAVA爱好者共同学习:370209562“);
jLabel2.setBounds(new Rectangle(7 115 241 28));
contentPane.add(jLabel1);
contentPane.add(jLabel2);
contentPane.add(jButton1);

}

public void jButton1_actionPerformed(ActionEvent e) {
this.dispose();
}
}

class AboutUs_jButton1_actionAdapter implements ActionListener {
private AboutUs adaptee;

AboutUs_jButton1_actionAdapter(AboutUs adaptee) {
this.adaptee = adaptee;
}

public void actionPerformed(ActionEvent e) {
adaptee.jButton1_actionPerformed(e);
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-12-05 11:21  学生成绩管理系统\
     目录           0  2017-12-05 11:21  学生成绩管理系统\StudentGreadSystem\
     文件         610  2017-12-05 10:54  学生成绩管理系统\StudentGreadSystem\.classpath
     文件         394  2017-12-04 20:43  学生成绩管理系统\StudentGreadSystem\.project
     目录           0  2017-12-05 11:21  学生成绩管理系统\StudentGreadSystem\.settings\
     文件          92  2017-12-04 20:53  学生成绩管理系统\StudentGreadSystem\.settings\org.eclipse.core.resources.prefs
     文件         598  2017-12-04 20:43  学生成绩管理系统\StudentGreadSystem\.settings\org.eclipse.jdt.core.prefs
     目录           0  2017-12-05 11:21  学生成绩管理系统\StudentGreadSystem\bin\
     目录           0  2017-12-05 11:21  学生成绩管理系统\StudentGreadSystem\bin\studentsystem\
     文件        2538  2017-12-05 10:54  学生成绩管理系统\StudentGreadSystem\bin\studentsystem\AboutUs.class
     文件         693  2017-12-05 10:54  学生成绩管理系统\StudentGreadSystem\bin\studentsystem\AboutUs_jButton1_actionAdapter.class
     文件        1607  2017-12-05 10:56  学生成绩管理系统\StudentGreadSystem\bin\studentsystem\ConDB.class
     文件        5324  2017-12-05 10:54  学生成绩管理系统\StudentGreadSystem\bin\studentsystem\DeleteStu.class
     文件         705  2017-12-05 10:54  学生成绩管理系统\StudentGreadSystem\bin\studentsystem\DeleteStu_jButton1_actionAdapter.class
     文件         705  2017-12-05 10:54  学生成绩管理系统\StudentGreadSystem\bin\studentsystem\DeleteStu_jButton2_actionAdapter.class
     文件        1406  2017-12-05 10:54  学生成绩管理系统\StudentGreadSystem\bin\studentsystem\DisplayAllStudent.class
     文件        6465  2017-12-05 10:54  学生成绩管理系统\StudentGreadSystem\bin\studentsystem\InsertStu.class
     文件         846  2017-12-05 10:54  学生成绩管理系统\StudentGreadSystem\bin\studentsystem\MainApplication$1.class
     文件        1308  2017-12-05 10:54  学生成绩管理系统\StudentGreadSystem\bin\studentsystem\MainApplication.class
     文件        5874  2017-12-05 10:54  学生成绩管理系统\StudentGreadSystem\bin\studentsystem\SearchOneStudent.class
     文件         747  2017-12-05 10:54  学生成绩管理系统\StudentGreadSystem\bin\studentsystem\SearchOneStudent_jButton1_actionAdapter.class
     文件         747  2017-12-05 10:54  学生成绩管理系统\StudentGreadSystem\bin\studentsystem\SearchOneStudent_jButton2_actionAdapter.class
     文件         747  2017-12-05 10:54  学生成绩管理系统\StudentGreadSystem\bin\studentsystem\SearchOneStudent_jButton3_actionAdapter.class
     文件        1445  2017-12-05 10:54  学生成绩管理系统\StudentGreadSystem\bin\studentsystem\StuBean.class
     文件        5960  2017-12-05 11:14  学生成绩管理系统\StudentGreadSystem\bin\studentsystem\StuDAO.class
     文件         715  2017-12-05 10:54  学生成绩管理系统\StudentGreadSystem\bin\studentsystem\StuManageframe_jButton1_actionAdapter.class
     文件         715  2017-12-05 10:54  学生成绩管理系统\StudentGreadSystem\bin\studentsystem\StuManageframe_jButton2_actionAdapter.class
     文件         900  2017-12-05 10:54  学生成绩管理系统\StudentGreadSystem\bin\studentsystem\StuSystemframe$1.class
     文件        7153  2017-12-05 10:54  学生成绩管理系统\StudentGreadSystem\bin\studentsystem\StuSystemframe.class
     文件         741  2017-12-05 10:54  学生成绩管理系统\StudentGreadSystem\bin\studentsystem\StuSystemframe_jMenuItem1_actionAdapter.class
     文件         741  2017-12-05 10:54  学生成绩管理系统\StudentGreadSystem\bin\studentsystem\StuSystemframe_jMenuItem2_actionAdapter.class
............此处省略28个文件信息

评论

共有 条评论