You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Dmitry A. Durnev (JIRA)" <ji...@apache.org> on 2006/10/19 16:16:36 UTC

[jira] Updated: (HARMONY-1887) [classlib][awt] Toolkit#getDesktopProperty doesn't support "win.xpstyle.dllName" property on windows xp.

     [ http://issues.apache.org/jira/browse/HARMONY-1887?page=all ]

Dmitry A. Durnev updated HARMONY-1887:
--------------------------------------

    Attachment: H1887-tests.patch

Attached regression test...

> [classlib][awt] Toolkit#getDesktopProperty doesn't support "win.xpstyle.dllName" property on windows xp.
> --------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1887
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1887
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Attachments: H1887-tests.patch
>
>
> Please consider following code:
> public static void main(String[] args) {
> 	Toolkit toolkit = Toolkit.getDefaultToolkit();
> 	String xpstyleDll = (String) toolkit.getDesktopProperty("win.xpstyle.dllName");
> 	System.out.println(xpstyleDll);
> }
> RI output:
> C:\WINDOWS\resources\Themes\luna\luna.msstyles
> Harmony output:
> null

-- 
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