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

com.alee.laf.button.ButtonPainter Maven / Gradle / Ivy

There is a newer version: 1.2.14
Show newest version
package com.alee.laf.button;

import com.alee.painter.decoration.IDecoration;

import javax.swing.*;

/**
 * Basic painter for {@link JButton} component.
 * It is used as {@link WButtonUI} default painter.
 *
 * @param  component type
 * @param  component UI type
 * @param  decoration type
 * @author Mikle Garin
 */
public class ButtonPainter, D extends IDecoration>
        extends AbstractButtonPainter implements IButtonPainter
{
    /**
     * Implementation is used completely from {@link AbstractButtonPainter}.
     */
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy