protected void installDefaults()
Initializes component properties, such as font, foreground, background, caret color, selection color, selected text color, disabled text color, and border color. The font, foreground, and background properties are only set if their current value is either null or a UIResource, other properties are set if the current value is null.
-
Overrides:
-
installDefaults in class BasicTextUI
-
See Also:
-
BasicTextUI.uninstallDefaults() , BasicTextUI.installUI(javax.swing.JComponent)
|