com.alee.laf.text.TextPanePainter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weblaf-ui Show documentation
Show all versions of weblaf-ui Show documentation
WebLaf is a Java Swing Look and Feel and extended components library for cross-platform applications
package com.alee.laf.text;
import com.alee.laf.text.AbstractTextAreaPainter;
import com.alee.laf.text.ITextPanePainter;
import com.alee.laf.text.WebTextPaneUI;
import com.alee.managers.language.LM;
import com.alee.painter.decoration.IDecoration;
import javax.swing.*;
/**
* @author Alexandr Zernov
*/
public class TextPanePainter>
extends AbstractTextAreaPainter implements ITextPanePainter
{
@Override
public String getInputPrompt ()
{
return LM.get ( ui.getInputPrompt () );
}
}