I have a problem with a Java 3D game I wrote. The game supports both fullscreen and windowed modes. The thing is, it runs perfectly on my machine in both modes, but on other computers it:
- Crashes as soon as it starts if it is in fullscreen
- Runs really slow in windowed mode.
It seems to do both of these and not one or the other. I really hope someone knows how to fix this…
Jonathan