review request: GTK resize issue

2015-06-19 Thread David Hill
https://bugs.openjdk.java.net/browse/JDK-8088811 webrev: http://cr.openjdk.java.net/~ddhill/8088811/ There were two issues addressed here: * fixed a boolean check before we call to make the window resizable (order of operations issue) * ch

Re: resize issue

2013-07-26 Thread Artem Ananiev
On 7/26/2013 7:35 PM, Peter Penzov wrote: I tested to resize component using mouse drag in JVM 8 b94. It's working very smooth and easy when I move the mouse and hold the border of the component. I also tested the same code in JVM 8 b99. It's not very easy to resize the component. I cannot hold

resize issue

2013-07-26 Thread Peter Penzov
I tested to resize component using mouse drag in JVM 8 b94. It's working very smooth and easy when I move the mouse and hold the border of the component. I also tested the same code in JVM 8 b99. It's not very easy to resize the component. I cannot hold the border of the component for long time. I