You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Petrenko (JIRA)" <ji...@apache.org> on 2007/03/02 16:49:50 UTC

[jira] Closed: (HARMONY-2068) [classlib][awt] DragSource.isDragImageSupported() returns true while RI - false

     [ https://issues.apache.org/jira/browse/HARMONY-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Petrenko closed HARMONY-2068.
------------------------------------


> [classlib][awt] DragSource.isDragImageSupported() returns true while RI - false
> -------------------------------------------------------------------------------
>
>                 Key: HARMONY-2068
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2068
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Denis Kishenko
>         Assigned To: Alexey Petrenko
>         Attachments: DragSource.patch, DragSourceTest.patch
>
>
> ======== Test ===========
> import java.awt.dnd.*;
> public class Test {
>     public static void main(String[] argv) {
>         System.out.println(DragSource.isDragImageSupported());
>     }
> }
> ====== RI ========
> false
> =====Harmony ====
> true

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.