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

Print this page




 691             "Panel.foreground", black,
 692             "Panel.opaque", useOpaqueComponents,
 693 
 694             "PasswordField.focusInputMap", aquaKeyBindings.getPasswordFieldInputMap(),
 695             "PasswordField.font", controlFont,
 696             "PasswordField.background", textBackground,
 697             "PasswordField.foreground", textForeground,
 698             "PasswordField.inactiveForeground", textInactiveText,
 699             "PasswordField.inactiveBackground", textInactiveBackground,
 700             "PasswordField.selectionBackground", textHighlight,
 701             "PasswordField.selectionForeground", textHighlightText,
 702             "PasswordField.caretForeground", textForeground,
 703             "PasswordField.caretBlinkRate", textCaretBlinkRate,
 704             "PasswordField.border", textFieldBorder,
 705             "PasswordField.margin", zeroInsets,
 706             "PasswordField.echoChar", new Character((char)0x25CF),
 707             "PasswordField.capsLockIconColor", textPasswordFieldCapsLockIconColor,
 708 
 709             "PopupMenu.font", menuFont,
 710             "PopupMenu.background", menuBackgroundColor,
 711             "PopupMenu.translucentBackground", translucentWhite,

 712             "PopupMenu.foreground", menuForegroundColor,
 713             "PopupMenu.selectionBackground", menuSelectedBackgroundColor,
 714             "PopupMenu.selectionForeground", menuSelectedForegroundColor,
 715             "PopupMenu.border", menuBorder,
 716 //            "PopupMenu.margin",
 717 
 718             "ProgressBar.font", controlFont,
 719             "ProgressBar.foreground", black,
 720             "ProgressBar.background", controlBackgroundColor,
 721             "ProgressBar.selectionForeground", black,
 722             "ProgressBar.selectionBackground", white,
 723             "ProgressBar.border", new BorderUIResource(BorderFactory.createEmptyBorder()),
 724             "ProgressBar.repaintInterval", new Integer(20),
 725 
 726             "RadioButton.background", controlBackgroundColor,
 727             "RadioButton.foreground", black,
 728             "RadioButton.disabledText", disabled,
 729             "RadioButton.select", selected,
 730             "RadioButton.icon", new SwingLazyValue(PKG_PREFIX + "AquaButtonRadioUI", "getSizingRadioButtonIcon"),
 731             "RadioButton.font", controlFont,




 691             "Panel.foreground", black,
 692             "Panel.opaque", useOpaqueComponents,
 693 
 694             "PasswordField.focusInputMap", aquaKeyBindings.getPasswordFieldInputMap(),
 695             "PasswordField.font", controlFont,
 696             "PasswordField.background", textBackground,
 697             "PasswordField.foreground", textForeground,
 698             "PasswordField.inactiveForeground", textInactiveText,
 699             "PasswordField.inactiveBackground", textInactiveBackground,
 700             "PasswordField.selectionBackground", textHighlight,
 701             "PasswordField.selectionForeground", textHighlightText,
 702             "PasswordField.caretForeground", textForeground,
 703             "PasswordField.caretBlinkRate", textCaretBlinkRate,
 704             "PasswordField.border", textFieldBorder,
 705             "PasswordField.margin", zeroInsets,
 706             "PasswordField.echoChar", new Character((char)0x25CF),
 707             "PasswordField.capsLockIconColor", textPasswordFieldCapsLockIconColor,
 708 
 709             "PopupMenu.font", menuFont,
 710             "PopupMenu.background", menuBackgroundColor,
 711             // Fix for 7154516: make popups opaque
 712             "PopupMenu.translucentBackground", white,
 713             "PopupMenu.foreground", menuForegroundColor,
 714             "PopupMenu.selectionBackground", menuSelectedBackgroundColor,
 715             "PopupMenu.selectionForeground", menuSelectedForegroundColor,
 716             "PopupMenu.border", menuBorder,
 717 //            "PopupMenu.margin",
 718 
 719             "ProgressBar.font", controlFont,
 720             "ProgressBar.foreground", black,
 721             "ProgressBar.background", controlBackgroundColor,
 722             "ProgressBar.selectionForeground", black,
 723             "ProgressBar.selectionBackground", white,
 724             "ProgressBar.border", new BorderUIResource(BorderFactory.createEmptyBorder()),
 725             "ProgressBar.repaintInterval", new Integer(20),
 726 
 727             "RadioButton.background", controlBackgroundColor,
 728             "RadioButton.foreground", black,
 729             "RadioButton.disabledText", disabled,
 730             "RadioButton.select", selected,
 731             "RadioButton.icon", new SwingLazyValue(PKG_PREFIX + "AquaButtonRadioUI", "getSizingRadioButtonIcon"),
 732             "RadioButton.font", controlFont,