Class DetachableInternalFrame

    • Method Detail

      • detach

        public boolean detach()
        Detach a this frame. The detached JFrame gets the same size and position as the JInternalFrame.
        Returns:
        true if could be detached and false if the frame was not attached.
      • attach

        public boolean attach()
        Attaches this previously detached frame.
        Returns:
        true if could be attached and false if the frame was not detached.
      • isDetached

        public boolean isDetached()
        Returns:
        the detached status
      • setDetachMenuItemText

        public void setDetachMenuItemText​(String text)
        Sets the text of the detach popup menu. Default is "detach window".
        Parameters:
        text - text of the detach popup menu
      • getFrame

        public JFrame getFrame()