RFR: 8282526: Default icon is not painted properly [v4]

Alexander Zuev kizune at openjdk.java.net
Fri May 27 18:02:51 UTC 2022


> Detect the situation where we do need to perform interpolation during ImageIcon
> painting and set a hint to the rendering to perform bicubic approximation so
> image details are preserved during transition.

Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision:

  Use small icon pointer for icons less than 24 pixels wide - this way we
  get the 16x16 icon which is better for scaling purposes.

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7805/files
  - new: https://git.openjdk.java.net/jdk/pull/7805/files/a6aef9a9..b6e099b8

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7805&range=03
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7805&range=02-03

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

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



More information about the client-libs-dev mailing list