com.alee.laf.text.TextAreaPainter 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.ITextAreaPainter;
import com.alee.laf.text.WebTextAreaUI;
import com.alee.managers.language.LM;
import com.alee.painter.decoration.IDecoration;
import javax.swing.*;
/**
* @author Alexandr Zernov
*/
public class TextAreaPainter>
extends AbstractTextAreaPainter implements ITextAreaPainter
{
@Override
public String getInputPrompt ()
{
return LM.get ( ui.getInputPrompt () );
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy