Hello,
I am creating a program that loops through various images and videos in fullscreen. Up to now, I have just been JWindow.setSize'ing to the appropriate size, but the taskbar remains visible when you do this, so I recently learned about GraphicsDevice.setFullScreenWindow method, which...