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

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Tue Dec 11 13:47:05 UTC 2018


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.


More information about the awt-dev mailing list