In my game I’m using this to make it fullscreen:
appgc.setDisplayMode(width, height, true);
Width and height are an accepted fullscreen size for slick2d, but If I use any size that isn’t my exact screen size, It cuts off the top of my screen! Why is this? Why can’t it just stretch?