Class PromptTextAreaUI


  • public class PromptTextAreaUI
    extends PromptTextUI
    PromptTextUI implementation for rendering prompts on JTextAreas and uses a JTextArea as a prompt component.
    • Field Detail

      • txt

        private static final javax.swing.JTextArea txt
        Shared prompt renderer.
    • Constructor Detail

      • PromptTextAreaUI

        public PromptTextAreaUI​(javax.swing.plaf.TextUI delegate)
        Creates a new PromptTextAreaUI.
        Parameters:
        delegate -
    • Method Detail

      • createPromptComponent

        protected javax.swing.text.JTextComponent createPromptComponent()
        Returns a shared JTextArea.
        Specified by:
        createPromptComponent in class PromptTextUI
        Returns: