mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
make these final because they can be
This commit is contained in:
@@ -37,10 +37,10 @@ import java.awt.*;
|
||||
public class PdeScrollBarUI extends BasicScrollBarUI {
|
||||
private final Dimension none = new Dimension();
|
||||
|
||||
private String backgroundAttr;
|
||||
private String pressedAttr;
|
||||
private String rolloverAttr;
|
||||
private String enabledAttr;
|
||||
final private String backgroundAttr;
|
||||
final private String pressedAttr;
|
||||
final private String rolloverAttr;
|
||||
final private String enabledAttr;
|
||||
|
||||
private Color backgroundColor;
|
||||
private Color pressedColor;
|
||||
|
||||
Reference in New Issue
Block a user