I've been trying to find an alternate means of achieving essentially what JSplitPanes can do, except that the hideous-looking splitter bar would be invisible, and you can resize in both x and y dimensions at the same time.
My current thought is to subclass a JPanel with listeners that implement the behaviors for when the resizing border(s) is (are) mouseovered and dragged. Is this strategy pretty much the way it's usually done in Swing, or is there some sort of a ready-made JResizablePanel that I've somehow missed?
Thanks,
--Erik