<Swing Dev> RFR: 6251901: BasicTextUI: installDefaults method are contrary to the documentation [v2]

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Wed Mar 10 04:32:29 UTC 2021


> BasicTextUI: installDefaults javadoc specifies only font, foreground and background properties are set  if their current value is either null or a UIResource
> and other properties are set if the current value is null
> but in reality all properties such as font, foreground, background, caret color, selection color, selected text color, disabled text color, and border color are set if their current value is either null or a UIResource.
> Fixed the javadoc to specify the same.

Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:

  javadoc change

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/2888/files
  - new: https://git.openjdk.java.net/jdk/pull/2888/files/96ae8509..b27104e5

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=2888&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=2888&range=00-01

  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/2888.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/2888/head:pull/2888

PR: https://git.openjdk.java.net/jdk/pull/2888


More information about the swing-dev mailing list