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

org.jdesktop.swingx.painter.TextPainterBeanInfo Maven / Gradle / Ivy

The newest version!
package org.jdesktop.swingx.painter;

import org.jdesktop.beans.BeanInfoSupport;

/**
 * BeanInfo of TextPainter.
 *
 * @author joshy, Jan Stola
 */
public class TextPainterBeanInfo extends BeanInfoSupport {
    
    /** Creates a new instance of TextPainterBeanInfo */
    public TextPainterBeanInfo() {
        super(TextPainter.class);
    }
    
    @Override
    protected void initialize() {
        setPreferred(true, "font", "text");
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy