Java 2D game graphics

前端 未结 5 763
一个人的身影
一个人的身影 2020-12-07 09:16

Next semester we have a module in making Java applications in a team. The requirement of the module is to make a game. Over the Christmas holidays I\'ve been doing a little

5条回答
  •  天命终不由人
    2020-12-07 09:44

    There is a simple way to optimize your program. Get rid of any complex code and just use JComponent instead Canvas and paint your objects on it. Thats all. Enjoy it...

提交回复
热议问题