com.alee.laf.toolbar.ToolBarSeparatorPainter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weblaf-ui Show documentation
Show all versions of weblaf-ui Show documentation
WebLaf is a Java Swing Look and Feel and extended components library for cross-platform applications
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