<AWT Dev> [9] Review Request: 8078658 Make custom Cursors available for modular build

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Wed Jun 17 17:47:39 UTC 2015


On 27.05.15 19:03, Sergey Bylokhov wrote:
> Hi, Alan.
> On 27.05.15 18:51, Alan Bateman wrote:
>> A minor comment on the usage of ByteArrayOutputStream is that you 
>> should be able to replace this soon with:
>>     Image image = toolkit.createImage( in.readAllBytes() );
>>
>> The readAllBytes method is currently in review on core-libs-dev.
> Thanks for this suggestion. I'll postpone the fix a little bit.
Here is the new version of the fix:
http://cr.openjdk.java.net/~serb/8078658/webrev.01/src/java.desktop/share/classes/java/awt/Cursor.java.sdiff.html
The new method is used.
>>
>> -Alan.
>
>


-- 
Best regards, Sergey.



More information about the awt-dev mailing list