src/macosx/classes/com/apple/laf/AquaLookAndFeel.java

Print this page

        

*** 689,699 **** "Panel.font", controlFont, "Panel.background", panelBackgroundColor, //new ColorUIResource(0.5647f, 0.9957f, 0.5059f), "Panel.foreground", black, "Panel.opaque", useOpaqueComponents, ! "PasswordField.focusInputMap", aquaKeyBindings.getTextFieldInputMap(), "PasswordField.font", controlFont, "PasswordField.background", textBackground, "PasswordField.foreground", textForeground, "PasswordField.inactiveForeground", textInactiveText, "PasswordField.inactiveBackground", textInactiveBackground, --- 689,699 ---- "Panel.font", controlFont, "Panel.background", panelBackgroundColor, //new ColorUIResource(0.5647f, 0.9957f, 0.5059f), "Panel.foreground", black, "Panel.opaque", useOpaqueComponents, ! "PasswordField.focusInputMap", aquaKeyBindings.getPasswordFieldInputMap(), "PasswordField.font", controlFont, "PasswordField.background", textBackground, "PasswordField.foreground", textForeground, "PasswordField.inactiveForeground", textInactiveText, "PasswordField.inactiveBackground", textInactiveBackground,