|
Listener for JFrame size change
Is there a listener that I can use that will listen for any size changes in the window/JFrame?
If the user resizes manually or the user maximizes/restores then I need to be able to get the new size, compare it to the old one and then move objects depending on the change.
Also, is there a way to know if a JFrame is maximized or not?
|