Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 8233 invoked from network); 17 Oct 2006 06:44:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Oct 2006 06:44:12 -0000 Received: (qmail 52258 invoked by uid 500); 17 Oct 2006 06:44:09 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 52092 invoked by uid 500); 17 Oct 2006 06:44:09 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 52081 invoked by uid 99); 17 Oct 2006 06:44:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Oct 2006 23:44:08 -0700 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of sergey.soldatov@gmail.com designates 64.233.182.189 as permitted sender) Received: from [64.233.182.189] (HELO nf-out-0910.google.com) (64.233.182.189) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Oct 2006 23:44:08 -0700 Received: by nf-out-0910.google.com with SMTP id a4so185495nfc for ; Mon, 16 Oct 2006 23:43:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=NG5Ss4S0Zkw8SRwqHdmuqB1CTreaffM5bIK/A0w8Ak3/lKjBGF3hs6poKp2VUE05a4Yii/2glDtkrz9Xt9HpNYtSIC3gzUE97FmcvQ1vOThDJYOqMNz3X6emc4YLTEK8RhjH5meYHx7BzFrdy0RzP3l7cnbApyVHKakZTbczfLQ= Received: by 10.82.129.5 with SMTP id b5mr1294998bud; Mon, 16 Oct 2006 23:43:46 -0700 (PDT) Received: by 10.82.128.10 with HTTP; Mon, 16 Oct 2006 23:43:46 -0700 (PDT) Message-ID: <44281a720610162343s373508c3u87a4caacb5aaca36@mail.gmail.com> Date: Tue, 17 Oct 2006 10:43:46 +0400 From: "Sergey Soldatov" To: harmony-dev@incubator.apache.org Subject: Re: [classlib][awt] Does Harmony awt support "win.xpstyle.dllName" desktop property in windows XP? In-Reply-To: <4d0b24970610162333k40bd00c1nd6a134d606f36efc@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_57883_13092783.1161067426477" References: <4d0b24970610162333k40bd00c1nd6a134d606f36efc@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_57883_13092783.1161067426477 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 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 ------=_Part_57883_13092783.1161067426477--