FlatSliderUI extends BasicSliderUI

This commit is contained in:
mmatessi
2020-11-12 13:02:16 +01:00
parent 5cae3a8141
commit cb525fafb6
2 changed files with 119 additions and 498 deletions

View File

@@ -61,14 +61,14 @@ import com.formdev.flatlaf.util.UIScale;
public class FlatSliderUI
extends BasicSliderUI
{
protected int trackWidth;
protected int thumbWidth;
private int trackWidth;
private int thumbWidth;
protected Color trackColor;
protected Color thumbColor;
protected Color focusColor;
protected Color hoverColor;
protected Color disabledForeground;
private Color trackColor;
private Color thumbColor;
private Color focusColor;
private Color hoverColor;
private Color disabledForeground;
private MouseListener hoverListener;
private boolean hover;