AFAIK at least 4 'xpstyle'-related windows properties are not described. 10/17/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote:
How many are there that aren't described?Sergey Soldatov 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. > > 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 >> >> > > --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Dmitry A. Durnev, Intel Middleware Products Division --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
