From 115a2ecfe3c6783a81860ce54806c9abdd9512a1 Mon Sep 17 00:00:00 2001 From: Tomas O'Connor Date: Thu, 4 Sep 2003 08:48:33 +0000 Subject: IssueZilla 12906 Add Script Selector Java GUI as example java script --- scripting/examples/java/build.xml | 30 +- .../examples/java/selector/ScriptSelector.java | 516 +++++++++++++++++++++ .../examples/java/selector/parcel-descriptor.xml | 17 + 3 files changed, 561 insertions(+), 2 deletions(-) create mode 100644 scripting/examples/java/selector/ScriptSelector.java create mode 100644 scripting/examples/java/selector/parcel-descriptor.xml (limited to 'scripting/examples') diff --git a/scripting/examples/java/build.xml b/scripting/examples/java/build.xml index 68540f67a6f1..16380e45a654 100755 --- a/scripting/examples/java/build.xml +++ b/scripting/examples/java/build.xml @@ -3,9 +3,9 @@ # # $RCSfile: build.xml,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: toconnor $ $Date: 2003-08-27 14:09:09 $ +# last change: $Author: toconnor $ $Date: 2003-09-04 09:48:32 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -149,6 +149,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit