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.