On 10/17/06, Sergey Soldatov <[EMAIL PROTECTED]> wrote:

No, it doesn't. Unfortunately most of desktop properties are not described
in j2se documentation. If you feel that we need to support this
property please file JIRA issue and we'll try to fix it ASAP.


Thanks Sergey! A JIRA issue (
http://issues.apache.org/jira/browse/HARMONY-1887) was filed. :-)

On 10/17/06, Andrew Zhang <[EMAIL PROTECTED]> wrote:
>
> Hi, does Harmony awt support "win.xpstyle.dllName" desktop property in
> windows XP?
>
> 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
>
>
> --
> Best regards,
> Andrew Zhang
>
>


--
Sergey Soldatov
Intel Middleware Products Division




--
Best regards,
Andrew Zhang

Reply via email to