英文:
Buffer Strategy for * Component
问题
是否可以为除了窗口或框架以外的任何其他组件创建BufferStrategy
实例?
英文:
Is it possible to create a BufferStrategy
instance for any other Component
except the Windows or Frames?
答案1
得分: 0
你可能在寻找java.awt.Canvas。
英文:
You are probably looking for java.awt.Canvas
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论