Proportional window resize?
843806May 23 2008 — edited May 23 2008I'm wondering if there is any way to force a proportional resize for a JFrame? What I'm looking for is much like ctrl+click (or is it alt+click) in Photoshop. I'm aware of adding a ComponentListener and implementing componentResized, but this 'snaps' to the correct size after the mouse is released. I'm looking for something that is more real time if it is possible.