Interface Window

    • Method Detail

      • getTitle

        java.lang.String getTitle()
      • setTitle

        void setTitle​(java.lang.String title)
      • setComponent

        void setComponent​(Component component)
      • getComponents

        default java.util.Collection<Component> getComponents()
        Description copied from interface: Container
        Returns a read-only collection of all contained components.
        Specified by:
        getComponents in interface Container
      • getGUI

        GUI getGUI()
      • close

        void close()