This application tracks movement and resizing
of the toplevel Frame around the screen
It uses the ComponentEvent class and the ComponentListener interface
ComponentListener defines methods
public void componentResized(ComponentEvent e);
public void componentMoved(ComponentEvent e);
public void componentShown(ComponentEvent e);
public void componentHidden(ComponentEvent e);