java画图中运用缓冲解决屏幕闪烁方案一(2)
来源:未知 责任编辑:责任编辑 发表时间:2013-12-01 14:15 点击:次
{
//清屏操作
graphics.setColor(255,255,255);
graphics.fillRect(0, 0, getWidth(), getHeight());
//绘制可变图像
graphics.drawImage(image, 30, 30,
Graphics.VCENTER | Graphics.HCENTER);
}
}
public void commandAction(Command command, Displayable display)
{
if (command == exit)
{
mutableImageExample.exitMIDlet();
}
}
}
}
本文出自 “技术人生” 博客,请务必保留此出处http://zhaohaiyang.blog.51cto.com/2056753/431491
相关新闻>>
- 发表评论
-
- 最新评论 更多>>