--- old/src/java.desktop/share/classes/javax/swing/plaf/metal/MetalLookAndFeel.java 2017-09-03 00:47:02.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/swing/plaf/metal/MetalLookAndFeel.java 2017-09-03 00:47:02.000000000 -0700 @@ -295,87 +295,87 @@ * Metal's system color mapping * * - * Key - * Value + * Key + * Value * * - * - * "desktop" + * + * "desktop" * {@code theme.getDesktopColor()} - * - * "activeCaption" + * + * "activeCaption" * {@code theme.getWindowTitleBackground()} - * - * "activeCaptionText" + * + * "activeCaptionText" * {@code theme.getWindowTitleForeground()} - * - * "activeCaptionBorder" + * + * "activeCaptionBorder" * {@code theme.getPrimaryControlShadow()} - * - * "inactiveCaption" + * + * "inactiveCaption" * {@code theme.getWindowTitleInactiveBackground()} - * - * "inactiveCaptionText" + * + * "inactiveCaptionText" * {@code theme.getWindowTitleInactiveForeground()} - * - * "inactiveCaptionBorder" + * + * "inactiveCaptionBorder" * {@code theme.getControlShadow()} - * - * "window" + * + * "window" * {@code theme.getWindowBackground()} - * - * "windowBorder" + * + * "windowBorder" * {@code theme.getControl()} - * - * "windowText" + * + * "windowText" * {@code theme.getUserTextColor()} - * - * "menu" + * + * "menu" * {@code theme.getMenuBackground()} - * - * "menuText" + * + * "menuText" * {@code theme.getMenuForeground()} - * - * "text" + * + * "text" * {@code theme.getWindowBackground()} - * - * "textText" + * + * "textText" * {@code theme.getUserTextColor()} - * - * "textHighlight" + * + * "textHighlight" * {@code theme.getTextHighlightColor()} - * - * "textHighlightText" + * + * "textHighlightText" * {@code theme.getHighlightedTextColor()} - * - * "textInactiveText" + * + * "textInactiveText" * {@code theme.getInactiveSystemTextColor()} - * - * "control" + * + * "control" * {@code theme.getControl()} - * - * "controlText" + * + * "controlText" * {@code theme.getControlTextColor()} - * - * "controlHighlight" + * + * "controlHighlight" * {@code theme.getControlHighlight()} - * - * "controlLtHighlight" + * + * "controlLtHighlight" * {@code theme.getControlHighlight()} - * - * "controlShadow" + * + * "controlShadow" * {@code theme.getControlShadow()} - * - * "controlDkShadow" + * + * "controlDkShadow" * {@code theme.getControlDarkShadow()} - * - * "scrollbar" + * + * "scrollbar" * {@code theme.getControl()} - * - * "info" + * + * "info" * {@code theme.getPrimaryControl()} - * - * "infoText" + * + * "infoText" * {@code theme.getPrimaryControlInfo()} * *