資源簡(jiǎn)介
在完成面向?qū)ο蟆wing、線程的課程后,可以開(kāi)始練習(xí)本項(xiàng)目的部署安排。安排本練習(xí)的主要目的理解面向?qū)ο蟆⒛軌蛴妹嫦驅(qū)ο蟮乃悸啡ニ伎紗?wèn)題,結(jié)合Swing和現(xiàn)成的知識(shí)完成本項(xiàng)目。
代碼片段和文件信息
//class?Animation?will?define?the?Eater?as?well?as?the?enemies...be?careful?with?the?
//objects?passed?to?the?constructors..as?unwary?external?modifination?will?cause?problems..
//Finishing?www.codefans.net
//setting?size?and?location?of?an?Animation?object?will?be?responsibility?of?the?
//class?where?this?object?will?be?created...
import?javax.swing.*;
import?java.awt.*;
import?java.util.*;
public?class?Animation?extends?JPanel?implements?GameConstants?{
private?int?direction;
private?int?id;
private?int?velocity;
private?int?oldDirection;
private?boolean?changeImage?=?true;
private?ImageIcon?icons?[];
private?int?[]?imageSequence;
private?int?currentImage?=0;//its?value?can?be?0?to?1?less?thatn?imageSequence.length
//constructor...
public
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-05-25?16:06??java吃豆子游戲源代碼\
?????文件????????1679??2007-01-06?20:39??java吃豆子游戲源代碼\Animation.class
?????文件????????2058??2008-11-26?22:19??java吃豆子游戲源代碼\Animation.java
?????文件????????1371??2007-01-06?20:39??java吃豆子游戲源代碼\Background$Dot.class
?????文件?????????487??2007-01-06?20:39??java吃豆子游戲源代碼\Background$Gate.class
?????文件???????12127??2007-01-06?20:39??java吃豆子游戲源代碼\Background.class
?????文件???????16161??2008-11-26?22:20??java吃豆子游戲源代碼\Background.java
?????文件?????????371??2007-01-06?20:39??java吃豆子游戲源代碼\GameConstants.class
?????文件?????????201??2006-09-19?04:17??java吃豆子游戲源代碼\GameConstants.java
?????文件????????1909??2007-01-06?20:39??java吃豆子游戲源代碼\GameController.class
?????文件????????1558??2006-12-29?00:25??java吃豆子游戲源代碼\GameController.java
?????文件????????2741??2007-01-06?20:39??java吃豆子游戲源代碼\GameView.class
?????文件????????2359??2008-11-26?22:20??java吃豆子游戲源代碼\GameView.java
?????目錄???????????0??2015-05-25?16:06??java吃豆子游戲源代碼\images\
?????文件???????14378??2006-09-13?05:37??java吃豆子游戲源代碼\images\Backup_of_eater.cdr
?????文件?????????828??2006-09-13?05:37??java吃豆子游戲源代碼\images\dot.gif
?????文件???????15774??2006-09-24?22:50??java吃豆子游戲源代碼\images\eater.cdr
?????文件????????1041??2006-09-05?15:23??java吃豆子游戲源代碼\images\eater_0_1.gif
?????文件????????1067??2006-09-05?15:39??java吃豆子游戲源代碼\images\eater_0_2.gif
?????文件????????1063??2006-09-05?15:44??java吃豆子游戲源代碼\images\eater_0_3.gif
?????文件????????1040??2006-09-05?15:38??java吃豆子游戲源代碼\images\eater_0_4.gif
?????文件????????1057??2006-09-05?15:39??java吃豆子游戲源代碼\images\eater_0_5.gif
?????文件????????1057??2006-09-05?15:44??java吃豆子游戲源代碼\images\eater_0_6.gif
?????文件????????1039??2006-09-05?15:35??java吃豆子游戲源代碼\images\eater_1_1.gif
?????文件????????1062??2006-09-05?15:40??java吃豆子游戲源代碼\images\eater_1_2.gif
?????文件????????1057??2006-09-05?15:43??java吃豆子游戲源代碼\images\eater_1_3.gif
?????文件????????1037??2006-09-05?15:37??java吃豆子游戲源代碼\images\eater_1_4.gif
?????文件????????1067??2006-09-05?15:40??java吃豆子游戲源代碼\images\eater_1_5.gif
?????文件????????1062??2006-09-05?15:43??java吃豆子游戲源代碼\images\eater_1_6.gif
?????文件????????1057??2006-09-05?15:36??java吃豆子游戲源代碼\images\eater_2_1.gif
?????文件????????1081??2006-09-05?15:41??java吃豆子游戲源代碼\images\eater_2_2.gif
............此處省略18個(gè)文件信息
評(píng)論
共有 條評(píng)論