資源簡介
特別適合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.xm
?????文件??????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.xm
?????文件????????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.xm
?????文件???????1811??2008-12-15?22:33??計算器\ComputerPad\nbproject\project.properties
?????文件????????581??2008-10-03?15:41??計算器\ComputerPad\nbproject\project.xm
?????文件??????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個文件信息
- 上一篇:Java實現TXT文件轉圖片
- 下一篇:JSP圖書管理系統(數據庫齊全)
評論
共有 條評論