Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Java Applet 上打开多级 html,在 JApplet 中打开我的基本窗口,然后我打开第一个辅助 html 窗口,然后再次打开第二个辅助 html 窗口,这将强制调用 JApplet 的主要基础知识重绘,以及所有窗户再次重新粉刷,这将产生一种闪烁。这种情况只会在 JRE 7 环境中产生,而不会在 JRE 6 中产生。
有什么方向可以推荐吗?
PS:我玩过所有windows的绘画方法,但都会达到同一个点。
在没有看到您的任何代码的情况下,我相信您看到的是小程序实际上重新绘制了自己。解决这个问题的方法是实现双缓冲。
之前有人问过类似的问题,请参阅:
其他资源: