Interface ComponentListener

    • Method Detail

      • componentResized

        void componentResized(ComponentEvent e)
        Invoked when the component's size changes.
      • componentMoved

        void componentMoved(ComponentEvent e)
        Invoked when the component's position changes.
      • componentShown

        void componentShown(ComponentEvent e)
        Invoked when the component has been made visible.
      • componentHidden

        void componentHidden(ComponentEvent e)
        Invoked when the component has been made invisible.