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

Print this page

        

*** 706,716 **** "PasswordField.echoChar", new Character((char)0x25CF), "PasswordField.capsLockIconColor", textPasswordFieldCapsLockIconColor, "PopupMenu.font", menuFont, "PopupMenu.background", menuBackgroundColor, ! "PopupMenu.translucentBackground", translucentWhite, "PopupMenu.foreground", menuForegroundColor, "PopupMenu.selectionBackground", menuSelectedBackgroundColor, "PopupMenu.selectionForeground", menuSelectedForegroundColor, "PopupMenu.border", menuBorder, // "PopupMenu.margin", --- 706,717 ---- "PasswordField.echoChar", new Character((char)0x25CF), "PasswordField.capsLockIconColor", textPasswordFieldCapsLockIconColor, "PopupMenu.font", menuFont, "PopupMenu.background", menuBackgroundColor, ! // Fix for 7154516: make popups opaque ! "PopupMenu.translucentBackground", white, "PopupMenu.foreground", menuForegroundColor, "PopupMenu.selectionBackground", menuSelectedBackgroundColor, "PopupMenu.selectionForeground", menuSelectedForegroundColor, "PopupMenu.border", menuBorder, // "PopupMenu.margin",