Methods for auto-resizing panels in a JFrame
843806Jul 23 2008 — edited Jul 23 2008Are there any methods by which we can auto-align the panel in a frame, when the frame is dragged and enlarged or maximized(without using layouts).
My problem is that, when I maximize a small frame, the panels which are at the centre initially does not get pushed to the centre when the frame is maximized; instead it remains in the left.
Rony