All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alee.laf.text.TextAreaPainter Maven / Gradle / Ivy

There is a newer version: 1.2.14
Show newest version
package com.alee.laf.text;

import com.alee.managers.language.LM;
import com.alee.painter.decoration.IDecoration;

import javax.swing.*;

/**
 * Basic painter for {@link JTextArea} component.
 * It is used as {@link WTextAreaUI} default painter.
 *
 * @param  component type
 * @param  component UI type
 * @param  decoration type
 * @author Alexandr Zernov
 */
public class TextAreaPainter>
        extends AbstractTextAreaPainter implements ITextAreaPainter
{
    @Override
    public String getInputPrompt ()
    {
        return LM.get ( ui.getInputPrompt () );
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy