Hi Sergey,

You are right, the issue is observed sometimes on double clicking title bar for 
few times and sometimes it is not observed at all. I have created an issue to 
work on it.
https://bugs.openjdk.java.net/browse/JDK-8215280 
<https://bugs.openjdk.java.net/browse/JDK-8215280>

Regards,
Manajit


> On 11-Dec-2018, at 7:17 PM, Sergey Bylokhov <sergey.bylok...@oracle.com> 
> wrote:
> 
> Hi, Manajit.
> 
> Did you check the test below? It looks like a regression.
> 
> On 30/11/2018 16:12, Sergey Bylokhov wrote:
>> I'm not sure that it works as intended:
>>     Frame f = new Frame();
>>     f.setSize(300,300);
>>     f.setVisible(true);
>>     f.setMaximizedBounds(new Rectangle(100,100,100,100));
>>     f.setExtendedState(Frame.MAXIMIZED_BOTH);
>> Try to click on the title of the frame above a few times.
>> The frame will be non-resizable even in the normal state.
> 
> 
> -- 
> Best regards, Sergey.

Reply via email to