📜  更新 java windows - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:14.987000             🧑  作者: Mango

代码示例1
Depends on what kind of window it is, also what methods you are using for rendering
If you are using the Swing/AWT, most likley you have to "repaint()" the panel
If you are using bufferStrategy you have to "show()" the bufferStrategy.
It really depends on what kind of "window" you are making.