Class JTextPanePlaceholder

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

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

    • JTextPanePlaceholder

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