add RangeSlider support

This commit is contained in:
mmatessi
2020-11-11 16:57:40 +01:00
parent 8594e78287
commit 5cae3a8141
7 changed files with 1080 additions and 200 deletions

View File

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