Class EventJDialog

    • Constructor Detail

      • EventJDialog

        public EventJDialog(JFrame parent,
                            String string)
        Parameters:
        parent - the parent component.
        string - the title.
    • Method Detail

      • setVisible

        public void setVisible(boolean visible)
      • addVisibilityListener

        public void addVisibilityListener(VisibilityListener l)
        Parameters:
        l - the listener to add.
      • removeVisibilityListener

        public void removeVisibilityListener(VisibilityListener l)
        Parameters:
        l - the listener to remove.