日期:2014-05-20  浏览次数:20653 次

求教关于屏幕抖动
static   Image   screenBuffer   =   Image.createImage(cameraWidth,   camereHeight);
  static   Graphics   g   =   screenBuffer.getGraphics();

先双缓冲,然后每一帧往屏幕上画,但是屏幕有一些抖动现象,请问该怎么办。

------解决方案--------------------
flush一下就 OK了