kmj
06-27-2001, 03:30 PM
You can set a minimum size for a JPanel in swing, which is cool.. but then you can still resize the frame that it's in to a dimension smaller than that size. When this happens the JPanel dissappears. Okay.. Is there some way to then output a message saying the window is too small? Or perhaps is there a way to notice the frame is being resized and set a minimum for the frame? something like that? so that you don't end up with a seemingly empty box if you resize?
Thx.
Thx.