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

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

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

import org.jdesktop.beans.BeanInfoSupport;

/**
 * BeanInfo of AlphaPainter.
 *
 * @author Jan Stola
 */
public class AlphaPainterBeanInfo extends BeanInfoSupport {
    
	/** ctor */
    public AlphaPainterBeanInfo() {
        super(AlphaPainter.class);
    }
    
    @Override
    protected void initialize() {
        setPreferred(true, "alpha");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy