<AWT Dev> <AWT dev>[12] Review request for JDK-8209123: [Macosx] Maximized frame is resizable on Mac but not on Windows and Ubuntu

Manajit Halder manajit.halder at oracle.com
Wed Dec 12 12:37:22 UTC 2018


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.Bylokhov at 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.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/awt-dev/attachments/20181212/b838d297/attachment.html>


More information about the awt-dev mailing list