Hi, I have two questions about java graphics
-
What difference is there between using fullscreen mode and using a large JFrame with a large JPanel (in terms of speed, and special abilities)?
-
I ran an app that ran in fullscreen mode, and all it did was display the frames per second. When on a PC, the app did a maximum of 60 fps (the code is vsynced), while as on a mac it peaked at a pathetic 20 fps. Why is there such a tremendous speed difference between the two?