91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 4.47MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2023-08-14
  • 語言: Java
  • 標簽: java??

資源簡介

java學生信息管理系統(tǒng)java學生信息管理系統(tǒng)java學生信息管理系統(tǒng)java學生信息管理系

資源截圖

代碼片段和文件信息

package?studentsystem;


import?java.awt.*;
import?javax.swing.*;
import?java.awt.event.*;

/**
?*?

title:?


?*?

Description:?


?*?

Copyright:?Copyright?(c)?2006


?*?

Company:?


?*?@download?by?http://www.codefans.net
?*?@author?not?attributable
?*?@version?1.0
?*/

public?class?about?extends?JDialog?{
??JPanel?panel1?=?new?JPanel();
??ImageIcon?icon=new?ImageIcon(“xuan.jpg“);//設置背景圖片
??JLabel?jLabel1?=?new?JLabel(icon);
????JButton?sure?=?new?JButton();

??public?about(frame?frame?String?title?boolean?modal)?{
????super(frame?title?true);
????try?{
??????jbInit();
??????pack();
????}
????catch(Exception?ex)?{
??????ex.printStackTrace();
????}
??}

??public?about()?{
????this(null?““?true);
??}
??private?void?jbInit()?throws?Exception?{
????jLabel1.setText(““);
????jLabel1.setBounds(new?Rectangle(5?5?392?250));
????panel1.setBounds(new?Rectangle(0?299?1?1));
????panel1.setLayout(null);
????jLabel1.setText(““);
????jLabel1.setBounds(new?Rectangle(-43?0?414?245));
????sure.setBounds(new?Rectangle(109?243?79?29));
????sure.setFont(new?java.awt.Font(“Dialog“?0?15));
????sure.setText(“確???定“);
????jLabel1.setToolTipText(“l(fā)eeyingzhang制作!“);
????sure.addActionListener(new?about_sure_actionAdapter(this));
????this.settitle(“呵呵!“);
????this.getContentPane().add(panel1?null);
????this.getContentPane().add(sure?null);
????this.getContentPane().add(jLabel1?null);
????this.setBounds(200200330310);
????this.getContentPane().setLayout(null);
????this.setVisible(true);
??}

??void?sure_actionPerformed(ActionEvent?e)?{
??this.dispose();
??}
}

class?about_sure_actionAdapter?implements?java.awt.event.ActionListener?{
??about?adaptee;

??about_sure_actionAdapter(about?adaptee)?{
????this.adaptee?=?adaptee;
??}
??public?void?actionPerformed(ActionEvent?e)?{
????adaptee.sure_actionPerformed(e);
??}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

-----------?---------??----------?-----??----

?????????????19116317????????????????????59


評論

共有 條評論