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 和 AWT 编写一个愚蠢的小应用程序。
它只是简单地运行并为一些形状设置动画,因此作为第一步,我创建了一个简单的应用程序,它fillRect每 50 毫秒清除一次画布。
fillRect
问题是,我的应用程序时不时地闪烁着底层窗口颜色。在寻找简单的 hello-world 类型的无闪烁动画 AWT 应用程序示例时,Google 让我失望了。
像这样的东西的骨架代码会是什么样子?
看看双缓冲代码。
http://www.codeproject.com/KB/graphics/javadoublebuffer.aspx