<Swing Dev> RFR: 8256019: JLabel HTML text does not support translucent text colors [v3]
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Fri Dec 4 03:52:57 UTC 2020
On Fri, 4 Dec 2020 02:40:40 GMT, Sergey Bylokhov <serb at openjdk.org> 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: * @bug 8256019
>> 26: * @summary Verifies if JLabel HTML text support translucent text colors
>> 27: * @run main/manual TestTranslucentLabelText
>
> Is it necessary to make this test manual? probably we can just draw the label to the buffered image and check resulted content?
I tried before making it manual but could not effectively do that.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1158
More information about the swing-dev
mailing list