• 大小: 313KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-29
  • 语言: Java
  • 标签: java  新手  小项目  实战  

资源简介

特别适合java新手巩固java基础的项目,总共有8个项目的全部代码,都可以直接运行,代码有注释。

资源截图

代码片段和文件信息

/*
 * To change this template choose Tools | Templates
 * and open the template in the editor.
 */

package hannoi;

/**
 *
 * @author Administrator
 */
import java.io.*;
import java.awt.*;
public class Disk extends Button
{
    int number;
    boolean 上方有盘=false;
    public Disk(int numberHannoiTower con)
    {
        this.number=number;
        setBackground(Color.blue);
        addMouseMotionListener(con);
        addMouseListener(con);
    }
    public boolean get上方有盘()
    {
        return 上方有盘;
    }
    public void set上方有盘(boolean b)
    {
        上方有盘=b;
    }
    public int getNumber()
    {
        return number;
    }

}

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

     文件        686  2008-12-15 22:33  计算器\ComputerPad\build\classes\computerpad\ComputerPad$1.class

     文件       7914  2008-12-15 22:33  计算器\ComputerPad\build\classes\computerpad\ComputerPad.class

     文件        779  2008-12-15 22:33  计算器\ComputerPad\build\classes\computerpad\NumberButton.class

     文件        609  2008-12-15 22:33  计算器\ComputerPad\build\classes\computerpad\OperationButton.class

     文件        626  2008-12-15 22:33  计算器\ComputerPad\build\classes\ComputerPad$1.class

     文件       7794  2008-12-15 22:33  计算器\ComputerPad\build\classes\ComputerPad.class

     文件        755  2008-12-15 22:33  计算器\ComputerPad\build\classes\NumberButton.class

     文件        585  2008-12-15 22:33  计算器\ComputerPad\build\classes\OperationButton.class

     文件       3370  2008-10-03 15:41  计算器\ComputerPad\build.xml

     文件      10748  2008-12-15 22:25  计算器\ComputerPad\dist\ComputerPad.jar

     文件       1450  2008-12-15 22:25  计算器\ComputerPad\dist\README.TXT

     文件         85  2008-10-03 15:41  计算器\ComputerPad\manifest.mf

     文件      33174  2008-10-03 15:41  计算器\ComputerPad\nbproject\build-impl.xml

     文件        455  2008-10-03 15:41  计算器\ComputerPad\nbproject\genfiles.properties

     文件         98  2008-10-03 15:41  计算器\ComputerPad\nbproject\private\private.properties

     文件        211  2008-12-15 22:45  计算器\ComputerPad\nbproject\private\private.xml

     文件       1811  2008-12-15 22:33  计算器\ComputerPad\nbproject\project.properties

     文件        581  2008-10-03 15:41  计算器\ComputerPad\nbproject\project.xml

     文件      12125  2008-12-15 22:33  计算器\ComputerPad\src\computerpad\ComputerPad.java

     文件        459  2008-12-15 22:33  计算器\ComputerPad\src\computerpad\NumberButton.java

     文件        474  2008-12-15 22:33  计算器\ComputerPad\src\computerpad\OperationButton.java

     文件       1087  2008-12-17 13:28  记忆测试系统\Memory\a0.gif

     文件       1054  2008-12-17 13:28  记忆测试系统\Memory\a1.gif

     文件       1080  2008-12-17 13:28  记忆测试系统\Memory\a2.gif

     文件       1076  2008-12-17 13:28  记忆测试系统\Memory\a3.gif

     文件       1097  2008-12-17 13:29  记忆测试系统\Memory\a4.gif

     文件       1072  2008-12-17 13:29  记忆测试系统\Memory\a5.gif

     文件       1121  2008-12-17 13:29  记忆测试系统\Memory\a6.gif

     文件       1239  2008-12-15 22:23  记忆测试系统\Memory\build\classes\memory\Block.class

     文件        631  2008-12-15 22:23  记忆测试系统\Memory\build\classes\memory\Memory$1.class

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

评论

共有 条评论