com.alee.laf.text.TextPanePainter Maven / Gradle / Ivy
package com.alee.laf.text;
import com.alee.managers.language.LM;
import com.alee.painter.decoration.IDecoration;
import javax.swing.*;
/**
* Basic painter for {@link JTextPane} component.
* It is used as {@link WTextPaneUI} default painter.
*
* @param component type
* @param component UI type
* @param decoration type
* @author Alexandr Zernov
*/
public class TextPanePainter>
extends AbstractTextAreaPainter implements ITextPanePainter
{
@Override
public String getInputPrompt ()
{
return LM.get ( ui.getInputPrompt () );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy