Java游戏高级编程!!很不错的!!!Java游戏高级编程!!很不错的

源代码在线查看: componentanimator.java

软件大小: 1205 K
上传用户: invill
关键词: Java 高级编程
下载地址: 免注册下载 普通下载 VIP

相关代码

				     package com.croftsoft.core.animation;
				
				     /*********************************************************************
				     * Animates a JComponent.
				     *
				     * @version
				     *   2002-12-01
				     * @since
				     *   2002-03-05
				     * @author
				     *   David Wallace Croft
				     *********************************************************************/
				
				     public interface  ComponentAnimator
				       extends ComponentUpdater, ComponentPainter
				     //////////////////////////////////////////////////////////////////////
				     //////////////////////////////////////////////////////////////////////
				     {
				
				     //////////////////////////////////////////////////////////////////////
				     //////////////////////////////////////////////////////////////////////
				     }
							

相关资源