src/share/classes/javax/swing/plaf/metal/MetalLookAndFeel.java

Print this page

        

@@ -631,11 +631,11 @@
 
         Object menuItemAcceleratorDelimiter = "-";
         LazyValue toolBarBorder = t -> new MetalBorders.ToolBarBorder();
 
         LazyValue progressBarBorder = t ->
-            new BorderUIResource.LineBorderUIResource(controlDarkShadow, new Integer(1));
+            new BorderUIResource.LineBorderUIResource(controlDarkShadow, 1);
 
         LazyValue toolTipBorder = t ->
             new BorderUIResource.LineBorderUIResource(primaryControlDarkShadow);
 
         LazyValue toolTipBorderInactive = t ->

@@ -849,12 +849,12 @@
             "Slider.font", controlTextValue,
             "Slider.border", null,
             "Slider.foreground", primaryControlShadow,
             "Slider.focus", focusColor,
             "Slider.focusInsets", zeroInsets,
-            "Slider.trackWidth", new Integer( 7 ),
-            "Slider.majorTickLength", new Integer( 6 ),
+            "Slider.trackWidth",  7 ,
+            "Slider.majorTickLength",  6 ,
             "Slider.horizontalThumbIcon",(LazyValue) t -> MetalIconFactory.getHorizontalSliderThumbIcon(),
             "Slider.verticalThumbIcon",(LazyValue) t -> MetalIconFactory.getVerticalSliderThumbIcon(),
             "Slider.focusInputMap",
                new UIDefaults.LazyInputMap(new Object[] {
                        "RIGHT", "positiveUnitIncrement",

@@ -912,11 +912,11 @@
                     new MetalBorders.InternalFrameBorder(),
             "InternalFrame.optionDialogBorder",(LazyValue) t ->
                     new MetalBorders.OptionDialogBorder(),
             "InternalFrame.paletteBorder",(LazyValue) t ->
                     new MetalBorders.PaletteBorder(),
-            "InternalFrame.paletteTitleHeight", new Integer(11),
+            "InternalFrame.paletteTitleHeight", 11,
             "InternalFrame.paletteCloseIcon",(LazyValue) t ->
                     new MetalIconFactory.PaletteCloseIcon(),
             "InternalFrame.closeIcon",
                (LazyValue) t -> MetalIconFactory.
                        getInternalFrameCloseIcon(internalFrameIconSize),

@@ -1065,11 +1065,11 @@
             "ScrollBar.shadow", controlShadow,
             "ScrollBar.darkShadow", controlDarkShadow,
             "ScrollBar.thumb", primaryControlShadow,
             "ScrollBar.thumbShadow", primaryControlDarkShadow,
             "ScrollBar.thumbHighlight", primaryControl,
-            "ScrollBar.width", new Integer( 17 ),
+            "ScrollBar.width",  17 ,
             "ScrollBar.allowsAbsolutePositioning", Boolean.TRUE,
             "ScrollBar.ancestorInputMap",
                new UIDefaults.LazyInputMap(new Object[] {
                        "RIGHT", "positiveUnitIncrement",
                     "KP_RIGHT", "positiveUnitIncrement",

@@ -1236,12 +1236,12 @@
             // Menu
             "Menu.border", menuItemBorder,
             "Menu.borderPainted", Boolean.TRUE,
             "Menu.menuPopupOffsetX", zero,
             "Menu.menuPopupOffsetY", zero,
-            "Menu.submenuPopupOffsetX", new Integer(-4),
-            "Menu.submenuPopupOffsetY", new Integer(-3),
+            "Menu.submenuPopupOffsetX", -4,
+            "Menu.submenuPopupOffsetY", -3,
             "Menu.font", menuTextValue,
             "Menu.selectionForeground", menuSelectedForeground,
             "Menu.selectionBackground", menuSelectedBackground,
             "Menu.disabledForeground", menuDisabledForeground,
             "Menu.acceleratorFont", subTextValue,

@@ -1352,11 +1352,11 @@
             "Spinner.arrowButtonBorder", buttonBorder,
             "Spinner.font", controlTextValue,
 
             // SplitPane
 
-            "SplitPane.dividerSize", new Integer(10),
+            "SplitPane.dividerSize", 10,
             "SplitPane.ancestorInputMap",
                new UIDefaults.LazyInputMap(new Object[] {
                         "UP", "negativeIncrement",
                       "DOWN", "positiveIncrement",
                       "LEFT", "negativeIncrement",