I have a Java app that launches, creates a GUI and works great. If the user changes the screen resolution (switches from 1440x900 to 1280x768), I\'d like to be able to list
Here is my suggestion for this problem,
java.awt.event.ComponentListener
. componentResized(ComponentEvent e)
.