Java游戏高级编程!!很不错的!!!Java游戏高级编程!!很不错的
源代码在线查看: componentanimator.java
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
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
{
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
}