Swing is fine for simple games , but if you really care about performance of redrawing, you should probably take a look at one of the frameworks based on OpenGL. Examples: http://www.lwjgl.org/ – quite a low level library but very fast.
Swing is fine for simple games , but if you really care about performance of redrawing, you should probably take a look at one of the frameworks based on OpenGL. Examples: http://www.lwjgl.org/ – quite a low level library but very fast.