• 大小: 5.02M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-27
  • 语言: Java
  • 标签: java  数据库  源码  文档  

资源简介


资源截图

代码片段和文件信息

package cn.xpool.ats.cui;

import java.awt.Color;
import java.awt.Graphics;
import java.awt.Image;

import javax.swing.ImageIcon;
import javax.swing.JPanel;

/**
 * @author He Tangjun
 * 
 */
public class AboutMePane extends JPanel {

private static final long serialVersionUID = 1L;

public AboutMePane() {
this.setName(“关于“);
this.setSize(790 515);
this.setBackground(new Color(88 170 240));
}

public void paint(Graphics g) {
super.paint(g);
Image navigationImage = new ImageIcon(“./images/about.dat“).getImage();
g.drawImage(navigationImage 0 0 790 515 this);

}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    .CA....      7240  2008-05-09 10:14  航空订票系统\ATS\api\allclasses-frame.html

    .CA....      6180  2008-05-09 10:14  航空订票系统\ATS\api\allclasses-noframe.html

    .CA....     22532  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\cui\AboutMePane.html

    .CA....      5824  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\cui\class-use\AboutMePane.html

    .CA....      5864  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\cui\class-use\FlightQueryPane.html

    .CA....      7568  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\cui\class-use\Loginframe.html

    .CA....      5804  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\cui\class-use\MainClass.html

    .CA....      7555  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\cui\class-use\Mainframe.html

    .CA....      5864  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\cui\class-use\OrderManagePane.html

    .CA....      5874  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\cui\class-use\SalesManagerPane.html

    .CA....      5824  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\cui\class-use\StartWindow.html

    .CA....     30743  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\cui\FlightQueryPane.html

    .CA....     30766  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\cui\Loginframe.html

    .CA....     16506  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\cui\MainClass.html

    .CA....     30330  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\cui\Mainframe.html

    .CA....     46929  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\cui\OrderManagePane.html

    .CA....      1586  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\cui\package-frame.html

    .CA....      7428  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\cui\package-summary.html

    .CA....      7808  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\cui\package-tree.html

    .CA....      6819  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\cui\package-use.html

    .CA....     29702  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\cui\SalesManagerPane.html

    .CA....     25156  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\cui\StartWindow.html

    .CA....     13117  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\dao\AdminInfoDao.html

    .CA....     11997  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\dao\AirplaneModelInfoDao.html

    .CA....     11437  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\dao\AirportInfoDao.html

    .CA....     12068  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\dao\BranchInfoDao.html

    .CA....      9025  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\dao\class-use\AdminInfoDao.html

    .CA....      9214  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\dao\class-use\AirplaneModelInfoDao.html

    .CA....      9570  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\dao\class-use\AirportInfoDao.html

    .CA....      9051  2008-05-09 10:14  航空订票系统\ATS\api\cn\xpool\ats\dao\class-use\BranchInfoDao.html

............此处省略535个文件信息

评论

共有 条评论