Withdrawn: 8182043: Access to Windows Large Icons

2020-12-03 Thread Alexander Zuev
On Mon, 28 Sep 2020 15:20:33 GMT, Alexander Zuev wrote: > Moving review from Mercurial. See > https://mail.openjdk.java.net/pipermail/awt-dev/2020-August/016078.html for > previous iteration. This pull request has been closed without being integrated. - PR: https://git.openjdk.ja

Re: RFR: 8256019: JLabel HTML text does not support translucent text colors [v3]

2020-12-03 Thread Sergey Bylokhov
On Tue, 24 Nov 2020 13:02:12 GMT, Prasanta Sadhukhan wrote: >> Issue is a JLabel with a translucent foreground color properly renders plain >> text, but with HTML text, the alpha component is discarded and the text is >> rendered using an opaque color. >> As per https://www.w3schools.com/cssre

Re: RFR: 8256019: JLabel HTML text does not support translucent text colors [v3]

2020-12-03 Thread Prasanta Sadhukhan
On Fri, 4 Dec 2020 02:40:40 GMT, Sergey Bylokhov wrote: >> Prasanta Sadhukhan has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Revert unneeded additional code > > test/jdk/javax/swing/JLabel/TestTranslucentLabelText.java line 27: > >> 25