![JAR search and dependency download from the Maven repository](/logo.png)
com.alee.laf.tabbedpane.ITabbedPanePainter Maven / Gradle / Ivy
package com.alee.laf.tabbedpane;
import com.alee.painter.SpecificPainter;
import javax.swing.*;
/**
* Base interface for JTabbedPane component painters.
*
* @param component type
* @param component UI type
* @author Alexandr Zernov
*/
public interface ITabbedPanePainter extends SpecificPainter
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy