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.

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

Reply via email to