摘要:
class MyThread extends Thread{ private SurfaceHolder holder; public boolean isRun ; float radius = 10f; Paint p; public MyThread(SurfaceHolder holder) { this.holder =holder; isRun = true; p = new Paint(); } public ... 阅读全文
posted @ 2012-11-22 10:34
Atlas's blog
阅读(5280)
评论(0)
推荐(0)