Hello , I've come across something I've never had an issue with until Java 8.
The code below results in the JFrame zooming from the normally placed screen
position (upper left hand corner) down to the lower left hand corner position.
If I call the setResizable(false) method after the JFrame is v
> Hello , I've come across something I've never had an issue with until
> Java 8. The code below results in the JFrame zooming from the normally placed
> screen position (upper left hand corner) down to the lower left hand corner
> position. If I call the setResizable(false) method after the