資源簡介
Swing星際爭霸 游戲源碼實例
代碼片段和文件信息
package?core;
////Download?by?http://www.codefans.net
import?java.awt.Color;
import?java.awt.Component;
import?java.awt.Graphics;
import?java.awt.event.InputEvent;
import?java.awt.event.KeyEvent;
import?java.awt.event.KeyListener;
import?java.awt.event.MouseAdapter;
import?java.awt.event.MouseEvent;
import?java.awt.event.MouseMotionAdapter;
import?javax.swing.KeyStroke;
/**
?*?用戶交互控制
?*?@author?Administrator
?*/
public?class?Control?{
private?int?x?y?dx?dy?width?height;
private?boolean?dragged?moveing;
private?Component?component;
private?ControlDragListener?dragLister?=?new?ControlDragListener();
private?ControlMoveListener?moveLister?=?new?ControlMoveListener();
private?ControlKeyListener?keyLister?=?new?ControlKeyListener();
private?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2011-06-26?22:49??Swing星際爭霸\
?????目錄???????????0??2011-06-26?22:49??Swing星際爭霸\source\
?????文件?????????274??2009-02-17?19:26??Swing星際爭霸\source\.classpath
?????文件?????????379??2009-02-24?17:49??Swing星際爭霸\source\.project
?????目錄???????????0??2011-06-26?22:49??Swing星際爭霸\source\.settings\
?????文件?????????149??2011-06-12?19:17??Swing星際爭霸\source\.settings\org.eclipse.core.resources.prefs
?????目錄???????????0??2011-06-26?22:49??Swing星際爭霸\source\bin\
?????目錄???????????0??2011-06-26?22:49??Swing星際爭霸\source\bin\core\
?????文件????????2216??2011-06-12?19:14??Swing星際爭霸\source\bin\core\Control$ControlDragListener.class
?????文件????????1314??2011-06-12?19:14??Swing星際爭霸\source\bin\core\Control$ControlKeyListener.class
?????文件????????1493??2011-06-12?19:14??Swing星際爭霸\source\bin\core\Control$ControlMoveListener.class
?????文件?????????202??2011-06-12?19:14??Swing星際爭霸\source\bin\core\Control$DragListener.class
?????文件?????????208??2011-06-12?19:14??Swing星際爭霸\source\bin\core\Control$KeyPressListener.class
?????文件?????????211??2011-06-12?19:14??Swing星際爭霸\source\bin\core\Control$LeftPressListener.class
?????文件?????????200??2011-06-12?19:14??Swing星際爭霸\source\bin\core\Control$MoveListener.class
?????文件?????????213??2011-06-12?19:14??Swing星際爭霸\source\bin\core\Control$RightPressListener.class
?????文件????????5036??2011-06-12?19:14??Swing星際爭霸\source\bin\core\Control.class
?????文件????????5926??2011-06-12?19:14??Swing星際爭霸\source\bin\core\FocusManager.class
?????文件?????????700??2011-06-12?19:14??Swing星際爭霸\source\bin\core\FullGameCore$1.class
?????文件????????3935??2011-06-12?19:14??Swing星際爭霸\source\bin\core\FullGameCore.class
?????文件????????3548??2011-06-12?19:14??Swing星際爭霸\source\bin\core\GameCore.class
?????文件?????????309??2011-06-12?19:14??Swing星際爭霸\source\bin\core\Grid.class
?????文件????????5808??2011-06-12?19:14??Swing星際爭霸\source\bin\core\GridMap.class
?????文件????????9112??2011-06-12?19:14??Swing星際爭霸\source\bin\core\GridMapRender.class
?????文件????????1359??2011-06-12?19:14??Swing星際爭霸\source\bin\core\ImageManager.class
?????文件????????1051??2011-06-12?19:14??Swing星際爭霸\source\bin\core\NullRepaintManager.class
?????文件???????11457??2011-06-12?19:17??Swing星際爭霸\source\bin\core\ResourceManager$Constant.class
?????文件????????6250??2011-06-12?19:17??Swing星際爭霸\source\bin\core\ResourceManager.class
?????文件?????????738??2011-06-12?19:14??Swing星際爭霸\source\bin\core\ScreenManager$1.class
?????文件????????4428??2011-06-12?19:14??Swing星際爭霸\source\bin\core\ScreenManager.class
?????文件????????1940??2011-06-12?19:14??Swing星際爭霸\source\bin\core\TileList.class
............此處省略436個文件信息
評論
共有 條評論