Skip to content

Commit

Permalink
ScrollBar: make hoverTrack and hoverThumb fields protected to allow s…
Browse files Browse the repository at this point in the history
…ubclasses implement own painting (issue #103)
  • Loading branch information
DevCharly committed May 19, 2020
1 parent f1c08e7 commit 815e23b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ public class FlatScrollBarUI
protected Color buttonDisabledArrowColor;

private MouseAdapter hoverListener;
private boolean hoverTrack;
private boolean hoverThumb;
protected boolean hoverTrack;
protected boolean hoverThumb;

public static ComponentUI createUI( JComponent c ) {
return new FlatScrollBarUI();
Expand Down

0 comments on commit 815e23b

Please sign in to comment.