JFrame.setResizable(false) brings unexpected behaviour in j2sdk 8

2014-01-20 Thread niagarasoft20-macosxport...@yahoo.com
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

Fw: JFrame.setResizable(false) brings unexpected behaviour in j2sdk 8

2014-01-23 Thread niagarasoft20-macosxport...@yahoo.com
> 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