Class ReadTextDialog

    • Constructor Detail

      • ReadTextDialog

        public ReadTextDialog​(java.lang.String title,
                              java.lang.String text)
        Construct a new ReadTextDialog
        Parameters:
        title - title for this dialog
        text - text to display in the text area
    • Method Detail

      • getText

        public java.lang.String getText()
        Get the text displayed in the text area.
      • setText

        public void setText​(java.lang.String text)
        Set the text in the text area.