RFR: 8316324: Opensource five miscellaneous Swing tests
Phil Race
prr at openjdk.org
Sun Mar 24 00:03:22 UTC 2024
On Fri, 22 Mar 2024 21:39:43 GMT, Alexander Zuev <kizune at openjdk.org> wrote:
>> test/jdk/javax/swing/JButton/4385611/bug4385611.java line 42:
>>
>>> 40: public class bug4385611 {
>>> 41: static JButton bt1, bt2;
>>> 42: static final ImageIcon icon32x32 = new ImageIcon(bug4385611.class.getResource("red.gif"));
>>
>> did you verify if we are allowed to keep this red.gif in open source as per the image license? Can we not create the Imageicon from a yellow32x32 bufferedimage?
>
> It is just a gif file filled with yellow color created specifically for that test. It was not provided by the test submitter or anything like that - it was just created in the graphics editor. There's no copyright issue with it.
yeah, but the question is not about the provenance of the file. It is just easier if the test is self-contained.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18443#discussion_r1536710511
More information about the client-libs-dev
mailing list