I am currently working on a hexagon turn based strategy game. I use Swing and compile in Java 1.42_01b06. I use windowed mode. My problem is that I get low frame rates (5-10 frames per second). I have 1.4 GHz Processor.
I am now considering using Full Screen API. Also, under consideration is switching to Java 1.5. Is Does 1.5 provide any significant improvment to the paintComponent() performance or do I need to switch to Full Screen?