面向对象_多线程_时钟

案例:时钟 import java.awt.Graphics; import clarck.Drawable; /** * 建立图像类 * @author Lengendary * */ public abstract class Shape implements Drawable, Runnable{ protected int time; protected int radi
相关文章
相关标签/搜索