Re: Lockable JFrames?



On Apr 29, 9:27 pm, Chase Preuninger <chasepreunin...@xxxxxxxxx>
wrote:
myFrame.setResizable(false);

What I want to know, is there a way to set a max/min size for a frame?

You could try setMinimumSize(Dimension) and setMaximumSize(Dimension).
.