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

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

The 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 JEditorPane} component.
 * It is used as {@link WEditorPaneUI} default painter.
 *
 * @param  component type
 * @param  component UI type
 * @param  decoration type
 * @author Alexandr Zernov
 */
public class EditorPanePainter>
        extends AbstractTextAreaPainter implements IEditorPanePainter
{
    @Override
    public String getInputPrompt ()
    {
        return LM.get ( ui.getInputPrompt () );
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy