Class TabbedPopup

    • Constructor Detail

      • TabbedPopup

        public TabbedPopup​(String title)
        Creates a Popup that can hold multiple content panes using a TabbedPane.
        Parameters:
        title - the title of the popup.
      • TabbedPopup

        public TabbedPopup​(String title,
                           Icon icon,
                           Component content)
        Creates a Popup that can hold multiple content panes using a TabbedPane.
        Parameters:
        title - the title of the popup.
        icon - the icon of the popup.
        content - the initial content pane.
      • TabbedPopup

        public TabbedPopup​(String title,
                           Icon icon)
        Creates a Popup that can hold multiple content panes using a TabbedPane.
        Parameters:
        title - the title of the popup.
        icon - the icon of the popup.
      • TabbedPopup

        public TabbedPopup​(String title,
                           Component content)
        Creates a Popup that can hold multiple content panes using a TabbedPane.
        Parameters:
        title - the title of the popup.
        content - the initial content pane.