Performance problems with Graphics
Hi there!
I have written a little game with java2 using Image-class for offscreen buffering. The application is running in a Frame.
Problem: As soon as I put in any graphics, like drawImage(...), in Windows XP, performance slowed down a lot. I have about 1fps!. Then I put the application in Windows 95 compatibility mode and it runs a lot faster. But now, as soon as I use the menu bar of the window, slowing down starts again, when I quit using the menu, things are fast again.
Can anyone help me?
Thanks a lot!

