I’ve encountered a problem that I’ve also seen in a few completed Java games
First off, I’m making an app using regular Java2D/Graphics2D setup
So my problem is that there’s a border on the right hand side of my app and the bottom of my app
It’s light grey
I don’t know why it exists. My JFrame is the same dimensions of my Game and everything, but for some reason there’s this region where nothing is drawn and it looks unprofessional
Has anyone else encountered this? How is it fixed?
Thanks