Class PromptTextAreaUI


  • public class PromptTextAreaUI
    extends PromptTextUI
    PromptTextUI implementation for rendering prompts on JTextAreas and uses a JTextArea as a prompt component.
    Author:
    Peter Weishapl
    • 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: