Show how Swing's top-level container,
            JWindow, can be used to create areas on the screen which 
            do not have system-supplied borders and therefore cannot be moved or resized 
            by the user like frames or dialogs.  JWindow is commonly used to implement menus,
            tooltips, and popups.