-
Enhancement
-
Resolution: Unresolved
-
P5
-
None
There is a field in the 'javax.swing.plaf.basic.BasicDesktopPaneUI.Actions' class:
private final int MOVE_RESIZE_INCREMENT = 10;
There no reasons for it to be instance field. Let's make it static.
private final int MOVE_RESIZE_INCREMENT = 10;
There no reasons for it to be instance field. Let's make it static.
- links to
-
Review(master) openjdk/jdk/25893