![JAR search and dependency download from the Maven repository](/logo.png)
freeseawind.lf.basic.splitpane.LuckSplitPaneDivider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of littleluck Show documentation
Show all versions of littleluck Show documentation
Java Swing cross platform LookAndFeel
The newest version!
package freeseawind.lf.basic.splitpane;
import java.awt.Graphics;
import javax.swing.plaf.basic.BasicSplitPaneDivider;
import javax.swing.plaf.basic.BasicSplitPaneUI;
public class LuckSplitPaneDivider extends BasicSplitPaneDivider
{
private static final long serialVersionUID = 4593944441869463007L;
public LuckSplitPaneDivider(BasicSplitPaneUI ui)
{
super(ui);
setBorder(null);
}
public void paint(Graphics g)
{
super.paint(g);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy