Re: Problem with resizing a frame
Posted By:
Sam_Hughes
Posted On:
Wednesday, August 1, 2001 03:35 PM
I'm not totally sure this is what you're asking, but if you're trying to stop a JFrame from being resized, just do this:
myFrame.setResizable(false);