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

com.alee.laf.toolbar.ToolBarSeparatorPainter Maven / Gradle / Ivy

Go to download

WebLaf is a Java Swing Look and Feel and extended components library for cross-platform applications

There is a newer version: 2.2.1
Show newest version
package com.alee.laf.toolbar;

import com.alee.laf.separator.AbstractSeparatorPainter;
import com.alee.laf.toolbar.IToolBarSeparatorPainter;
import com.alee.laf.toolbar.WebToolBarSeparatorUI;

import javax.swing.*;

/**
 * @author Alexandr Zernov
 */

public class ToolBarSeparatorPainter
        extends AbstractSeparatorPainter implements IToolBarSeparatorPainter
{
    /**
     * Implementation is used completely from {@link AbstractSeparatorPainter}.
     */
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy