Class JTextAreaPlaceholder

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable
Direct Known Subclasses:
JTextAreaPlaceholderConsole

public class JTextAreaPlaceholder extends JTextArea
Textfield with information text displayed when empty.
See Also:
  • Constructor Details

    • JTextAreaPlaceholder

      public JTextAreaPlaceholder(String placeholder)
      Create a textfield with hint.
      Parameters:
      placeholder - Text displayed when empty
  • Method Details