J2ME开发心得
摘要:
public void run() { Graphics g = getGraphics(); while(!sleeping) { updateScene(); draw(g); try { Thread.sleep(frameDelay); } catch(InterruptedException e) {} } }这个代码里面的updateSc... 阅读全文
posted @ 2006-01-12 18:20 涛仔28 阅读(221) 评论(0) 推荐(0) 编辑