Class BasicWindow

  • All Implemented Interfaces:
    BasePane, Composite, Window
    Direct Known Subclasses:
    ComboBox.PopupWindow

    public class BasicWindow
    extends AbstractWindow
    Simple AbstractWindow implementation that you can use as a building block when creating new windows without having to create new classes.
    • Constructor Detail

      • BasicWindow

        public BasicWindow()
        Default constructor, creates a new window with no title
      • BasicWindow

        public BasicWindow​(java.lang.String title)
        This constructor creates a window with a specific title, that is (probably) going to be displayed in the window decoration
        Parameters:
        title - Title of the window