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

com.alee.laf.optionpane.AdaptiveOptionPanePainter Maven / Gradle / Ivy

package com.alee.laf.optionpane;

import com.alee.painter.AdaptivePainter;
import com.alee.painter.Painter;

import javax.swing.*;

/**
 * Simple OptionPanePainter adapter class.
 * It is used to install simple non-specific painters into WebOptionPaneUI.
 *
 * @author Alexandr Zernov
 */

public final class AdaptiveOptionPanePainter extends AdaptivePainter
        implements IOptionPanePainter
{
    /**
     * Constructs new AdaptiveOptionPanePainter for the specified painter.
     *
     * @param painter painter to adapt
     */
    public AdaptiveOptionPanePainter ( final Painter painter )
    {
        super ( painter );
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy