All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class TextEdit extends JFrame
The Class TextEdit.
See Also:
  • Constructor Details

    • TextEdit

      public TextEdit()
      Instantiates a new simple text edit dialog.
  • Method Details

    • getText

      public String getText()
      Gets the text.
      Returns:
      the text
    • setCaption

      public void setCaption(String text)
      Sets the caption.
      Parameters:
      text - the new caption
    • setText

      public void setText(String text)
      Sets the text.
      Parameters:
      text - the new text