You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Denis Kishenko (JIRA)" <ji...@apache.org> on 2006/11/03 13:32:17 UTC

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

[classlib][awt] DragSource.isDragImageSupported() returns true while RI - false
-------------------------------------------------------------------------------

                 Key: HARMONY-2068
                 URL: http://issues.apache.org/jira/browse/HARMONY-2068
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Denis Kishenko


======== 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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira