摘要:
/** * java awt双缓冲技术 复制代码到显示区 */ Image offScreenImage = null; public void update(Graphics g) { if(offScreenImage == null) { offScreenImage = this.createImage... 阅读全文
posted @ 2018-01-10 18:04
yoyo198212
阅读(957)
评论(0)
推荐(0)
摘要:
package cn.test; import java.util.ArrayList; import java.util.List; public class Test01 { public static void main(String[] args) { WakeupEvent e = new WakeupEvent(); Child c = n... 阅读全文
posted @ 2018-01-10 07:55
yoyo198212
阅读(103)
评论(0)
推荐(0)
浙公网安备 33010602011771号