Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 10017 invoked from network); 3 Mar 2006 04:56:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Mar 2006 04:56:32 -0000 Received: (qmail 9570 invoked by uid 500); 3 Mar 2006 04:57:17 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 9480 invoked by uid 500); 3 Mar 2006 04:57:17 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 9469 invoked by uid 99); 3 Mar 2006 04:57:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Mar 2006 20:57:17 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of wsmoak@gmail.com designates 64.233.184.205 as permitted sender) Received: from [64.233.184.205] (HELO wproxy.gmail.com) (64.233.184.205) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Mar 2006 20:57:15 -0800 Received: by wproxy.gmail.com with SMTP id i14so823525wra for ; Thu, 02 Mar 2006 20:56:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=E6pMXiJphp0QOjnb5T/um4B81t4LIOGUKo7oXOObrGTklh1jFiSqHkHgs990VLkW0j+V8QmAHBm45tqO7akN719DG44rRb0JRaI3IeGhIbRT5vW2h1sOepRR68pD/qYpVnNNs76ZkA7E6lDBzCggaIVtKt+UTwOd/hFOq5dMQdY= Received: by 10.54.151.7 with SMTP id y7mr1718867wrd; Thu, 02 Mar 2006 20:56:55 -0800 (PST) Received: by 10.54.129.4 with HTTP; Thu, 2 Mar 2006 20:56:55 -0800 (PST) Message-ID: Date: Thu, 2 Mar 2006 21:56:55 -0700 From: "Wendy Smoak" To: "Jakarta Commons Developers List" Subject: [scxml] Stopwatch example (and Maven 2) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_16076_31842961.1141361815028" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_16076_31842961.1141361815028 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I tried the StopWatchDisplay example, and with JDK 1.5.0_06 on WinXP Pro, i= t looks like this: http://people.apache.org/~wsmoak/commons-scxml/scxml-stopwatch.gif I changed it (around line 110) to get it to look right: - setSize(250,125); + setSize(300,125); Neat. :) And, since it wasn't in cvs.apache.org/maven-snapshot-repository, I converted project.xml to a Maven 2 pom. (At least enough to run the tests and install the jar. It probably needs more work.) http://wiki.wsmoak.net/cgi-bin/wiki.pl?StateChartXML Thanks, -- Wendy ------=_Part_16076_31842961.1141361815028--