永发信息网

学生社团管理系统 PHP源码

答案:2  悬赏:0  手机版
解决时间 2021-12-31 11:32
  • 提问者网友:暮烟疏雨之际
  • 2021-12-30 22:22
求学生社团管理系统 PHP源码
最佳答案
  • 五星知识达人网友:孤老序
  • 2022-01-10 04:34
原发布者:潇潇公子爷

package学生社团管理系统;importjavax.swing.*;importjava.awt.*;importjava.awt.event.ActionEvent;importjava.awt.event.ActionListener;importjava.awt.event.MouseEvent;importjava.awt.event.MouseListener;importjava.awt.event.MouseMotionListener;importjava.sql.*;publicclassLeagueextendsJFrameimplementsActionListener{FPanelfp;JLabeljlb,jlb2,jlb_alter,jlb_background,jlb_X;JTextFieldjtf;JPasswordFieldjpf;JButtonjb_in,jb_register,fp_close;Fontf1=newFont("宋体",Font.PLAIN,20);staticStrings1;staticStrings2;publicstaticvoidmain(String[]args){Leaguele=newLeague();publicLeague(){fp=newFPanel();fp.setLayout(null);jlb_background=newJLabel(newImageIcon("background.jpg"));jlb_background.setBounds(0,0,300,400);jlb_X=newJLabel(newImageIcon("X.gif"));jlb_X.setBounds(280,0,20,20);jlb=newJLabel("账号");jlb.setBounds(10,200,50,40);jlb.setFont(f1);jlb2=newJLabel("密码");jlb2.setFont(f1);jlb2.setBounds(10,260,50,40);//用户输入区jtf=newJTextField(15);jtf.setFont(f1);jtf.setBounds(70,200,200,40);jpf=newJPasswordField(8);jpf.setFont(f1);jpf.setBounds(70,260,200,40);//按钮区jb_in=newJ
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯