diff options
author | bapt <bapt@FreeBSD.org> | 2013-01-06 23:14:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-01-06 23:14:50 +0800 |
commit | 878c3ea3494ffa9efa4330179aa9bc806107d6e4 (patch) | |
tree | 9bd5945fff3cfb4af54a293d16dd8e7a772c3fc9 /java | |
parent | db4886e85e4cfa7743b692cf30683afc73556030 (diff) | |
download | freebsd-ports-gnome-878c3ea3494ffa9efa4330179aa9bc806107d6e4.tar.gz freebsd-ports-gnome-878c3ea3494ffa9efa4330179aa9bc806107d6e4.tar.zst freebsd-ports-gnome-878c3ea3494ffa9efa4330179aa9bc806107d6e4.zip |
2013-01-04 ports-mgmt/portmanager: Does not support modern ports features such as MOVED, is lacking upstream and active contributions, and does not support pkgng. Consider using ports-mgmt/portmaster, ports-mgmt/portupgrade or pkgng.
2013-01-04 net-im/openfetion: Abandoned upstream
2013-01-04 textproc/libpathan: Does not build and upstream has discontinued the project and advises that it has been replaced by textproc/xqilla
2013-01-01 java/sun-wtk: no more public distfiles, merged with Java ME SDK 3.0 upstream
Diffstat (limited to 'java')
-rw-r--r-- | java/Makefile | 1 | ||||
-rw-r--r-- | java/sun-wtk/Makefile | 67 | ||||
-rw-r--r-- | java/sun-wtk/distinfo | 2 | ||||
-rw-r--r-- | java/sun-wtk/files/pkg-message.in | 10 | ||||
-rw-r--r-- | java/sun-wtk/pkg-descr | 10 | ||||
-rw-r--r-- | java/sun-wtk/pkg-plist | 1988 |
6 files changed, 0 insertions, 2078 deletions
diff --git a/java/Makefile b/java/Makefile index 93bd14b21d72..888a0facdda8 100644 --- a/java/Makefile +++ b/java/Makefile @@ -141,7 +141,6 @@ SUBDIR += springframework SUBDIR += sqlitejdbc SUBDIR += subversion-java - SUBDIR += sun-wtk SUBDIR += trove4j SUBDIR += veditor SUBDIR += xdoclet diff --git a/java/sun-wtk/Makefile b/java/sun-wtk/Makefile deleted file mode 100644 index b7c1374840b0..000000000000 --- a/java/sun-wtk/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# Created by: Panagiotis Astithas <past@noc.ntua.gr> -# $FreeBSD$ - -PORTNAME= wtk -PORTVERSION= 2.2 -PORTREVISION= 3 -CATEGORIES= java devel -MASTER_SITES= # -PKGNAMEPREFIX= sun- -DISTNAME= j2me_wireless_toolkit-${PORTVERSION:S/./_/}-linux-i386 -EXTRACT_SUFX= .bin - -MAINTAINER= ports@FreeBSD.org -COMMENT= Sun J2ME Wireless Toolkit - -DEPRECATED= no more public distfiles, merged with Java ME SDK 3.0 upstream -EXPIRATION_DATE= 2013-01-01 - -EXTRACT_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip - -USE_LINUX= yes -USE_JAVA= yes -JAVA_VERSION= 1.6+ -NO_BUILD= yes -DOWNLOAD_URL= https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=j2me_wireless_toolkit-${PORTVERSION:S/./_/}-oth-JPR@CDS-CDS_Developer - -RESTRICTED= License does not allow redistribution of any kind - -SUB_FILES= pkg-message -APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME} - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) -IGNORE=You must manually fetch the J2ME WTK self-extracting file for the Linux platform (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again -.endif - -do-extract: - @${MKDIR} ${WRKDIR} - @cd ${WRKDIR} \ - && dd bs=1024 if=${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \ - of=${WRKDIR}/j2mewtk-solaris.zip skip=20 2>/dev/null - @${UNZIP_CMD} -qo ${WRKDIR}/j2mewtk-solaris.zip -d ${WRKSRC} - @${FIND} ${WRKSRC} -type f -exec ${CHMOD} 0644 {} \+ - @${FIND} ${WRKSRC} -type d -exec ${CHMOD} 0755 {} \+ - @${FIND} ${WRKSRC}/bin ! -name '*.jar' -exec ${CHMOD} 0755 {} \; - -do-patch: - @${REINPLACE_CMD} -e "\ - s@javapathtowtk=.*@javapathtowtk=${JAVA_HOME}/bin/@; \ - s@/usr/bin/expr@/bin/expr@g" \ - ${WRKSRC}/bin/defaultdevice ${WRKSRC}/bin/emulator \ - ${WRKSRC}/bin/ktoolbar ${WRKSRC}/bin/prefs \ - ${WRKSRC}/bin/utils ${WRKSRC}/bin/wscompile - @${MV} ${WRKSRC}/wtklib/Linux ${WRKSRC}/wtklib/FreeBSD - @${FIND} ${WRKSRC} -name '*.bak' -delete - -do-install: - @${MKDIR} ${APP_HOME} - cd "${WRKSRC}" && ${FIND} . \ - | ${CPIO} -pdmu -R root:wheel "${APP_HOME}" - @${LN} -sf ${APP_HOME}/bin/ktoolbar ${PREFIX}/bin/ktoolbar - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/java/sun-wtk/distinfo b/java/sun-wtk/distinfo deleted file mode 100644 index 8b39662f0dcc..000000000000 --- a/java/sun-wtk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (j2me_wireless_toolkit-2_2-linux-i386.bin) = 4480bea914a4537ea81a5a70c517f91aa5a567915f470e70e050c332bfdd4d34 -SIZE (j2me_wireless_toolkit-2_2-linux-i386.bin) = 17637106 diff --git a/java/sun-wtk/files/pkg-message.in b/java/sun-wtk/files/pkg-message.in deleted file mode 100644 index 2854f35dace3..000000000000 --- a/java/sun-wtk/files/pkg-message.in +++ /dev/null @@ -1,10 +0,0 @@ -================================================================ -Documentation for the J2ME Wireless Toolkit version 2.2 is in -the file %%PREFIX%%/index.html - -In order to start using the J2ME Wireless Toolkit, please run -%%PREFIX%%/bin/ktoolbar. Please read the documentation for -instructions on setting up ~/ktools.properties to use a local -copy of the provided examples. -================================================================ - diff --git a/java/sun-wtk/pkg-descr b/java/sun-wtk/pkg-descr deleted file mode 100644 index 057120d8f55a..000000000000 --- a/java/sun-wtk/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The Sun JavaTM 2 Platform, Micro Edition (J2METM) Wireless Toolkit -supports the development of Java applications that run on devices -compliant with the Java Technology for the Wireless Industry -specification. The implementation included in version 2.2 is -compliant with Connected Limited Device Configuration 1.1 (CLDC), -Mobile Information Device Profile 2.0 (MIDP), Wireless Messaging -APIs (WMA), version 1.1, and Mobile Media APIs (MMAPI), version 1.1. -Support for J2ME Web Services (JSR-172), version 1.0 is also included. - -WWW: http://java.sun.com/j2me/ diff --git a/java/sun-wtk/pkg-plist b/java/sun-wtk/pkg-plist deleted file mode 100644 index 736e95601a75..000000000000 --- a/java/sun-wtk/pkg-plist +++ /dev/null @@ -1,1988 +0,0 @@ -bin/ktoolbar -sun-wtk/BinaryLicense.html -sun-wtk/BinaryReleaseNotes.html -sun-wtk/appdb/DefaultColorPhone/filesystem/root1/Readme -sun-wtk/appdb/_ack_2.png -sun-wtk/appdb/_ack_8.png -sun-wtk/appdb/_dt_2.png -sun-wtk/appdb/_dt_8.png -sun-wtk/appdb/_dukeok2.png -sun-wtk/appdb/_dukeok8.png -sun-wtk/appdb/_empty.png -sun-wtk/appdb/_home_4.png -sun-wtk/appdb/_home_8.png -sun-wtk/appdb/_logo_2.png -sun-wtk/appdb/_logo_8.png -sun-wtk/appdb/_main.ks -sun-wtk/appdb/_policy.txt -sun-wtk/appdb/_single2.png -sun-wtk/appdb/_single8.png -sun-wtk/appdb/_suite_2.png -sun-wtk/appdb/_suite_8.png -sun-wtk/appdb/keystore.sks -sun-wtk/apps/Audiodemo/bin/Audiodemo.jad -sun-wtk/apps/Audiodemo/bin/Audiodemo.jar -sun-wtk/apps/Audiodemo/bin/MANIFEST.MF -sun-wtk/apps/Audiodemo/bin/build.sh -sun-wtk/apps/Audiodemo/bin/run.sh -sun-wtk/apps/Audiodemo/classes/example/audiodemo/AudioPlayer.class -sun-wtk/apps/Audiodemo/classes/example/audiodemo/BBall.class -sun-wtk/apps/Audiodemo/classes/example/audiodemo/BallCanvas.class -sun-wtk/apps/Audiodemo/classes/example/audiodemo/MixCanvas.class -sun-wtk/apps/Audiodemo/classes/example/audiodemo/MixTest.class -sun-wtk/apps/Audiodemo/classes/example/audiodemo/PlayerCanvas.class -sun-wtk/apps/Audiodemo/classes/example/audiodemo/SmallBall.class -sun-wtk/apps/Audiodemo/project.properties -sun-wtk/apps/Audiodemo/res/audio/bark.wav -sun-wtk/apps/Audiodemo/res/audio/beethoven.jts -sun-wtk/apps/Audiodemo/res/audio/pattern.mid -sun-wtk/apps/Audiodemo/res/audio/test-wav.wav -sun-wtk/apps/Audiodemo/res/icons/App.png -sun-wtk/apps/Audiodemo/res/icons/logo.png -sun-wtk/apps/Audiodemo/src/example/audiodemo/AudioPlayer.java -sun-wtk/apps/Audiodemo/src/example/audiodemo/BBall.java -sun-wtk/apps/Audiodemo/src/example/audiodemo/BallCanvas.java -sun-wtk/apps/Audiodemo/src/example/audiodemo/MixCanvas.java -sun-wtk/apps/Audiodemo/src/example/audiodemo/MixTest.java -sun-wtk/apps/Audiodemo/src/example/audiodemo/PlayerCanvas.java -sun-wtk/apps/Audiodemo/src/example/audiodemo/SmallBall.java -sun-wtk/apps/Audiodemo/tmpclasses/example/audiodemo/AudioPlayer.class -sun-wtk/apps/Audiodemo/tmpclasses/example/audiodemo/BBall.class -sun-wtk/apps/Audiodemo/tmpclasses/example/audiodemo/BallCanvas.class -sun-wtk/apps/Audiodemo/tmpclasses/example/audiodemo/MixCanvas.class -sun-wtk/apps/Audiodemo/tmpclasses/example/audiodemo/MixTest.class -sun-wtk/apps/Audiodemo/tmpclasses/example/audiodemo/PlayerCanvas.class -sun-wtk/apps/Audiodemo/tmpclasses/example/audiodemo/SmallBall.class -sun-wtk/apps/BluetoothDemo/bin/BluetoothDemo.jad -sun-wtk/apps/BluetoothDemo/bin/BluetoothDemo.jar -sun-wtk/apps/BluetoothDemo/bin/MANIFEST.MF -sun-wtk/apps/BluetoothDemo/classes/example/bluetooth/demo/BTImageClient.class -sun-wtk/apps/BluetoothDemo/classes/example/bluetooth/demo/BTImageServer$ClientProcessor.class -sun-wtk/apps/BluetoothDemo/classes/example/bluetooth/demo/BTImageServer.class -sun-wtk/apps/BluetoothDemo/classes/example/bluetooth/demo/DemoMIDlet.class -sun-wtk/apps/BluetoothDemo/classes/example/bluetooth/demo/GUIImageClient.class -sun-wtk/apps/BluetoothDemo/classes/example/bluetooth/demo/GUIImageServer.class -sun-wtk/apps/BluetoothDemo/lib/README.txt -sun-wtk/apps/BluetoothDemo/project.properties -sun-wtk/apps/BluetoothDemo/res/icons/demo.png -sun-wtk/apps/BluetoothDemo/res/images/duke.png -sun-wtk/apps/BluetoothDemo/res/images/leaf.jpg -sun-wtk/apps/BluetoothDemo/res/images/leaf.png -sun-wtk/apps/BluetoothDemo/res/images/st-off.png -sun-wtk/apps/BluetoothDemo/res/images/st-on.png -sun-wtk/apps/BluetoothDemo/src/example/bluetooth/demo/BTImageClient.java -sun-wtk/apps/BluetoothDemo/src/example/bluetooth/demo/BTImageServer.java -sun-wtk/apps/BluetoothDemo/src/example/bluetooth/demo/DemoMIDlet.java -sun-wtk/apps/BluetoothDemo/src/example/bluetooth/demo/GUIImageClient.java -sun-wtk/apps/BluetoothDemo/src/example/bluetooth/demo/GUIImageServer.java -sun-wtk/apps/BluetoothDemo/tmpclasses/example/bluetooth/demo/BTImageClient.class -sun-wtk/apps/BluetoothDemo/tmpclasses/example/bluetooth/demo/BTImageServer$ClientProcessor.class -sun-wtk/apps/BluetoothDemo/tmpclasses/example/bluetooth/demo/BTImageServer.class -sun-wtk/apps/BluetoothDemo/tmpclasses/example/bluetooth/demo/DemoMIDlet.class -sun-wtk/apps/BluetoothDemo/tmpclasses/example/bluetooth/demo/GUIImageClient.class -sun-wtk/apps/BluetoothDemo/tmpclasses/example/bluetooth/demo/GUIImageServer.class -sun-wtk/apps/Demo3D/bin/Demo3D.jad -sun-wtk/apps/Demo3D/bin/Demo3D.jar -sun-wtk/apps/Demo3D/bin/MANIFEST.MF -sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/life3d/Life3D$1.class -sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/life3d/Life3D$CallbackCanvas.class -sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/life3d/Life3D$RefreshTask.class -sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/life3d/Life3D.class -sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/pogoroo/PogoRooMIDlet$1.class -sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/pogoroo/PogoRooMIDlet$PogoRooCanvas.class -sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/pogoroo/PogoRooMIDlet$RefreshTask.class -sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/pogoroo/PogoRooMIDlet.class -sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/retainedmode/RetainedModeMidlet$1.class -sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/retainedmode/RetainedModeMidlet$JesterCanvas.class -sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/retainedmode/RetainedModeMidlet$RefreshTask.class -sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/retainedmode/RetainedModeMidlet.class -sun-wtk/apps/Demo3D/project.properties -sun-wtk/apps/Demo3D/res/com/superscape/m3g/wtksamples/pogoroo/content/pogoroo.m3g -sun-wtk/apps/Demo3D/res/com/superscape/m3g/wtksamples/retainedmode/content/skaterboy.m3g -sun-wtk/apps/Demo3D/res/com/superscape/m3g/wtksamples/retainedmode/content/swerve.m3g -sun-wtk/apps/Demo3D/src/com/superscape/m3g/wtksamples/life3d/Life3D.java -sun-wtk/apps/Demo3D/src/com/superscape/m3g/wtksamples/pogoroo/PogoRooMIDlet.java -sun-wtk/apps/Demo3D/src/com/superscape/m3g/wtksamples/retainedmode/RetainedModeMidlet.java -sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/life3d/Life3D$1.class -sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/life3d/Life3D$CallbackCanvas.class -sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/life3d/Life3D$RefreshTask.class -sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/life3d/Life3D.class -sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/pogoroo/PogoRooMIDlet$1.class -sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/pogoroo/PogoRooMIDlet$PogoRooCanvas.class -sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/pogoroo/PogoRooMIDlet$RefreshTask.class -sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/pogoroo/PogoRooMIDlet.class -sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/retainedmode/RetainedModeMidlet$1.class -sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/retainedmode/RetainedModeMidlet$JesterCanvas.class -sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/retainedmode/RetainedModeMidlet$RefreshTask.class -sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/retainedmode/RetainedModeMidlet.class -sun-wtk/apps/Demos/bin/Demos.jad -sun-wtk/apps/Demos/bin/Demos.jar -sun-wtk/apps/Demos/bin/MANIFEST.MF -sun-wtk/apps/Demos/bin/build.sh -sun-wtk/apps/Demos/bin/run.sh -sun-wtk/apps/Demos/classes/example/About.class -sun-wtk/apps/Demos/classes/example/PropExample.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction$1.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction$2.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction$3.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction$Band$BandListTable.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction$Band$TicketItem.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction$Band.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction$Login$MyItemCommandListener.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction$Login$TimerClient.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction$Login.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction$RmBand.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction$SetMenuForm.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction$UpdateAlert.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction.class -sun-wtk/apps/Demos/classes/example/chooser/Chooser.class -sun-wtk/apps/Demos/classes/example/chooser/Color.class -sun-wtk/apps/Demos/classes/example/chooser/ColorChooser.class -sun-wtk/apps/Demos/classes/example/chooser/FontChooser.class -sun-wtk/apps/Demos/classes/example/chooser/MiniColor.class -sun-wtk/apps/Demos/classes/example/chooser/MiniColorChooser.class -sun-wtk/apps/Demos/classes/example/chooser/TextSample.class -sun-wtk/apps/Demos/classes/example/fonts/FontCanvas.class -sun-wtk/apps/Demos/classes/example/fonts/FontTestlet.class -sun-wtk/apps/Demos/classes/example/http/HttpExample.class -sun-wtk/apps/Demos/classes/example/http/HttpTest.class -sun-wtk/apps/Demos/classes/example/http/HttpView.class -sun-wtk/apps/Demos/classes/example/http/PushExample.class -sun-wtk/apps/Demos/classes/example/manyballs/ManyBalls.class -sun-wtk/apps/Demos/classes/example/manyballs/ManyCanvas.class -sun-wtk/apps/Demos/classes/example/manyballs/SmallBall.class -sun-wtk/apps/Demos/classes/example/stock/AlertDatabase$1.class -sun-wtk/apps/Demos/classes/example/stock/AlertDatabase$AlertComparator.class -sun-wtk/apps/Demos/classes/example/stock/AlertDatabase$AlertFilter.class -sun-wtk/apps/Demos/classes/example/stock/AlertDatabase.class -sun-wtk/apps/Demos/classes/example/stock/Database.class -sun-wtk/apps/Demos/classes/example/stock/Stock.class -sun-wtk/apps/Demos/classes/example/stock/StockDatabase$1.class -sun-wtk/apps/Demos/classes/example/stock/StockDatabase$StockComparator.class -sun-wtk/apps/Demos/classes/example/stock/StockDatabase$StockFilter.class -sun-wtk/apps/Demos/classes/example/stock/StockDatabase.class -sun-wtk/apps/Demos/classes/example/stock/StockMIDlet$1.class -sun-wtk/apps/Demos/classes/example/stock/StockMIDlet$StockCommandListener.class -sun-wtk/apps/Demos/classes/example/stock/StockMIDlet$StockRefreshTask.class -sun-wtk/apps/Demos/classes/example/stock/StockMIDlet.class -sun-wtk/apps/Demos/project.properties -sun-wtk/apps/Demos/res/example/auction/images/splashScreen.png -sun-wtk/apps/Demos/res/example/http/images/newshound.png -sun-wtk/apps/Demos/res/icons/App.png -sun-wtk/apps/Demos/res/icons/Auction.png -sun-wtk/apps/Demos/res/icons/ColorChooser.png -sun-wtk/apps/Demos/res/icons/JavaPowered-2.png -sun-wtk/apps/Demos/res/icons/JavaPowered-8.png -sun-wtk/apps/Demos/res/icons/ManyBalls.png -sun-wtk/apps/Demos/res/icons/Stock.png -sun-wtk/apps/Demos/src/example/About.java -sun-wtk/apps/Demos/src/example/PropExample.java -sun-wtk/apps/Demos/src/example/auction/NewTicketAuction.java -sun-wtk/apps/Demos/src/example/chooser/Chooser.java -sun-wtk/apps/Demos/src/example/chooser/Color.java -sun-wtk/apps/Demos/src/example/chooser/ColorChooser.java -sun-wtk/apps/Demos/src/example/chooser/FontChooser.java -sun-wtk/apps/Demos/src/example/chooser/MiniColor.java -sun-wtk/apps/Demos/src/example/chooser/MiniColorChooser.java -sun-wtk/apps/Demos/src/example/chooser/TextSample.java -sun-wtk/apps/Demos/src/example/fonts/FontCanvas.java -sun-wtk/apps/Demos/src/example/fonts/FontTestlet.java -sun-wtk/apps/Demos/src/example/http/HttpExample.java -sun-wtk/apps/Demos/src/example/http/HttpTest.java -sun-wtk/apps/Demos/src/example/http/HttpView.java -sun-wtk/apps/Demos/src/example/http/PushExample.java -sun-wtk/apps/Demos/src/example/manyballs/ManyBalls.java -sun-wtk/apps/Demos/src/example/manyballs/ManyCanvas.java -sun-wtk/apps/Demos/src/example/manyballs/SmallBall.java -sun-wtk/apps/Demos/src/example/stock/AlertDatabase.java -sun-wtk/apps/Demos/src/example/stock/Database.java -sun-wtk/apps/Demos/src/example/stock/Stock.java -sun-wtk/apps/Demos/src/example/stock/StockDatabase.java -sun-wtk/apps/Demos/src/example/stock/StockMIDlet.java -sun-wtk/apps/Demos/tmpclasses/example/About.class -sun-wtk/apps/Demos/tmpclasses/example/PropExample.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction$1.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction$2.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction$3.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction$Band$BandListTable.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction$Band$TicketItem.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction$Band.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction$Login$MyItemCommandListener.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction$Login$TimerClient.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction$Login.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction$RmBand.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction$SetMenuForm.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction$UpdateAlert.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction.class -sun-wtk/apps/Demos/tmpclasses/example/chooser/Chooser.class -sun-wtk/apps/Demos/tmpclasses/example/chooser/Color.class -sun-wtk/apps/Demos/tmpclasses/example/chooser/ColorChooser.class -sun-wtk/apps/Demos/tmpclasses/example/chooser/FontChooser.class -sun-wtk/apps/Demos/tmpclasses/example/chooser/MiniColor.class -sun-wtk/apps/Demos/tmpclasses/example/chooser/MiniColorChooser.class -sun-wtk/apps/Demos/tmpclasses/example/chooser/TextSample.class -sun-wtk/apps/Demos/tmpclasses/example/fonts/FontCanvas.class -sun-wtk/apps/Demos/tmpclasses/example/fonts/FontTestlet.class -sun-wtk/apps/Demos/tmpclasses/example/http/HttpExample.class -sun-wtk/apps/Demos/tmpclasses/example/http/HttpTest.class -sun-wtk/apps/Demos/tmpclasses/example/http/HttpView.class -sun-wtk/apps/Demos/tmpclasses/example/http/PushExample.class -sun-wtk/apps/Demos/tmpclasses/example/manyballs/ManyBalls.class -sun-wtk/apps/Demos/tmpclasses/example/manyballs/ManyCanvas.class -sun-wtk/apps/Demos/tmpclasses/example/manyballs/SmallBall.class -sun-wtk/apps/Demos/tmpclasses/example/stock/AlertDatabase$1.class -sun-wtk/apps/Demos/tmpclasses/example/stock/AlertDatabase$AlertComparator.class -sun-wtk/apps/Demos/tmpclasses/example/stock/AlertDatabase$AlertFilter.class -sun-wtk/apps/Demos/tmpclasses/example/stock/AlertDatabase.class -sun-wtk/apps/Demos/tmpclasses/example/stock/Database.class -sun-wtk/apps/Demos/tmpclasses/example/stock/Stock.class -sun-wtk/apps/Demos/tmpclasses/example/stock/StockDatabase$1.class -sun-wtk/apps/Demos/tmpclasses/example/stock/StockDatabase$StockComparator.class -sun-wtk/apps/Demos/tmpclasses/example/stock/StockDatabase$StockFilter.class -sun-wtk/apps/Demos/tmpclasses/example/stock/StockDatabase.class -sun-wtk/apps/Demos/tmpclasses/example/stock/StockMIDlet$1.class -sun-wtk/apps/Demos/tmpclasses/example/stock/StockMIDlet$StockCommandListener.class -sun-wtk/apps/Demos/tmpclasses/example/stock/StockMIDlet$StockRefreshTask.class -sun-wtk/apps/Demos/tmpclasses/example/stock/StockMIDlet.class -sun-wtk/apps/FPDemo/bin/FPDemo.jad -sun-wtk/apps/FPDemo/bin/FPDemo.jar -sun-wtk/apps/FPDemo/bin/MANIFEST.MF -sun-wtk/apps/FPDemo/bin/build.sh -sun-wtk/apps/FPDemo/bin/run.sh -sun-wtk/apps/FPDemo/classes/calculator/CalculatorMIDlet.class -sun-wtk/apps/FPDemo/project.properties -sun-wtk/apps/FPDemo/src/calculator/CalculatorMIDlet.java -sun-wtk/apps/FPDemo/tmpclasses/calculator/CalculatorMIDlet.class -sun-wtk/apps/Games/bin/Games.jad -sun-wtk/apps/Games/bin/Games.jar -sun-wtk/apps/Games/bin/MANIFEST.MF -sun-wtk/apps/Games/bin/build.sh -sun-wtk/apps/Games/bin/run.sh -sun-wtk/apps/Games/classes/example/About.class -sun-wtk/apps/Games/classes/example/pushpuzzle/Board.class -sun-wtk/apps/Games/classes/example/pushpuzzle/PushPuzzle.class -sun-wtk/apps/Games/classes/example/pushpuzzle/PushPuzzleCanvas.class -sun-wtk/apps/Games/classes/example/pushpuzzle/Score.class -sun-wtk/apps/Games/classes/example/tilepuzzle/Board$BoardCommand.class -sun-wtk/apps/Games/classes/example/tilepuzzle/Board$Piece.class -sun-wtk/apps/Games/classes/example/tilepuzzle/Board.class -sun-wtk/apps/Games/classes/example/tilepuzzle/Options.class -sun-wtk/apps/Games/classes/example/tilepuzzle/TilePuzzle.class -sun-wtk/apps/Games/classes/example/wormgame/Worm.class -sun-wtk/apps/Games/classes/example/wormgame/WormException.class -sun-wtk/apps/Games/classes/example/wormgame/WormFood.class -sun-wtk/apps/Games/classes/example/wormgame/WormLink.class -sun-wtk/apps/Games/classes/example/wormgame/WormMain.class -sun-wtk/apps/Games/classes/example/wormgame/WormPit.class -sun-wtk/apps/Games/classes/example/wormgame/WormScore.class -sun-wtk/apps/Games/project.properties -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.1 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.10 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.11 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.12 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.13 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.14 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.15 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.16 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.17 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.18 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.19 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.2 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.3 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.4 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.5 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.6 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.7 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.8 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.9 -sun-wtk/apps/Games/res/example/pushpuzzle/images/Theme-1.png -sun-wtk/apps/Games/res/example/pushpuzzle/images/Theme-2.png -sun-wtk/apps/Games/res/example/pushpuzzle/images/Theme-3.png -sun-wtk/apps/Games/res/example/pushpuzzle/images/Theme-bad.png -sun-wtk/apps/Games/res/icons/App.png -sun-wtk/apps/Games/res/icons/JavaPowered-2.png -sun-wtk/apps/Games/res/icons/JavaPowered-8.png -sun-wtk/apps/Games/res/icons/PushPuzzle.png -sun-wtk/apps/Games/res/icons/TilePuzzle.png -sun-wtk/apps/Games/src/example/About.java -sun-wtk/apps/Games/src/example/pushpuzzle/Board.java -sun-wtk/apps/Games/src/example/pushpuzzle/PushPuzzle.java -sun-wtk/apps/Games/src/example/pushpuzzle/PushPuzzleCanvas.java -sun-wtk/apps/Games/src/example/pushpuzzle/Score.java -sun-wtk/apps/Games/src/example/tilepuzzle/Board.java -sun-wtk/apps/Games/src/example/tilepuzzle/Options.java -sun-wtk/apps/Games/src/example/tilepuzzle/TilePuzzle.java -sun-wtk/apps/Games/src/example/wormgame/Worm.java -sun-wtk/apps/Games/src/example/wormgame/WormException.java -sun-wtk/apps/Games/src/example/wormgame/WormFood.java -sun-wtk/apps/Games/src/example/wormgame/WormLink.java -sun-wtk/apps/Games/src/example/wormgame/WormMain.java -sun-wtk/apps/Games/src/example/wormgame/WormPit.java -sun-wtk/apps/Games/src/example/wormgame/WormScore.java -sun-wtk/apps/Games/tmpclasses/example/About.class -sun-wtk/apps/Games/tmpclasses/example/pushpuzzle/Board.class -sun-wtk/apps/Games/tmpclasses/example/pushpuzzle/PushPuzzle.class -sun-wtk/apps/Games/tmpclasses/example/pushpuzzle/PushPuzzleCanvas.class -sun-wtk/apps/Games/tmpclasses/example/pushpuzzle/Score.class -sun-wtk/apps/Games/tmpclasses/example/tilepuzzle/Board$BoardCommand.class -sun-wtk/apps/Games/tmpclasses/example/tilepuzzle/Board$Piece.class -sun-wtk/apps/Games/tmpclasses/example/tilepuzzle/Board.class -sun-wtk/apps/Games/tmpclasses/example/tilepuzzle/Options.class -sun-wtk/apps/Games/tmpclasses/example/tilepuzzle/TilePuzzle.class -sun-wtk/apps/Games/tmpclasses/example/wormgame/Worm.class -sun-wtk/apps/Games/tmpclasses/example/wormgame/WormException.class -sun-wtk/apps/Games/tmpclasses/example/wormgame/WormFood.class -sun-wtk/apps/Games/tmpclasses/example/wormgame/WormLink.class -sun-wtk/apps/Games/tmpclasses/example/wormgame/WormMain.class -sun-wtk/apps/Games/tmpclasses/example/wormgame/WormPit.class -sun-wtk/apps/Games/tmpclasses/example/wormgame/WormScore.class -sun-wtk/apps/JSR172Demo/bin/JSR172Demo.jad -sun-wtk/apps/JSR172Demo/bin/JSR172Demo.jar -sun-wtk/apps/JSR172Demo/bin/MANIFEST.MF -sun-wtk/apps/JSR172Demo/bin/build.sh -sun-wtk/apps/JSR172Demo/bin/run.sh -sun-wtk/apps/JSR172Demo/classes/example/serverscript/connector/Interface.class -sun-wtk/apps/JSR172Demo/classes/example/serverscript/connector/Interface_Stub.class -sun-wtk/apps/JSR172Demo/classes/example/serverscript/connector/Request.class -sun-wtk/apps/JSR172Demo/classes/example/serverscript/connector/RequestResponse.class -sun-wtk/apps/JSR172Demo/classes/example/serverscript/demo/Demo$ParserHandler.class -sun-wtk/apps/JSR172Demo/classes/example/serverscript/demo/Demo.class -sun-wtk/apps/JSR172Demo/lib/README.txt -sun-wtk/apps/JSR172Demo/project.properties -sun-wtk/apps/JSR172Demo/res/icons/demo.png -sun-wtk/apps/JSR172Demo/server/README.txt -sun-wtk/apps/JSR172Demo/server/build.sh -sun-wtk/apps/JSR172Demo/server/run.sh -sun-wtk/apps/JSR172Demo/server/src/config.xml -sun-wtk/apps/JSR172Demo/server/src/jaxrpc-ri.xml -sun-wtk/apps/JSR172Demo/server/src/serverscript/Implementation.java -sun-wtk/apps/JSR172Demo/server/src/serverscript/Interface.java -sun-wtk/apps/JSR172Demo/server/src/web.xml -sun-wtk/apps/JSR172Demo/src/example/serverscript/connector/Interface.java -sun-wtk/apps/JSR172Demo/src/example/serverscript/connector/Interface_Stub.java -sun-wtk/apps/JSR172Demo/src/example/serverscript/connector/Request.java -sun-wtk/apps/JSR172Demo/src/example/serverscript/connector/RequestResponse.java -sun-wtk/apps/JSR172Demo/src/example/serverscript/demo/Demo.java -sun-wtk/apps/JSR172Demo/src/serverscript.wsdl -sun-wtk/apps/JSR172Demo/tmpclasses/example/serverscript/connector/Interface.class -sun-wtk/apps/JSR172Demo/tmpclasses/example/serverscript/connector/Interface_Stub.class -sun-wtk/apps/JSR172Demo/tmpclasses/example/serverscript/connector/Request.class -sun-wtk/apps/JSR172Demo/tmpclasses/example/serverscript/connector/RequestResponse.class -sun-wtk/apps/JSR172Demo/tmpclasses/example/serverscript/demo/Demo$ParserHandler.class -sun-wtk/apps/JSR172Demo/tmpclasses/example/serverscript/demo/Demo.class -sun-wtk/apps/NetworkDemo/bin/MANIFEST.MF -sun-wtk/apps/NetworkDemo/bin/NetworkDemo.jad -sun-wtk/apps/NetworkDemo/bin/NetworkDemo.jar -sun-wtk/apps/NetworkDemo/bin/build.sh -sun-wtk/apps/NetworkDemo/bin/run.sh -sun-wtk/apps/NetworkDemo/classes/comm/CommMIDlet.class -sun-wtk/apps/NetworkDemo/classes/comm/Sender.class -sun-wtk/apps/NetworkDemo/classes/datagram/Client.class -sun-wtk/apps/NetworkDemo/classes/datagram/DatagramMIDlet.class -sun-wtk/apps/NetworkDemo/classes/datagram/Sender.class -sun-wtk/apps/NetworkDemo/classes/datagram/Server.class -sun-wtk/apps/NetworkDemo/classes/socket/Client.class -sun-wtk/apps/NetworkDemo/classes/socket/Sender.class -sun-wtk/apps/NetworkDemo/classes/socket/Server.class -sun-wtk/apps/NetworkDemo/classes/socket/SocketMIDlet.class -sun-wtk/apps/NetworkDemo/project.properties -sun-wtk/apps/NetworkDemo/src/comm/CommMIDlet.java -sun-wtk/apps/NetworkDemo/src/comm/Sender.java -sun-wtk/apps/NetworkDemo/src/datagram/Client.java -sun-wtk/apps/NetworkDemo/src/datagram/DatagramMIDlet.java -sun-wtk/apps/NetworkDemo/src/datagram/Sender.java -sun-wtk/apps/NetworkDemo/src/datagram/Server.java -sun-wtk/apps/NetworkDemo/src/socket/Client.java -sun-wtk/apps/NetworkDemo/src/socket/Sender.java -sun-wtk/apps/NetworkDemo/src/socket/Server.java -sun-wtk/apps/NetworkDemo/src/socket/SocketMIDlet.java -sun-wtk/apps/NetworkDemo/tmpclasses/comm/CommMIDlet.class -sun-wtk/apps/NetworkDemo/tmpclasses/comm/Sender.class -sun-wtk/apps/NetworkDemo/tmpclasses/datagram/Client.class -sun-wtk/apps/NetworkDemo/tmpclasses/datagram/DatagramMIDlet.class -sun-wtk/apps/NetworkDemo/tmpclasses/datagram/Sender.class -sun-wtk/apps/NetworkDemo/tmpclasses/datagram/Server.class -sun-wtk/apps/NetworkDemo/tmpclasses/socket/Client.class -sun-wtk/apps/NetworkDemo/tmpclasses/socket/Sender.class -sun-wtk/apps/NetworkDemo/tmpclasses/socket/Server.class -sun-wtk/apps/NetworkDemo/tmpclasses/socket/SocketMIDlet.class -sun-wtk/apps/ObexDemo/bin/MANIFEST.MF -sun-wtk/apps/ObexDemo/bin/ObexDemo.jad -sun-wtk/apps/ObexDemo/bin/ObexDemo.jar -sun-wtk/apps/ObexDemo/classes/example/obex/demo/GUIImageReceiver.class -sun-wtk/apps/ObexDemo/classes/example/obex/demo/GUIImageSender.class -sun-wtk/apps/ObexDemo/classes/example/obex/demo/ObexDemoMIDlet.class -sun-wtk/apps/ObexDemo/classes/example/obex/demo/ObexImageReceiver$Handler.class -sun-wtk/apps/ObexDemo/classes/example/obex/demo/ObexImageReceiver.class -sun-wtk/apps/ObexDemo/classes/example/obex/demo/ObexImageSender.class -sun-wtk/apps/ObexDemo/lib/README.txt -sun-wtk/apps/ObexDemo/project.properties -sun-wtk/apps/ObexDemo/res/icons/demo.png -sun-wtk/apps/ObexDemo/res/images/duke.png -sun-wtk/apps/ObexDemo/res/images/leaf.jpg -sun-wtk/apps/ObexDemo/res/images/leaf.png -sun-wtk/apps/ObexDemo/src/example/obex/demo/GUIImageReceiver.java -sun-wtk/apps/ObexDemo/src/example/obex/demo/GUIImageSender.java -sun-wtk/apps/ObexDemo/src/example/obex/demo/ObexDemoMIDlet.java -sun-wtk/apps/ObexDemo/src/example/obex/demo/ObexImageReceiver.java -sun-wtk/apps/ObexDemo/src/example/obex/demo/ObexImageSender.java -sun-wtk/apps/ObexDemo/tmpclasses/example/obex/demo/GUIImageReceiver.class -sun-wtk/apps/ObexDemo/tmpclasses/example/obex/demo/GUIImageSender.class -sun-wtk/apps/ObexDemo/tmpclasses/example/obex/demo/ObexDemoMIDlet.class -sun-wtk/apps/ObexDemo/tmpclasses/example/obex/demo/ObexImageReceiver$Handler.class -sun-wtk/apps/ObexDemo/tmpclasses/example/obex/demo/ObexImageReceiver.class -sun-wtk/apps/ObexDemo/tmpclasses/example/obex/demo/ObexImageSender.class -sun-wtk/apps/PDAPDemo/bin/MANIFEST.MF -sun-wtk/apps/PDAPDemo/bin/PDAPDemo.jad -sun-wtk/apps/PDAPDemo/bin/PDAPDemo.jar -sun-wtk/apps/PDAPDemo/classes/example/fc/FileBrowser$1.class -sun-wtk/apps/PDAPDemo/classes/example/fc/FileBrowser$2.class -sun-wtk/apps/PDAPDemo/classes/example/fc/FileBrowser.class -sun-wtk/apps/PDAPDemo/classes/example/pim/ItemDisplayScreen$1.class -sun-wtk/apps/PDAPDemo/classes/example/pim/ItemDisplayScreen$2.class -sun-wtk/apps/PDAPDemo/classes/example/pim/ItemDisplayScreen.class -sun-wtk/apps/PDAPDemo/classes/example/pim/ItemSelectionScreen.class -sun-wtk/apps/PDAPDemo/classes/example/pim/ListSelectionScreen.class -sun-wtk/apps/PDAPDemo/classes/example/pim/ListTypeSelectionScreen$1.class -sun-wtk/apps/PDAPDemo/classes/example/pim/ListTypeSelectionScreen.class -sun-wtk/apps/PDAPDemo/classes/example/pim/PIMDemo.class -sun-wtk/apps/PDAPDemo/project.properties -sun-wtk/apps/PDAPDemo/res/icons/dir.png -sun-wtk/apps/PDAPDemo/res/icons/file.png -sun-wtk/apps/PDAPDemo/src/example/fc/FileBrowser.java -sun-wtk/apps/PDAPDemo/src/example/pim/ItemDisplayScreen.java -sun-wtk/apps/PDAPDemo/src/example/pim/ItemSelectionScreen.java -sun-wtk/apps/PDAPDemo/src/example/pim/ListSelectionScreen.java -sun-wtk/apps/PDAPDemo/src/example/pim/ListTypeSelectionScreen.java -sun-wtk/apps/PDAPDemo/src/example/pim/PIMDemo.java -sun-wtk/apps/PDAPDemo/tmpclasses/example/fc/FileBrowser$1.class -sun-wtk/apps/PDAPDemo/tmpclasses/example/fc/FileBrowser$2.class -sun-wtk/apps/PDAPDemo/tmpclasses/example/fc/FileBrowser.class -sun-wtk/apps/PDAPDemo/tmpclasses/example/pim/ItemDisplayScreen$1.class -sun-wtk/apps/PDAPDemo/tmpclasses/example/pim/ItemDisplayScreen$2.class -sun-wtk/apps/PDAPDemo/tmpclasses/example/pim/ItemDisplayScreen.class -sun-wtk/apps/PDAPDemo/tmpclasses/example/pim/ItemSelectionScreen.class -sun-wtk/apps/PDAPDemo/tmpclasses/example/pim/ListSelectionScreen.class -sun-wtk/apps/PDAPDemo/tmpclasses/example/pim/ListTypeSelectionScreen$1.class -sun-wtk/apps/PDAPDemo/tmpclasses/example/pim/ListTypeSelectionScreen.class -sun-wtk/apps/PDAPDemo/tmpclasses/example/pim/PIMDemo.class -sun-wtk/apps/Photoalbum/bin/MANIFEST.MF -sun-wtk/apps/Photoalbum/bin/Photoalbum.jad -sun-wtk/apps/Photoalbum/bin/Photoalbum.jar -sun-wtk/apps/Photoalbum/bin/build.sh -sun-wtk/apps/Photoalbum/bin/run.sh -sun-wtk/apps/Photoalbum/classes/example/About.class -sun-wtk/apps/Photoalbum/classes/example/photoalbum/PhotoAlbum.class -sun-wtk/apps/Photoalbum/classes/example/photoalbum/PhotoFrame.class -sun-wtk/apps/Photoalbum/classes/example/photoalbum/TestChart.class -sun-wtk/apps/Photoalbum/project.properties -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/LightHouse-0.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/LightHouse-1.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_0.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_1.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_10.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_11.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_12.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_13.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_14.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_15.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_16.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_17.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_18.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_19.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_2.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_20.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_21.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_22.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_23.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_24.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_25.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_26.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_27.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_28.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_29.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_3.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_30.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_31.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_32.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_33.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_34.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_35.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_36.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_37.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_38.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_39.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_4.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_40.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_41.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_42.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_43.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_44.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_45.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_46.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_47.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_48.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_49.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_5.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_6.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_7.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_8.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_9.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/leaf.jpg -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/leaf.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/leafbw.jpg -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/leafpg.jpg -sun-wtk/apps/Photoalbum/res/icons/Duke.png -sun-wtk/apps/Photoalbum/res/icons/JavaPowered-2.png -sun-wtk/apps/Photoalbum/res/icons/JavaPowered-8.png -sun-wtk/apps/Photoalbum/src/example/About.java -sun-wtk/apps/Photoalbum/src/example/photoalbum/PhotoAlbum.java -sun-wtk/apps/Photoalbum/src/example/photoalbum/PhotoFrame.java -sun-wtk/apps/Photoalbum/src/example/photoalbum/TestChart.java -sun-wtk/apps/Photoalbum/tmpclasses/example/About.class -sun-wtk/apps/Photoalbum/tmpclasses/example/photoalbum/PhotoAlbum.class -sun-wtk/apps/Photoalbum/tmpclasses/example/photoalbum/PhotoFrame.class -sun-wtk/apps/Photoalbum/tmpclasses/example/photoalbum/TestChart.class -sun-wtk/apps/UIDemo/bin/MANIFEST.MF -sun-wtk/apps/UIDemo/bin/UIDemo.jad -sun-wtk/apps/UIDemo/bin/UIDemo.jar -sun-wtk/apps/UIDemo/bin/build.sh -sun-wtk/apps/UIDemo/bin/run.sh -sun-wtk/apps/UIDemo/classes/alert/AlertDemo$1.class -sun-wtk/apps/UIDemo/classes/alert/AlertDemo$AlertListener.class -sun-wtk/apps/UIDemo/classes/alert/AlertDemo.class -sun-wtk/apps/UIDemo/classes/choicegroup/ChoiceGroupDemo.class -sun-wtk/apps/UIDemo/classes/customitem/CustomItemDemo.class -sun-wtk/apps/UIDemo/classes/customitem/Table.class -sun-wtk/apps/UIDemo/classes/customitem/TextInput.class -sun-wtk/apps/UIDemo/classes/datefield/DateFieldDemo.class -sun-wtk/apps/UIDemo/classes/gauge/GaugeDemo.class -sun-wtk/apps/UIDemo/classes/gauge/IncrementalIndefiniteGaugeRunnable.class -sun-wtk/apps/UIDemo/classes/gauge/NonInteractiveGaugeRunnable.class -sun-wtk/apps/UIDemo/classes/list/ListDemo.class -sun-wtk/apps/UIDemo/classes/stringitem/StringItemDemo.class -sun-wtk/apps/UIDemo/classes/textbox/TextBoxDemo.class -sun-wtk/apps/UIDemo/classes/textfield/TextFieldDemo.class -sun-wtk/apps/UIDemo/classes/ticker/TickerDemo.class -sun-wtk/apps/UIDemo/ignore.rgs -sun-wtk/apps/UIDemo/project.properties -sun-wtk/apps/UIDemo/res/midp/uidemo/Duke.png -sun-wtk/apps/UIDemo/res/midp/uidemo/Icon.png -sun-wtk/apps/UIDemo/res/midp/uidemo/JavaPowered-8.png -sun-wtk/apps/UIDemo/src/alert/AlertDemo.java -sun-wtk/apps/UIDemo/src/choicegroup/ChoiceGroupDemo.java -sun-wtk/apps/UIDemo/src/customitem/CustomItemDemo.java -sun-wtk/apps/UIDemo/src/customitem/Table.java -sun-wtk/apps/UIDemo/src/customitem/TextInput.java -sun-wtk/apps/UIDemo/src/datefield/DateFieldDemo.java -sun-wtk/apps/UIDemo/src/gauge/GaugeDemo.java -sun-wtk/apps/UIDemo/src/gauge/IncrementalIndefiniteGaugeRunnable.java -sun-wtk/apps/UIDemo/src/gauge/NonInteractiveGaugeRunnable.java -sun-wtk/apps/UIDemo/src/list/ListDemo.java -sun-wtk/apps/UIDemo/src/stringitem/StringItemDemo.java -sun-wtk/apps/UIDemo/src/textbox/TextBoxDemo.java -sun-wtk/apps/UIDemo/src/textfield/TextFieldDemo.java -sun-wtk/apps/UIDemo/src/ticker/TickerDemo.java -sun-wtk/apps/UIDemo/tmpclasses/alert/AlertDemo$1.class -sun-wtk/apps/UIDemo/tmpclasses/alert/AlertDemo$AlertListener.class -sun-wtk/apps/UIDemo/tmpclasses/alert/AlertDemo.class -sun-wtk/apps/UIDemo/tmpclasses/choicegroup/ChoiceGroupDemo.class -sun-wtk/apps/UIDemo/tmpclasses/customitem/CustomItemDemo.class -sun-wtk/apps/UIDemo/tmpclasses/customitem/Table.class -sun-wtk/apps/UIDemo/tmpclasses/customitem/TextInput.class -sun-wtk/apps/UIDemo/tmpclasses/datefield/DateFieldDemo.class -sun-wtk/apps/UIDemo/tmpclasses/gauge/GaugeDemo.class -sun-wtk/apps/UIDemo/tmpclasses/gauge/IncrementalIndefiniteGaugeRunnable.class -sun-wtk/apps/UIDemo/tmpclasses/gauge/NonInteractiveGaugeRunnable.class -sun-wtk/apps/UIDemo/tmpclasses/list/ListDemo.class -sun-wtk/apps/UIDemo/tmpclasses/stringitem/StringItemDemo.class -sun-wtk/apps/UIDemo/tmpclasses/textbox/TextBoxDemo.class -sun-wtk/apps/UIDemo/tmpclasses/textfield/TextFieldDemo.class -sun-wtk/apps/UIDemo/tmpclasses/ticker/TickerDemo.class -sun-wtk/apps/WMADemo/bin/MANIFEST.MF -sun-wtk/apps/WMADemo/bin/WMADemo.jad -sun-wtk/apps/WMADemo/bin/WMADemo.jar -sun-wtk/apps/WMADemo/bin/build.sh -sun-wtk/apps/WMADemo/bin/run.sh -sun-wtk/apps/WMADemo/classes/example/cbs/CBSReceive.class -sun-wtk/apps/WMADemo/classes/example/mms/MMSMessage.class -sun-wtk/apps/WMADemo/classes/example/mms/MMSReceive.class -sun-wtk/apps/WMADemo/classes/example/mms/MMSSend.class -sun-wtk/apps/WMADemo/classes/example/mms/PartsDialog$ImageDialog.class -sun-wtk/apps/WMADemo/classes/example/mms/PartsDialog$TextDialog.class -sun-wtk/apps/WMADemo/classes/example/mms/PartsDialog.class -sun-wtk/apps/WMADemo/classes/example/mms/SenderThread.class -sun-wtk/apps/WMADemo/classes/example/sms/SMSReceive.class -sun-wtk/apps/WMADemo/classes/example/sms/SMSSend.class -sun-wtk/apps/WMADemo/classes/example/sms/SMSSender.class -sun-wtk/apps/WMADemo/project.properties -sun-wtk/apps/WMADemo/res/Duke.png -sun-wtk/apps/WMADemo/res/Java.png -sun-wtk/apps/WMADemo/src/example/cbs/CBSReceive.java -sun-wtk/apps/WMADemo/src/example/mms/MMSMessage.java -sun-wtk/apps/WMADemo/src/example/mms/MMSReceive.java -sun-wtk/apps/WMADemo/src/example/mms/MMSSend.java -sun-wtk/apps/WMADemo/src/example/mms/PartsDialog.java -sun-wtk/apps/WMADemo/src/example/mms/SenderThread.java -sun-wtk/apps/WMADemo/src/example/sms/SMSReceive.java -sun-wtk/apps/WMADemo/src/example/sms/SMSSend.java -sun-wtk/apps/WMADemo/src/example/sms/SMSSender.java -sun-wtk/apps/WMADemo/tmpclasses/example/cbs/CBSReceive.class -sun-wtk/apps/WMADemo/tmpclasses/example/mms/MMSMessage.class -sun-wtk/apps/WMADemo/tmpclasses/example/mms/MMSReceive.class -sun-wtk/apps/WMADemo/tmpclasses/example/mms/MMSSend.class -sun-wtk/apps/WMADemo/tmpclasses/example/mms/PartsDialog$ImageDialog.class -sun-wtk/apps/WMADemo/tmpclasses/example/mms/PartsDialog$TextDialog.class -sun-wtk/apps/WMADemo/tmpclasses/example/mms/PartsDialog.class -sun-wtk/apps/WMADemo/tmpclasses/example/mms/SenderThread.class -sun-wtk/apps/WMADemo/tmpclasses/example/sms/SMSReceive.class -sun-wtk/apps/WMADemo/tmpclasses/example/sms/SMSSend.class -sun-wtk/apps/WMADemo/tmpclasses/example/sms/SMSSender.class -sun-wtk/apps/mmademo/bin/MANIFEST.MF -sun-wtk/apps/mmademo/bin/mmademo.jad -sun-wtk/apps/mmademo/bin/mmademo.jar -sun-wtk/apps/mmademo/classes/example/mmademo/BaseListMidlet.class -sun-wtk/apps/mmademo/classes/example/mmademo/DrummerCanvas$1.class -sun-wtk/apps/mmademo/classes/example/mmademo/DrummerCanvas.class -sun-wtk/apps/mmademo/classes/example/mmademo/PausingAudioTest.class -sun-wtk/apps/mmademo/classes/example/mmademo/RingToneConverter.class -sun-wtk/apps/mmademo/classes/example/mmademo/SimpleHttpBrowser.class -sun-wtk/apps/mmademo/classes/example/mmademo/SimplePlayer.class -sun-wtk/apps/mmademo/classes/example/mmademo/SimplePlayerCanvas.class -sun-wtk/apps/mmademo/classes/example/mmademo/SimplePlayerForm.class -sun-wtk/apps/mmademo/classes/example/mmademo/SimplePlayerGUI$1.class -sun-wtk/apps/mmademo/classes/example/mmademo/SimplePlayerGUI$Parent.class -sun-wtk/apps/mmademo/classes/example/mmademo/SimplePlayerGUI$RecordTask.class -sun-wtk/apps/mmademo/classes/example/mmademo/SimplePlayerGUI$SPTimerTask.class -sun-wtk/apps/mmademo/classes/example/mmademo/SimplePlayerGUI.class -sun-wtk/apps/mmademo/classes/example/mmademo/SimpleRmsBrowser.class -sun-wtk/apps/mmademo/classes/example/mmademo/SimpleTones.class -sun-wtk/apps/mmademo/classes/example/mmademo/Utils$1.class -sun-wtk/apps/mmademo/classes/example/mmademo/Utils$BreadCrumbTrail.class -sun-wtk/apps/mmademo/classes/example/mmademo/Utils$ContentHandler.class -sun-wtk/apps/mmademo/classes/example/mmademo/Utils$Interruptable.class -sun-wtk/apps/mmademo/classes/example/mmademo/Utils$QueryListener.class -sun-wtk/apps/mmademo/classes/example/mmademo/Utils$QueryTask.class -sun-wtk/apps/mmademo/classes/example/mmademo/Utils.class -sun-wtk/apps/mmademo/classes/example/mmademo/VideoCanvas$1.class -sun-wtk/apps/mmademo/classes/example/mmademo/VideoCanvas.class -sun-wtk/apps/mmademo/classes/example/mmademo/VideoPlayer$1.class -sun-wtk/apps/mmademo/classes/example/mmademo/VideoPlayer.class -sun-wtk/apps/mmademo/classes/example/mmademo/VideoTest$1.class -sun-wtk/apps/mmademo/classes/example/mmademo/VideoTest.class -sun-wtk/apps/mmademo/project.properties -sun-wtk/apps/mmademo/res/audio/amr-nb.amr -sun-wtk/apps/mmademo/res/audio/amr-wb.awb -sun-wtk/apps/mmademo/res/audio/beethoven.jts -sun-wtk/apps/mmademo/res/audio/bong.wav -sun-wtk/apps/mmademo/res/audio/pattern.mid -sun-wtk/apps/mmademo/res/audio/scale.mid -sun-wtk/apps/mmademo/res/icons/App.png -sun-wtk/apps/mmademo/res/icons/logo.png -sun-wtk/apps/mmademo/res/video/animated_89_c.gif -sun-wtk/apps/mmademo/src/example/mmademo/BaseListMidlet.java -sun-wtk/apps/mmademo/src/example/mmademo/DrummerCanvas.java -sun-wtk/apps/mmademo/src/example/mmademo/PausingAudioTest.java -sun-wtk/apps/mmademo/src/example/mmademo/RingToneConverter.java -sun-wtk/apps/mmademo/src/example/mmademo/SimpleHttpBrowser.java -sun-wtk/apps/mmademo/src/example/mmademo/SimplePlayer.java -sun-wtk/apps/mmademo/src/example/mmademo/SimplePlayerCanvas.java -sun-wtk/apps/mmademo/src/example/mmademo/SimplePlayerForm.java -sun-wtk/apps/mmademo/src/example/mmademo/SimplePlayerGUI.java -sun-wtk/apps/mmademo/src/example/mmademo/SimpleRmsBrowser.java -sun-wtk/apps/mmademo/src/example/mmademo/SimpleTones.java -sun-wtk/apps/mmademo/src/example/mmademo/Utils.java -sun-wtk/apps/mmademo/src/example/mmademo/VideoCanvas.java -sun-wtk/apps/mmademo/src/example/mmademo/VideoPlayer.java -sun-wtk/apps/mmademo/src/example/mmademo/VideoTest.java -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/BaseListMidlet.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/DrummerCanvas$1.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/DrummerCanvas.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/PausingAudioTest.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/RingToneConverter.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/SimpleHttpBrowser.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/SimplePlayer.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/SimplePlayerCanvas.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/SimplePlayerForm.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/SimplePlayerGUI$1.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/SimplePlayerGUI$Parent.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/SimplePlayerGUI$RecordTask.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/SimplePlayerGUI$SPTimerTask.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/SimplePlayerGUI.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/SimpleRmsBrowser.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/SimpleTones.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/Utils$1.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/Utils$BreadCrumbTrail.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/Utils$ContentHandler.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/Utils$Interruptable.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/Utils$QueryListener.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/Utils$QueryTask.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/Utils.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/VideoCanvas$1.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/VideoCanvas.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/VideoPlayer$1.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/VideoPlayer.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/VideoTest$1.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/VideoTest.class -sun-wtk/bin/JadTool.jar -sun-wtk/bin/MEKeyTool.jar -sun-wtk/bin/activation.jar -sun-wtk/bin/defaultdevice -sun-wtk/bin/emulator -sun-wtk/bin/j2me_sg_ri.jar -sun-wtk/bin/jaxrpc-api.jar -sun-wtk/bin/jaxrpc-impl.jar -sun-wtk/bin/jaxrpc-spi.jar -sun-wtk/bin/ktoolbar -sun-wtk/bin/libjmcustommpx.so -sun-wtk/bin/libzayit.so -sun-wtk/bin/mail.jar -sun-wtk/bin/mekeytool -sun-wtk/bin/prefs -sun-wtk/bin/preverify -sun-wtk/bin/preverify1.0 -sun-wtk/bin/preverify1.1 -sun-wtk/bin/runmidlet -sun-wtk/bin/saaj-api.jar -sun-wtk/bin/saaj-impl.jar -sun-wtk/bin/schema2beansdev.jar -sun-wtk/bin/utils -sun-wtk/bin/wscompile -sun-wtk/bin/xsdlib.jar -sun-wtk/bin/zayit -sun-wtk/copyright.html -sun-wtk/docs/BasicCustomizationGuide-html/catalog.css -sun-wtk/docs/BasicCustomizationGuide-html/copyright.html -sun-wtk/docs/BasicCustomizationGuide-html/document.css -sun-wtk/docs/BasicCustomizationGuide-html/images/diamond.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/diamond_sm.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/highlight-t6.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/hilight3.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/index.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/indexx.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/mkdirhier.txt -sun-wtk/docs/BasicCustomizationGuide-html/images/neutral-t5.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/neutral2.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/neutral8.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/next.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/nextx.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/palm_font.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/pressed-t7.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/pressed4.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/prev.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/prevx.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/toc.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/tocx.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/triangle.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/wj29.gif -sun-wtk/docs/BasicCustomizationGuide-html/index.html -sun-wtk/docs/BasicCustomizationGuide-html/indexa.html -sun-wtk/docs/BasicCustomizationGuide-html/introduction.html -sun-wtk/docs/BasicCustomizationGuide-html/obfuscator.html -sun-wtk/docs/BasicCustomizationGuide-html/preface.html -sun-wtk/docs/BasicCustomizationGuide-html/skinning.html -sun-wtk/docs/BasicCustomizationGuide.pdf -sun-wtk/docs/UserGuide-html/bluetooth.html -sun-wtk/docs/UserGuide-html/catalog.css -sun-wtk/docs/UserGuide-html/commandline.html -sun-wtk/docs/UserGuide-html/copyright.html -sun-wtk/docs/UserGuide-html/demonstrations.html -sun-wtk/docs/UserGuide-html/developing.html -sun-wtk/docs/UserGuide-html/document.css -sun-wtk/docs/UserGuide-html/emulator.html -sun-wtk/docs/UserGuide-html/images/BluetoothDemo-client4.gif -sun-wtk/docs/UserGuide-html/images/BluetoothDemo-server.gif -sun-wtk/docs/UserGuide-html/images/DefaultColorPhone-callouts.gif -sun-wtk/docs/UserGuide-html/images/Demo3D-Life3D.gif -sun-wtk/docs/UserGuide-html/images/Demo3D-PogoRoo4.gif -sun-wtk/docs/UserGuide-html/images/Demo3D-retainedmode5.gif -sun-wtk/docs/UserGuide-html/images/ObexDemo-image10.gif -sun-wtk/docs/UserGuide-html/images/ObexDemo-permission9.gif -sun-wtk/docs/UserGuide-html/images/ObexDemo-waiting8.gif -sun-wtk/docs/UserGuide-html/images/PDAPDemo-Readme12.gif -sun-wtk/docs/UserGuide-html/images/PDAPDemo-commit17.gif -sun-wtk/docs/UserGuide-html/images/PDAPDemo-empty15.gif -sun-wtk/docs/UserGuide-html/images/PDAPDemo-listtype14.gif -sun-wtk/docs/UserGuide-html/images/PDAPDemo-newcontact16.gif -sun-wtk/docs/UserGuide-html/images/PDAPDemo-root111.gif -sun-wtk/docs/UserGuide-html/images/TinyMIDlet6.gif -sun-wtk/docs/UserGuide-html/images/WMADemo-mmsaddress6.gif -sun-wtk/docs/UserGuide-html/images/WMADemo-mmsparts7.gif -sun-wtk/docs/UserGuide-html/images/WMADemo-mmsreceive9.gif -sun-wtk/docs/UserGuide-html/images/WMADemo-push19.gif -sun-wtk/docs/UserGuide-html/images/WMADemo-send18.gif -sun-wtk/docs/UserGuide-html/images/WMADemo-smsdone20.gif -sun-wtk/docs/UserGuide-html/images/ams17.gif -sun-wtk/docs/UserGuide-html/images/ams28.gif -sun-wtk/docs/UserGuide-html/images/ams39.gif -sun-wtk/docs/UserGuide-html/images/ams410.gif -sun-wtk/docs/UserGuide-html/images/attributes12.gif -sun-wtk/docs/UserGuide-html/images/buildsuccess4.gif -sun-wtk/docs/UserGuide-html/images/certificatemanager4.gif -sun-wtk/docs/UserGuide-html/images/demonstrations13.gif -sun-wtk/docs/UserGuide-html/images/diamond.gif -sun-wtk/docs/UserGuide-html/images/diamond_sm.gif -sun-wtk/docs/UserGuide-html/images/filesystem-roots.gif -sun-wtk/docs/UserGuide-html/images/index.gif -sun-wtk/docs/UserGuide-html/images/indexx.gif -sun-wtk/docs/UserGuide-html/images/ktoolbar.gif -sun-wtk/docs/UserGuide-html/images/ktoolbar22.gif -sun-wtk/docs/UserGuide-html/images/ktoolbara.gif -sun-wtk/docs/UserGuide-html/images/memorymonitor-objects4.gif -sun-wtk/docs/UserGuide-html/images/memorymonitor3.gif -sun-wtk/docs/UserGuide-html/images/midlets13.gif -sun-wtk/docs/UserGuide-html/images/mkdirhier.txt -sun-wtk/docs/UserGuide-html/images/networkmonitor-sms8.gif -sun-wtk/docs/UserGuide-html/images/networkmonitor5.gif -sun-wtk/docs/UserGuide-html/images/newkeypair3.gif -sun-wtk/docs/UserGuide-html/images/newproject2.gif -sun-wtk/docs/UserGuide-html/images/newproject23.gif -sun-wtk/docs/UserGuide-html/images/next.gif -sun-wtk/docs/UserGuide-html/images/nextx.gif -sun-wtk/docs/UserGuide-html/images/openproject23.gif -sun-wtk/docs/UserGuide-html/images/performance3.gif -sun-wtk/docs/UserGuide-html/images/permissions.gif -sun-wtk/docs/UserGuide-html/images/preferences-bluetooth.gif -sun-wtk/docs/UserGuide-html/images/preferences-monitor.gif -sun-wtk/docs/UserGuide-html/images/preferences-wma.gif -sun-wtk/docs/UserGuide-html/images/prev.gif -sun-wtk/docs/UserGuide-html/images/prevx.gif -sun-wtk/docs/UserGuide-html/images/profiler2.gif -sun-wtk/docs/UserGuide-html/images/run15.gif -sun-wtk/docs/UserGuide-html/images/run211.gif -sun-wtk/docs/UserGuide-html/images/settings-apiselection.gif -sun-wtk/docs/UserGuide-html/images/settings-pushregistry4.gif -sun-wtk/docs/UserGuide-html/images/sign2.gif -sun-wtk/docs/UserGuide-html/images/storage2.gif -sun-wtk/docs/UserGuide-html/images/stubgenerator.gif -sun-wtk/docs/UserGuide-html/images/toc.gif -sun-wtk/docs/UserGuide-html/images/tocx.gif -sun-wtk/docs/UserGuide-html/images/triangle.gif -sun-wtk/docs/UserGuide-html/images/wmaconsole-sendbinary4.gif -sun-wtk/docs/UserGuide-html/images/wmaconsole-sendcbs5.gif -sun-wtk/docs/UserGuide-html/images/wmaconsole-sendmms27.gif -sun-wtk/docs/UserGuide-html/images/wmaconsole-sendmms6.gif -sun-wtk/docs/UserGuide-html/images/wmaconsole-sendtext3.gif -sun-wtk/docs/UserGuide-html/images/wmaconsole2.gif -sun-wtk/docs/UserGuide-html/index.html -sun-wtk/docs/UserGuide-html/indexa.html -sun-wtk/docs/UserGuide-html/internationalization.html -sun-wtk/docs/UserGuide-html/introduction.html -sun-wtk/docs/UserGuide-html/mmapi.html -sun-wtk/docs/UserGuide-html/mobile3d.html -sun-wtk/docs/UserGuide-html/monitoring.html -sun-wtk/docs/UserGuide-html/pdap.html -sun-wtk/docs/UserGuide-html/preface.html -sun-wtk/docs/UserGuide-html/projects.html -sun-wtk/docs/UserGuide-html/security.html -sun-wtk/docs/UserGuide-html/webservices.html -sun-wtk/docs/UserGuide-html/wma.html -sun-wtk/docs/UserGuide.pdf -sun-wtk/docs/api/j2me-rpc/LICENSE.html -sun-wtk/docs/api/j2me-rpc/allclasses-frame.html -sun-wtk/docs/api/j2me-rpc/allclasses-noframe.html -sun-wtk/docs/api/j2me-rpc/constant-values.html -sun-wtk/docs/api/j2me-rpc/deprecated-list.html -sun-wtk/docs/api/j2me-rpc/help-doc.html -sun-wtk/docs/api/j2me-rpc/index-all.html -sun-wtk/docs/api/j2me-rpc/index.html -sun-wtk/docs/api/j2me-rpc/java/rmi/MarshalException.html -sun-wtk/docs/api/j2me-rpc/java/rmi/Remote.html -sun-wtk/docs/api/j2me-rpc/java/rmi/RemoteException.html -sun-wtk/docs/api/j2me-rpc/java/rmi/ServerException.html -sun-wtk/docs/api/j2me-rpc/java/rmi/class-use/MarshalException.html -sun-wtk/docs/api/j2me-rpc/java/rmi/class-use/Remote.html -sun-wtk/docs/api/j2me-rpc/java/rmi/class-use/RemoteException.html -sun-wtk/docs/api/j2me-rpc/java/rmi/class-use/ServerException.html -sun-wtk/docs/api/j2me-rpc/java/rmi/package-frame.html -sun-wtk/docs/api/j2me-rpc/java/rmi/package-summary.html -sun-wtk/docs/api/j2me-rpc/java/rmi/package-tree.html -sun-wtk/docs/api/j2me-rpc/java/rmi/package-use.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/ComplexType.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/Element.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/FaultDetailException.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/FaultDetailHandler.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/Operation.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/Type.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/class-use/ComplexType.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/class-use/Element.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/class-use/FaultDetailException.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/class-use/FaultDetailHandler.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/class-use/Operation.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/class-use/Type.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/package-frame.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/package-summary.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/package-tree.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/package-use.html -sun-wtk/docs/api/j2me-rpc/javax/xml/namespace/QName.html -sun-wtk/docs/api/j2me-rpc/javax/xml/namespace/class-use/QName.html -sun-wtk/docs/api/j2me-rpc/javax/xml/namespace/package-frame.html -sun-wtk/docs/api/j2me-rpc/javax/xml/namespace/package-summary.html -sun-wtk/docs/api/j2me-rpc/javax/xml/namespace/package-tree.html -sun-wtk/docs/api/j2me-rpc/javax/xml/namespace/package-use.html -sun-wtk/docs/api/j2me-rpc/javax/xml/rpc/JAXRPCException.html -sun-wtk/docs/api/j2me-rpc/javax/xml/rpc/NamespaceConstants.html -sun-wtk/docs/api/j2me-rpc/javax/xml/rpc/Stub.html -sun-wtk/docs/api/j2me-rpc/javax/xml/rpc/class-use/JAXRPCException.html -sun-wtk/docs/api/j2me-rpc/javax/xml/rpc/class-use/NamespaceConstants.html -sun-wtk/docs/api/j2me-rpc/javax/xml/rpc/class-use/Stub.html -sun-wtk/docs/api/j2me-rpc/javax/xml/rpc/package-frame.html -sun-wtk/docs/api/j2me-rpc/javax/xml/rpc/package-summary.html -sun-wtk/docs/api/j2me-rpc/javax/xml/rpc/package-tree.html -sun-wtk/docs/api/j2me-rpc/javax/xml/rpc/package-use.html -sun-wtk/docs/api/j2me-rpc/overview-frame.html -sun-wtk/docs/api/j2me-rpc/overview-summary.html -sun-wtk/docs/api/j2me-rpc/overview-tree.html -sun-wtk/docs/api/j2me-rpc/package-list -sun-wtk/docs/api/j2me-rpc/packages.html -sun-wtk/docs/api/j2me-rpc/serialized-form.html -sun-wtk/docs/api/j2me-rpc/stylesheet.css -sun-wtk/docs/api/j2me-xml/LICENSE.html -sun-wtk/docs/api/j2me-xml/allclasses-frame.html -sun-wtk/docs/api/j2me-xml/allclasses-noframe.html -sun-wtk/docs/api/j2me-xml/constant-values.html -sun-wtk/docs/api/j2me-xml/deprecated-list.html -sun-wtk/docs/api/j2me-xml/help-doc.html -sun-wtk/docs/api/j2me-xml/index-all.html -sun-wtk/docs/api/j2me-xml/index.html -sun-wtk/docs/api/j2me-xml/javax/xml/parsers/FactoryConfigurationError.html -sun-wtk/docs/api/j2me-xml/javax/xml/parsers/ParserConfigurationException.html -sun-wtk/docs/api/j2me-xml/javax/xml/parsers/SAXParser.html -sun-wtk/docs/api/j2me-xml/javax/xml/parsers/SAXParserFactory.html -sun-wtk/docs/api/j2me-xml/javax/xml/parsers/class-use/FactoryConfigurationError.html -sun-wtk/docs/api/j2me-xml/javax/xml/parsers/class-use/ParserConfigurationException.html -sun-wtk/docs/api/j2me-xml/javax/xml/parsers/class-use/SAXParser.html -sun-wtk/docs/api/j2me-xml/javax/xml/parsers/class-use/SAXParserFactory.html -sun-wtk/docs/api/j2me-xml/javax/xml/parsers/package-frame.html -sun-wtk/docs/api/j2me-xml/javax/xml/parsers/package-summary.html -sun-wtk/docs/api/j2me-xml/javax/xml/parsers/package-tree.html -sun-wtk/docs/api/j2me-xml/javax/xml/parsers/package-use.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/Attributes.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/InputSource.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/Locator.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/SAXException.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/SAXNotRecognizedException.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/SAXNotSupportedException.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/SAXParseException.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/class-use/Attributes.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/class-use/InputSource.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/class-use/Locator.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/class-use/SAXException.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/class-use/SAXNotRecognizedException.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/class-use/SAXNotSupportedException.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/class-use/SAXParseException.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/helpers/DefaultHandler.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/helpers/class-use/DefaultHandler.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/helpers/package-frame.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/helpers/package-summary.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/helpers/package-tree.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/helpers/package-use.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/package-frame.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/package-summary.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/package-tree.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/package-use.html -sun-wtk/docs/api/j2me-xml/overview-frame.html -sun-wtk/docs/api/j2me-xml/overview-summary.html -sun-wtk/docs/api/j2me-xml/overview-tree.html -sun-wtk/docs/api/j2me-xml/package-list -sun-wtk/docs/api/j2me-xml/packages.html -sun-wtk/docs/api/j2me-xml/serialized-form.html -sun-wtk/docs/api/j2me-xml/stylesheet.css -sun-wtk/docs/api/midp/allclasses-frame.html -sun-wtk/docs/api/midp/allclasses-noframe.html -sun-wtk/docs/api/midp/constant-values.html -sun-wtk/docs/api/midp/deprecated-list.html -sun-wtk/docs/api/midp/help-doc.html -sun-wtk/docs/api/midp/index-all.html -sun-wtk/docs/api/midp/index.html -sun-wtk/docs/api/midp/java/io/ByteArrayInputStream.html -sun-wtk/docs/api/midp/java/io/ByteArrayOutputStream.html -sun-wtk/docs/api/midp/java/io/DataInput.html -sun-wtk/docs/api/midp/java/io/DataInputStream.html -sun-wtk/docs/api/midp/java/io/DataOutput.html -sun-wtk/docs/api/midp/java/io/DataOutputStream.html -sun-wtk/docs/api/midp/java/io/EOFException.html -sun-wtk/docs/api/midp/java/io/IOException.html -sun-wtk/docs/api/midp/java/io/InputStream.html -sun-wtk/docs/api/midp/java/io/InputStreamReader.html -sun-wtk/docs/api/midp/java/io/InterruptedIOException.html -sun-wtk/docs/api/midp/java/io/OutputStream.html -sun-wtk/docs/api/midp/java/io/OutputStreamWriter.html -sun-wtk/docs/api/midp/java/io/PrintStream.html -sun-wtk/docs/api/midp/java/io/Reader.html -sun-wtk/docs/api/midp/java/io/UTFDataFormatException.html -sun-wtk/docs/api/midp/java/io/UnsupportedEncodingException.html -sun-wtk/docs/api/midp/java/io/Writer.html -sun-wtk/docs/api/midp/java/io/class-use/ByteArrayInputStream.html -sun-wtk/docs/api/midp/java/io/class-use/ByteArrayOutputStream.html -sun-wtk/docs/api/midp/java/io/class-use/DataInput.html -sun-wtk/docs/api/midp/java/io/class-use/DataInputStream.html -sun-wtk/docs/api/midp/java/io/class-use/DataOutput.html -sun-wtk/docs/api/midp/java/io/class-use/DataOutputStream.html -sun-wtk/docs/api/midp/java/io/class-use/EOFException.html -sun-wtk/docs/api/midp/java/io/class-use/IOException.html -sun-wtk/docs/api/midp/java/io/class-use/InputStream.html -sun-wtk/docs/api/midp/java/io/class-use/InputStreamReader.html -sun-wtk/docs/api/midp/java/io/class-use/InterruptedIOException.html -sun-wtk/docs/api/midp/java/io/class-use/OutputStream.html -sun-wtk/docs/api/midp/java/io/class-use/OutputStreamWriter.html -sun-wtk/docs/api/midp/java/io/class-use/PrintStream.html -sun-wtk/docs/api/midp/java/io/class-use/Reader.html -sun-wtk/docs/api/midp/java/io/class-use/UTFDataFormatException.html -sun-wtk/docs/api/midp/java/io/class-use/UnsupportedEncodingException.html -sun-wtk/docs/api/midp/java/io/class-use/Writer.html -sun-wtk/docs/api/midp/java/io/package-frame.html -sun-wtk/docs/api/midp/java/io/package-summary.html -sun-wtk/docs/api/midp/java/io/package-tree.html -sun-wtk/docs/api/midp/java/io/package-use.html -sun-wtk/docs/api/midp/java/lang/ArithmeticException.html -sun-wtk/docs/api/midp/java/lang/ArrayIndexOutOfBoundsException.html -sun-wtk/docs/api/midp/java/lang/ArrayStoreException.html -sun-wtk/docs/api/midp/java/lang/Boolean.html -sun-wtk/docs/api/midp/java/lang/Byte.html -sun-wtk/docs/api/midp/java/lang/Character.html -sun-wtk/docs/api/midp/java/lang/Class.html -sun-wtk/docs/api/midp/java/lang/ClassCastException.html -sun-wtk/docs/api/midp/java/lang/ClassNotFoundException.html -sun-wtk/docs/api/midp/java/lang/Double.html -sun-wtk/docs/api/midp/java/lang/Error.html -sun-wtk/docs/api/midp/java/lang/Exception.html -sun-wtk/docs/api/midp/java/lang/Float.html -sun-wtk/docs/api/midp/java/lang/IllegalAccessException.html -sun-wtk/docs/api/midp/java/lang/IllegalArgumentException.html -sun-wtk/docs/api/midp/java/lang/IllegalMonitorStateException.html -sun-wtk/docs/api/midp/java/lang/IllegalStateException.html -sun-wtk/docs/api/midp/java/lang/IllegalThreadStateException.html -sun-wtk/docs/api/midp/java/lang/IndexOutOfBoundsException.html -sun-wtk/docs/api/midp/java/lang/InstantiationException.html -sun-wtk/docs/api/midp/java/lang/Integer.html -sun-wtk/docs/api/midp/java/lang/InterruptedException.html -sun-wtk/docs/api/midp/java/lang/Long.html -sun-wtk/docs/api/midp/java/lang/Math.html -sun-wtk/docs/api/midp/java/lang/NegativeArraySizeException.html -sun-wtk/docs/api/midp/java/lang/NoClassDefFoundError.html -sun-wtk/docs/api/midp/java/lang/NullPointerException.html -sun-wtk/docs/api/midp/java/lang/NumberFormatException.html -sun-wtk/docs/api/midp/java/lang/Object.html -sun-wtk/docs/api/midp/java/lang/OutOfMemoryError.html -sun-wtk/docs/api/midp/java/lang/Runnable.html -sun-wtk/docs/api/midp/java/lang/Runtime.html -sun-wtk/docs/api/midp/java/lang/RuntimeException.html -sun-wtk/docs/api/midp/java/lang/SecurityException.html -sun-wtk/docs/api/midp/java/lang/Short.html -sun-wtk/docs/api/midp/java/lang/String.html -sun-wtk/docs/api/midp/java/lang/StringBuffer.html -sun-wtk/docs/api/midp/java/lang/StringIndexOutOfBoundsException.html -sun-wtk/docs/api/midp/java/lang/System.html -sun-wtk/docs/api/midp/java/lang/Thread.html -sun-wtk/docs/api/midp/java/lang/Throwable.html -sun-wtk/docs/api/midp/java/lang/VirtualMachineError.html -sun-wtk/docs/api/midp/java/lang/class-use/ArithmeticException.html -sun-wtk/docs/api/midp/java/lang/class-use/ArrayIndexOutOfBoundsException.html -sun-wtk/docs/api/midp/java/lang/class-use/ArrayStoreException.html -sun-wtk/docs/api/midp/java/lang/class-use/Boolean.html -sun-wtk/docs/api/midp/java/lang/class-use/Byte.html -sun-wtk/docs/api/midp/java/lang/class-use/Character.html -sun-wtk/docs/api/midp/java/lang/class-use/Class.html -sun-wtk/docs/api/midp/java/lang/class-use/ClassCastException.html -sun-wtk/docs/api/midp/java/lang/class-use/ClassNotFoundException.html -sun-wtk/docs/api/midp/java/lang/class-use/Double.html -sun-wtk/docs/api/midp/java/lang/class-use/Error.html -sun-wtk/docs/api/midp/java/lang/class-use/Exception.html -sun-wtk/docs/api/midp/java/lang/class-use/Float.html -sun-wtk/docs/api/midp/java/lang/class-use/IllegalAccessException.html -sun-wtk/docs/api/midp/java/lang/class-use/IllegalArgumentException.html -sun-wtk/docs/api/midp/java/lang/class-use/IllegalMonitorStateException.html -sun-wtk/docs/api/midp/java/lang/class-use/IllegalStateException.html -sun-wtk/docs/api/midp/java/lang/class-use/IllegalThreadStateException.html -sun-wtk/docs/api/midp/java/lang/class-use/IndexOutOfBoundsException.html -sun-wtk/docs/api/midp/java/lang/class-use/InstantiationException.html -sun-wtk/docs/api/midp/java/lang/class-use/Integer.html -sun-wtk/docs/api/midp/java/lang/class-use/InterruptedException.html -sun-wtk/docs/api/midp/java/lang/class-use/Long.html -sun-wtk/docs/api/midp/java/lang/class-use/Math.html -sun-wtk/docs/api/midp/java/lang/class-use/NegativeArraySizeException.html -sun-wtk/docs/api/midp/java/lang/class-use/NoClassDefFoundError.html -sun-wtk/docs/api/midp/java/lang/class-use/NullPointerException.html -sun-wtk/docs/api/midp/java/lang/class-use/NumberFormatException.html -sun-wtk/docs/api/midp/java/lang/class-use/Object.html -sun-wtk/docs/api/midp/java/lang/class-use/OutOfMemoryError.html -sun-wtk/docs/api/midp/java/lang/class-use/Runnable.html -sun-wtk/docs/api/midp/java/lang/class-use/Runtime.html -sun-wtk/docs/api/midp/java/lang/class-use/RuntimeException.html -sun-wtk/docs/api/midp/java/lang/class-use/SecurityException.html -sun-wtk/docs/api/midp/java/lang/class-use/Short.html -sun-wtk/docs/api/midp/java/lang/class-use/String.html -sun-wtk/docs/api/midp/java/lang/class-use/StringBuffer.html -sun-wtk/docs/api/midp/java/lang/class-use/StringIndexOutOfBoundsException.html -sun-wtk/docs/api/midp/java/lang/class-use/System.html -sun-wtk/docs/api/midp/java/lang/class-use/Thread.html -sun-wtk/docs/api/midp/java/lang/class-use/Throwable.html -sun-wtk/docs/api/midp/java/lang/class-use/VirtualMachineError.html -sun-wtk/docs/api/midp/java/lang/package-frame.html -sun-wtk/docs/api/midp/java/lang/package-summary.html -sun-wtk/docs/api/midp/java/lang/package-tree.html -sun-wtk/docs/api/midp/java/lang/package-use.html -sun-wtk/docs/api/midp/java/util/Calendar.html -sun-wtk/docs/api/midp/java/util/Date.html -sun-wtk/docs/api/midp/java/util/EmptyStackException.html -sun-wtk/docs/api/midp/java/util/Enumeration.html -sun-wtk/docs/api/midp/java/util/Hashtable.html -sun-wtk/docs/api/midp/java/util/NoSuchElementException.html -sun-wtk/docs/api/midp/java/util/Random.html -sun-wtk/docs/api/midp/java/util/Stack.html -sun-wtk/docs/api/midp/java/util/TimeZone.html -sun-wtk/docs/api/midp/java/util/Timer.html -sun-wtk/docs/api/midp/java/util/TimerTask.html -sun-wtk/docs/api/midp/java/util/Vector.html -sun-wtk/docs/api/midp/java/util/class-use/Calendar.html -sun-wtk/docs/api/midp/java/util/class-use/Date.html -sun-wtk/docs/api/midp/java/util/class-use/EmptyStackException.html -sun-wtk/docs/api/midp/java/util/class-use/Enumeration.html -sun-wtk/docs/api/midp/java/util/class-use/Hashtable.html -sun-wtk/docs/api/midp/java/util/class-use/NoSuchElementException.html -sun-wtk/docs/api/midp/java/util/class-use/Random.html -sun-wtk/docs/api/midp/java/util/class-use/Stack.html -sun-wtk/docs/api/midp/java/util/class-use/TimeZone.html -sun-wtk/docs/api/midp/java/util/class-use/Timer.html -sun-wtk/docs/api/midp/java/util/class-use/TimerTask.html -sun-wtk/docs/api/midp/java/util/class-use/Vector.html -sun-wtk/docs/api/midp/java/util/package-frame.html -sun-wtk/docs/api/midp/java/util/package-summary.html -sun-wtk/docs/api/midp/java/util/package-tree.html -sun-wtk/docs/api/midp/java/util/package-use.html -sun-wtk/docs/api/midp/javax/microedition/io/CommConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/Connection.html -sun-wtk/docs/api/midp/javax/microedition/io/ConnectionNotFoundException.html -sun-wtk/docs/api/midp/javax/microedition/io/Connector.html -sun-wtk/docs/api/midp/javax/microedition/io/ContentConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/Datagram.html -sun-wtk/docs/api/midp/javax/microedition/io/DatagramConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/HttpConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/HttpsConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/InputConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/OutputConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/PushRegistry.html -sun-wtk/docs/api/midp/javax/microedition/io/SecureConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/SecurityInfo.html -sun-wtk/docs/api/midp/javax/microedition/io/ServerSocketConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/SocketConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/StreamConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/StreamConnectionNotifier.html -sun-wtk/docs/api/midp/javax/microedition/io/UDPDatagramConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/CommConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/Connection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/ConnectionNotFoundException.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/Connector.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/ContentConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/Datagram.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/DatagramConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/HttpConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/HttpsConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/InputConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/OutputConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/PushRegistry.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/SecureConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/SecurityInfo.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/ServerSocketConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/SocketConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/StreamConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/StreamConnectionNotifier.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/UDPDatagramConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/doc-files/MIDP_Networking-4.gif -sun-wtk/docs/api/midp/javax/microedition/io/package-frame.html -sun-wtk/docs/api/midp/javax/microedition/io/package-summary.html -sun-wtk/docs/api/midp/javax/microedition/io/package-tree.html -sun-wtk/docs/api/midp/javax/microedition/io/package-use.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Alert.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/AlertType.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Canvas.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Choice.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/ChoiceGroup.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Command.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/CommandListener.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/CustomItem.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/DateField.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Display.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Displayable.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Font.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Form.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Gauge.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Graphics.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Image.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/ImageItem.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Item.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/ItemCommandListener.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/ItemStateListener.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/List.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Screen.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Spacer.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/StringItem.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/TextBox.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/TextField.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Ticker.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Alert.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/AlertType.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Canvas.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Choice.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/ChoiceGroup.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Command.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/CommandListener.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/CustomItem.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/DateField.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Display.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Displayable.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Font.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Form.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Gauge.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Graphics.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Image.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/ImageItem.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Item.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/ItemCommandListener.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/ItemStateListener.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/List.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Screen.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Spacer.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/StringItem.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/TextBox.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/TextField.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Ticker.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/doc-files/command1.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/doc-files/command2.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/doc-files/command3.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/GameCanvas.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/Layer.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/LayerManager.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/Sprite.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/TiledLayer.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/class-use/GameCanvas.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/class-use/Layer.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/class-use/LayerManager.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/class-use/Sprite.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/class-use/TiledLayer.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/anchor.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/defaultSequence.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/drawWindow.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/frames.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/grid.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/grid2.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/referencePoint.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/refpixel.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/sequenceDemo.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/setrefposition.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/specialSequence.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/tiles.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/transcenter.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/transforms.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/viewWindow.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/package-frame.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/package-summary.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/package-tree.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/package-use.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/package-frame.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/package-summary.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/package-tree.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/package-use.html -sun-wtk/docs/api/midp/javax/microedition/media/Control.html -sun-wtk/docs/api/midp/javax/microedition/media/Controllable.html -sun-wtk/docs/api/midp/javax/microedition/media/Manager.html -sun-wtk/docs/api/midp/javax/microedition/media/MediaException.html -sun-wtk/docs/api/midp/javax/microedition/media/Player.html -sun-wtk/docs/api/midp/javax/microedition/media/PlayerListener.html -sun-wtk/docs/api/midp/javax/microedition/media/class-use/Control.html -sun-wtk/docs/api/midp/javax/microedition/media/class-use/Controllable.html -sun-wtk/docs/api/midp/javax/microedition/media/class-use/Manager.html -sun-wtk/docs/api/midp/javax/microedition/media/class-use/MediaException.html -sun-wtk/docs/api/midp/javax/microedition/media/class-use/Player.html -sun-wtk/docs/api/midp/javax/microedition/media/class-use/PlayerListener.html -sun-wtk/docs/api/midp/javax/microedition/media/control/ToneControl.html -sun-wtk/docs/api/midp/javax/microedition/media/control/VolumeControl.html -sun-wtk/docs/api/midp/javax/microedition/media/control/class-use/ToneControl.html -sun-wtk/docs/api/midp/javax/microedition/media/control/class-use/VolumeControl.html -sun-wtk/docs/api/midp/javax/microedition/media/control/package-frame.html -sun-wtk/docs/api/midp/javax/microedition/media/control/package-summary.html -sun-wtk/docs/api/midp/javax/microedition/media/control/package-tree.html -sun-wtk/docs/api/midp/javax/microedition/media/control/package-use.html -sun-wtk/docs/api/midp/javax/microedition/media/doc-files/plr-mgr-ctl.gif -sun-wtk/docs/api/midp/javax/microedition/media/doc-files/states.gif -sun-wtk/docs/api/midp/javax/microedition/media/package-frame.html -sun-wtk/docs/api/midp/javax/microedition/media/package-summary.html -sun-wtk/docs/api/midp/javax/microedition/media/package-tree.html -sun-wtk/docs/api/midp/javax/microedition/media/package-use.html -sun-wtk/docs/api/midp/javax/microedition/midlet/MIDlet.html -sun-wtk/docs/api/midp/javax/microedition/midlet/MIDletStateChangeException.html -sun-wtk/docs/api/midp/javax/microedition/midlet/class-use/MIDlet.html -sun-wtk/docs/api/midp/javax/microedition/midlet/class-use/MIDletStateChangeException.html -sun-wtk/docs/api/midp/javax/microedition/midlet/doc-files/App-States.gif -sun-wtk/docs/api/midp/javax/microedition/midlet/doc-files/Authorization.html -sun-wtk/docs/api/midp/javax/microedition/midlet/doc-files/PKITrust.html -sun-wtk/docs/api/midp/javax/microedition/midlet/package-frame.html -sun-wtk/docs/api/midp/javax/microedition/midlet/package-summary.html -sun-wtk/docs/api/midp/javax/microedition/midlet/package-tree.html -sun-wtk/docs/api/midp/javax/microedition/midlet/package-use.html -sun-wtk/docs/api/midp/javax/microedition/pki/Certificate.html -sun-wtk/docs/api/midp/javax/microedition/pki/CertificateException.html -sun-wtk/docs/api/midp/javax/microedition/pki/class-use/Certificate.html -sun-wtk/docs/api/midp/javax/microedition/pki/class-use/CertificateException.html -sun-wtk/docs/api/midp/javax/microedition/pki/package-frame.html -sun-wtk/docs/api/midp/javax/microedition/pki/package-summary.html -sun-wtk/docs/api/midp/javax/microedition/pki/package-tree.html -sun-wtk/docs/api/midp/javax/microedition/pki/package-use.html -sun-wtk/docs/api/midp/javax/microedition/rms/InvalidRecordIDException.html -sun-wtk/docs/api/midp/javax/microedition/rms/RecordComparator.html -sun-wtk/docs/api/midp/javax/microedition/rms/RecordEnumeration.html -sun-wtk/docs/api/midp/javax/microedition/rms/RecordFilter.html -sun-wtk/docs/api/midp/javax/microedition/rms/RecordListener.html -sun-wtk/docs/api/midp/javax/microedition/rms/RecordStore.html -sun-wtk/docs/api/midp/javax/microedition/rms/RecordStoreException.html -sun-wtk/docs/api/midp/javax/microedition/rms/RecordStoreFullException.html -sun-wtk/docs/api/midp/javax/microedition/rms/RecordStoreNotFoundException.html -sun-wtk/docs/api/midp/javax/microedition/rms/RecordStoreNotOpenException.html -sun-wtk/docs/api/midp/javax/microedition/rms/class-use/InvalidRecordIDException.html -sun-wtk/docs/api/midp/javax/microedition/rms/class-use/RecordComparator.html -sun-wtk/docs/api/midp/javax/microedition/rms/class-use/RecordEnumeration.html -sun-wtk/docs/api/midp/javax/microedition/rms/class-use/RecordFilter.html -sun-wtk/docs/api/midp/javax/microedition/rms/class-use/RecordListener.html -sun-wtk/docs/api/midp/javax/microedition/rms/class-use/RecordStore.html -sun-wtk/docs/api/midp/javax/microedition/rms/class-use/RecordStoreException.html -sun-wtk/docs/api/midp/javax/microedition/rms/class-use/RecordStoreFullException.html -sun-wtk/docs/api/midp/javax/microedition/rms/class-use/RecordStoreNotFoundException.html -sun-wtk/docs/api/midp/javax/microedition/rms/class-use/RecordStoreNotOpenException.html -sun-wtk/docs/api/midp/javax/microedition/rms/package-frame.html -sun-wtk/docs/api/midp/javax/microedition/rms/package-summary.html -sun-wtk/docs/api/midp/javax/microedition/rms/package-tree.html -sun-wtk/docs/api/midp/javax/microedition/rms/package-use.html -sun-wtk/docs/api/midp/overview-frame.html -sun-wtk/docs/api/midp/overview-summary.html -sun-wtk/docs/api/midp/overview-tree.html -sun-wtk/docs/api/midp/package-list -sun-wtk/docs/api/midp/packages.html -sun-wtk/docs/api/midp/resources/inherit.gif -sun-wtk/docs/api/midp/serialized-form.html -sun-wtk/docs/api/midp/stylesheet.css -sun-wtk/docs/api/mmapi/1-ds-player.gif -sun-wtk/docs/api/mmapi/2-ds-player-mngr.gif -sun-wtk/docs/api/mmapi/allclasses-frame.html -sun-wtk/docs/api/mmapi/copyright-notice.html -sun-wtk/docs/api/mmapi/deprecated-list.html -sun-wtk/docs/api/mmapi/help-doc.html -sun-wtk/docs/api/mmapi/index-all.html -sun-wtk/docs/api/mmapi/index.html -sun-wtk/docs/api/mmapi/javax/microedition/media/Control.html -sun-wtk/docs/api/mmapi/javax/microedition/media/Controllable.html -sun-wtk/docs/api/mmapi/javax/microedition/media/Manager.html -sun-wtk/docs/api/mmapi/javax/microedition/media/MediaException.html -sun-wtk/docs/api/mmapi/javax/microedition/media/Player.html -sun-wtk/docs/api/mmapi/javax/microedition/media/PlayerListener.html -sun-wtk/docs/api/mmapi/javax/microedition/media/TimeBase.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/FramePositioningControl.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/GUIControl.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/MIDIControl.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/MetaDataControl.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/PitchControl.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/RateControl.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/RecordControl.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/StopTimeControl.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/TempoControl.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/ToneControl.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/VideoControl.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/VolumeControl.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/copyright-notice.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/package-frame.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/package-summary.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/package-tree.html -sun-wtk/docs/api/mmapi/javax/microedition/media/copyright-notice.html -sun-wtk/docs/api/mmapi/javax/microedition/media/package-frame.html -sun-wtk/docs/api/mmapi/javax/microedition/media/package-summary.html -sun-wtk/docs/api/mmapi/javax/microedition/media/package-tree.html -sun-wtk/docs/api/mmapi/javax/microedition/media/protocol/ContentDescriptor.html -sun-wtk/docs/api/mmapi/javax/microedition/media/protocol/DataSource.html -sun-wtk/docs/api/mmapi/javax/microedition/media/protocol/SourceStream.html -sun-wtk/docs/api/mmapi/javax/microedition/media/protocol/copyright-notice.html -sun-wtk/docs/api/mmapi/javax/microedition/media/protocol/package-frame.html -sun-wtk/docs/api/mmapi/javax/microedition/media/protocol/package-summary.html -sun-wtk/docs/api/mmapi/javax/microedition/media/protocol/package-tree.html -sun-wtk/docs/api/mmapi/javax/microedition/media/states.gif -sun-wtk/docs/api/mmapi/overview-frame.html -sun-wtk/docs/api/mmapi/overview-summary.html -sun-wtk/docs/api/mmapi/overview-tree.html -sun-wtk/docs/api/mmapi/package-list -sun-wtk/docs/api/mmapi/packages.html -sun-wtk/docs/api/mmapi/serialized-form.html -sun-wtk/docs/api/mmapi/stylesheet.css -sun-wtk/docs/document.css -sun-wtk/docs/images/email.gif -sun-wtk/faq.html -sun-wtk/index.html -sun-wtk/lib/checkbox_off.png -sun-wtk/lib/checkbox_on.png -sun-wtk/lib/cldcapi10.jar -sun-wtk/lib/cldcapi11.jar -sun-wtk/lib/continuous_strip.png -sun-wtk/lib/crlf_bw.png -sun-wtk/lib/date_down.png -sun-wtk/lib/date_left.png -sun-wtk/lib/date_right.png -sun-wtk/lib/date_up.png -sun-wtk/lib/gauge_leftarrow.png -sun-wtk/lib/gauge_rightarrow.png -sun-wtk/lib/incremental_strip.png -sun-wtk/lib/internal.config -sun-wtk/lib/j2me-ws.jar -sun-wtk/lib/jsr082.jar -sun-wtk/lib/jsr184.jar -sun-wtk/lib/jsr75.jar -sun-wtk/lib/link_horizontal.png -sun-wtk/lib/link_vertical.png -sun-wtk/lib/midpapi10.jar -sun-wtk/lib/midpapi20.jar -sun-wtk/lib/mmapi.jar -sun-wtk/lib/popup_arrow.png -sun-wtk/lib/popup_scrolldown.png -sun-wtk/lib/popup_scrollup.png -sun-wtk/lib/radio_off.png -sun-wtk/lib/radio_on.png -sun-wtk/lib/security_query.png -sun-wtk/lib/soundbank.dls -sun-wtk/lib/system.config -sun-wtk/lib/ticker_border.png -sun-wtk/lib/trustedmidlet_icon.png -sun-wtk/lib/wma11.jar -sun-wtk/lib/wma20.jar -sun-wtk/wtklib/FreeBSD/ktools.properties -sun-wtk/wtklib/customjmf.jar -sun-wtk/wtklib/default.prj -sun-wtk/wtklib/devices/DefaultColorPhone/DefaultColorPhone.properties -sun-wtk/wtklib/devices/DefaultColorPhone/hilight.png -sun-wtk/wtklib/devices/DefaultColorPhone/net_indicator.png -sun-wtk/wtklib/devices/DefaultColorPhone/neutral.png -sun-wtk/wtklib/devices/DefaultColorPhone/pressed.png -sun-wtk/wtklib/devices/DefaultGrayPhone/DefaultGrayPhone.properties -sun-wtk/wtklib/devices/DefaultGrayPhone/ph1_highlight.png -sun-wtk/wtklib/devices/DefaultGrayPhone/ph1_neut.png -sun-wtk/wtklib/devices/DefaultGrayPhone/ph1_press.png -sun-wtk/wtklib/devices/MediaControlSkin/MediaControlSkin.properties -sun-wtk/wtklib/devices/MediaControlSkin/highlight.png -sun-wtk/wtklib/devices/MediaControlSkin/indicator.png -sun-wtk/wtklib/devices/MediaControlSkin/neutral.png -sun-wtk/wtklib/devices/MediaControlSkin/pressed.png -sun-wtk/wtklib/devices/QwertyDevice/QwertyDevice.properties -sun-wtk/wtklib/devices/QwertyDevice/highlight.png -sun-wtk/wtklib/devices/QwertyDevice/indicator.png -sun-wtk/wtklib/devices/QwertyDevice/neutral.png -sun-wtk/wtklib/devices/QwertyDevice/press.png -sun-wtk/wtklib/devices/Share/123.gif -sun-wtk/wtklib/devices/Share/ABC.gif -sun-wtk/wtklib/devices/Share/abc_lower.gif -sun-wtk/wtklib/devices/Share/batt.gif -sun-wtk/wtklib/devices/Share/down.gif -sun-wtk/wtklib/devices/Share/hira.gif -sun-wtk/wtklib/devices/Share/indicator.png -sun-wtk/wtklib/devices/Share/internet.gif -sun-wtk/wtklib/devices/Share/jtwi_indicator.png -sun-wtk/wtklib/devices/Share/kana.gif -sun-wtk/wtklib/devices/Share/left.gif -sun-wtk/wtklib/devices/Share/mid_alarm.wav -sun-wtk/wtklib/devices/Share/mid_confirm.wav -sun-wtk/wtklib/devices/Share/mid_err.wav -sun-wtk/wtklib/devices/Share/mid_info.wav -sun-wtk/wtklib/devices/Share/mid_warn.wav -sun-wtk/wtklib/devices/Share/reception.gif -sun-wtk/wtklib/devices/Share/right.gif -sun-wtk/wtklib/devices/Share/secure.gif -sun-wtk/wtklib/devices/Share/sym.gif -sun-wtk/wtklib/devices/Share/trusted.png -sun-wtk/wtklib/devices/Share/unsecure.gif -sun-wtk/wtklib/devices/Share/up.gif -sun-wtk/wtklib/devices/Share/vibrate.wav -sun-wtk/wtklib/devices/Sounds/0.au -sun-wtk/wtklib/devices/Sounds/1.au -sun-wtk/wtklib/devices/Sounds/2.au -sun-wtk/wtklib/devices/Sounds/3.au -sun-wtk/wtklib/devices/Sounds/4.au -sun-wtk/wtklib/devices/Sounds/5.au -sun-wtk/wtklib/devices/Sounds/6.au -sun-wtk/wtklib/devices/Sounds/7.au -sun-wtk/wtklib/devices/Sounds/8.au -sun-wtk/wtklib/devices/Sounds/9.au -sun-wtk/wtklib/emptyapi.zip -sun-wtk/wtklib/emulator.properties -sun-wtk/wtklib/gcf-op.jar -sun-wtk/wtklib/images/AboutDialogBox_TopGraphic.png -sun-wtk/wtklib/images/MemoryMonitor.gif -sun-wtk/wtklib/images/NetworkMonitor.gif -sun-wtk/wtklib/images/Profiler.gif -sun-wtk/wtklib/images/about.gif -sun-wtk/wtklib/images/bluetooth-in.gif -sun-wtk/wtklib/images/bluetooth-out.gif -sun-wtk/wtklib/images/btgoep-in.gif -sun-wtk/wtklib/images/btgoep-msg.gif -sun-wtk/wtklib/images/btgoep-out.gif -sun-wtk/wtklib/images/btl2cap-in.gif -sun-wtk/wtklib/images/btl2cap-msg.gif -sun-wtk/wtklib/images/btl2cap-out.gif -sun-wtk/wtklib/images/btspp-in.gif -sun-wtk/wtklib/images/btspp-msg.gif -sun-wtk/wtklib/images/btspp-out.gif -sun-wtk/wtklib/images/build-dis.gif -sun-wtk/wtklib/images/build.gif -sun-wtk/wtklib/images/cbs-in.gif -sun-wtk/wtklib/images/cleanPro.gif -sun-wtk/wtklib/images/clear.gif -sun-wtk/wtklib/images/comm-in.gif -sun-wtk/wtklib/images/comm-out.gif -sun-wtk/wtklib/images/datagram-in.gif -sun-wtk/wtklib/images/datagram-out.gif -sun-wtk/wtklib/images/debug.gif -sun-wtk/wtklib/images/default-msg.gif -sun-wtk/wtklib/images/defdev.gif -sun-wtk/wtklib/images/down.gif -sun-wtk/wtklib/images/exit.gif -sun-wtk/wtklib/images/filter.gif -sun-wtk/wtklib/images/gc.gif -sun-wtk/wtklib/images/http-in.gif -sun-wtk/wtklib/images/http-out.gif -sun-wtk/wtklib/images/https-in.gif -sun-wtk/wtklib/images/https-out.gif -sun-wtk/wtklib/images/ktoolbar.gif -sun-wtk/wtklib/images/manage-cert.gif -sun-wtk/wtklib/images/mms-in.gif -sun-wtk/wtklib/images/mms-out.gif -sun-wtk/wtklib/images/new.gif -sun-wtk/wtklib/images/notifbtgoep-msg.gif -sun-wtk/wtklib/images/notifbtl2cap-msg.gif -sun-wtk/wtklib/images/notifbtspp-msg.gif -sun-wtk/wtklib/images/obex-in.gif -sun-wtk/wtklib/images/obex-out.gif -sun-wtk/wtklib/images/open.gif -sun-wtk/wtklib/images/package.gif -sun-wtk/wtklib/images/phone.gif -sun-wtk/wtklib/images/prefs-win.gif -sun-wtk/wtklib/images/run-dis.gif -sun-wtk/wtklib/images/run.gif -sun-wtk/wtklib/images/settings-dis.gif -sun-wtk/wtklib/images/settings.gif -sun-wtk/wtklib/images/sign-win.gif -sun-wtk/wtklib/images/sms-in.gif -sun-wtk/wtklib/images/sms-out.gif -sun-wtk/wtklib/images/socket-in.gif -sun-wtk/wtklib/images/socket-msg.gif -sun-wtk/wtklib/images/socket-out.gif -sun-wtk/wtklib/images/splash.gif -sun-wtk/wtklib/images/ssl-in.gif -sun-wtk/wtklib/images/ssl-msg.gif -sun-wtk/wtklib/images/ssl-out.gif -sun-wtk/wtklib/images/up.gif -sun-wtk/wtklib/images/utils.gif -sun-wtk/wtklib/images/wma-console.gif -sun-wtk/wtklib/kdp.jar -sun-wtk/wtklib/kenv.zip -sun-wtk/wtklib/ktools.zip -sun-wtk/wtklib/kvem.jar -sun-wtk/wtklib/lime.jar -@dirrm sun-wtk/wtklib/images -@dirrm sun-wtk/wtklib/devices/Sounds -@dirrm sun-wtk/wtklib/devices/Share -@dirrm sun-wtk/wtklib/devices/QwertyDevice -@dirrm sun-wtk/wtklib/devices/MediaControlSkin -@dirrm sun-wtk/wtklib/devices/DefaultGrayPhone -@dirrm sun-wtk/wtklib/devices/DefaultColorPhone -@dirrm sun-wtk/wtklib/devices -@dirrm sun-wtk/wtklib/FreeBSD -@dirrm sun-wtk/wtklib -@dirrm sun-wtk/sessions -@dirrm sun-wtk/lib -@dirrm sun-wtk/docs/images -@dirrm sun-wtk/docs/api/mmapi/javax/microedition/media/protocol -@dirrm sun-wtk/docs/api/mmapi/javax/microedition/media/control -@dirrm sun-wtk/docs/api/mmapi/javax/microedition/media -@dirrm sun-wtk/docs/api/mmapi/javax/microedition -@dirrm sun-wtk/docs/api/mmapi/javax -@dirrm sun-wtk/docs/api/mmapi -@dirrm sun-wtk/docs/api/midp/resources -@dirrm sun-wtk/docs/api/midp/javax/microedition/rms/class-use -@dirrm sun-wtk/docs/api/midp/javax/microedition/rms -@dirrm sun-wtk/docs/api/midp/javax/microedition/pki/class-use -@dirrm sun-wtk/docs/api/midp/javax/microedition/pki -@dirrm sun-wtk/docs/api/midp/javax/microedition/midlet/doc-files -@dirrm sun-wtk/docs/api/midp/javax/microedition/midlet/class-use -@dirrm sun-wtk/docs/api/midp/javax/microedition/midlet -@dirrm sun-wtk/docs/api/midp/javax/microedition/media/doc-files -@dirrm sun-wtk/docs/api/midp/javax/microedition/media/control/class-use -@dirrm sun-wtk/docs/api/midp/javax/microedition/media/control -@dirrm sun-wtk/docs/api/midp/javax/microedition/media/class-use -@dirrm sun-wtk/docs/api/midp/javax/microedition/media -@dirrm sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files -@dirrm sun-wtk/docs/api/midp/javax/microedition/lcdui/game/class-use -@dirrm sun-wtk/docs/api/midp/javax/microedition/lcdui/game -@dirrm sun-wtk/docs/api/midp/javax/microedition/lcdui/doc-files -@dirrm sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use -@dirrm sun-wtk/docs/api/midp/javax/microedition/lcdui -@dirrm sun-wtk/docs/api/midp/javax/microedition/io/doc-files -@dirrm sun-wtk/docs/api/midp/javax/microedition/io/class-use -@dirrm sun-wtk/docs/api/midp/javax/microedition/io -@dirrm sun-wtk/docs/api/midp/javax/microedition -@dirrm sun-wtk/docs/api/midp/javax -@dirrm sun-wtk/docs/api/midp/java/util/class-use -@dirrm sun-wtk/docs/api/midp/java/util -@dirrm sun-wtk/docs/api/midp/java/lang/class-use -@dirrm sun-wtk/docs/api/midp/java/lang -@dirrm sun-wtk/docs/api/midp/java/io/class-use -@dirrm sun-wtk/docs/api/midp/java/io -@dirrm sun-wtk/docs/api/midp/java -@dirrm sun-wtk/docs/api/midp -@dirrm sun-wtk/docs/api/j2me-xml/org/xml/sax/helpers/class-use -@dirrm sun-wtk/docs/api/j2me-xml/org/xml/sax/helpers -@dirrm sun-wtk/docs/api/j2me-xml/org/xml/sax/class-use -@dirrm sun-wtk/docs/api/j2me-xml/org/xml/sax -@dirrm sun-wtk/docs/api/j2me-xml/org/xml -@dirrm sun-wtk/docs/api/j2me-xml/org -@dirrm sun-wtk/docs/api/j2me-xml/javax/xml/parsers/class-use -@dirrm sun-wtk/docs/api/j2me-xml/javax/xml/parsers -@dirrm sun-wtk/docs/api/j2me-xml/javax/xml -@dirrm sun-wtk/docs/api/j2me-xml/javax -@dirrm sun-wtk/docs/api/j2me-xml -@dirrm sun-wtk/docs/api/j2me-rpc/javax/xml/rpc/class-use -@dirrm sun-wtk/docs/api/j2me-rpc/javax/xml/rpc -@dirrm sun-wtk/docs/api/j2me-rpc/javax/xml/namespace/class-use -@dirrm sun-wtk/docs/api/j2me-rpc/javax/xml/namespace -@dirrm sun-wtk/docs/api/j2me-rpc/javax/xml -@dirrm sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/class-use -@dirrm sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc -@dirrm sun-wtk/docs/api/j2me-rpc/javax/microedition/xml -@dirrm sun-wtk/docs/api/j2me-rpc/javax/microedition -@dirrm sun-wtk/docs/api/j2me-rpc/javax -@dirrm sun-wtk/docs/api/j2me-rpc/java/rmi/class-use -@dirrm sun-wtk/docs/api/j2me-rpc/java/rmi -@dirrm sun-wtk/docs/api/j2me-rpc/java -@dirrm sun-wtk/docs/api/j2me-rpc -@dirrm sun-wtk/docs/api -@dirrm sun-wtk/docs/UserGuide-html/images -@dirrm sun-wtk/docs/UserGuide-html -@dirrm sun-wtk/docs/BasicCustomizationGuide-html/images -@dirrm sun-wtk/docs/BasicCustomizationGuide-html -@dirrm sun-wtk/docs -@dirrm sun-wtk/bin -@dirrm sun-wtk/apps/tmplib -@dirrm sun-wtk/apps/mmademo/tmplib -@dirrm sun-wtk/apps/mmademo/tmpclasses/example/mmademo -@dirrm sun-wtk/apps/mmademo/tmpclasses/example -@dirrm sun-wtk/apps/mmademo/tmpclasses -@dirrm sun-wtk/apps/mmademo/src/example/mmademo -@dirrm sun-wtk/apps/mmademo/src/example -@dirrm sun-wtk/apps/mmademo/src -@dirrm sun-wtk/apps/mmademo/res/video -@dirrm sun-wtk/apps/mmademo/res/icons -@dirrm sun-wtk/apps/mmademo/res/audio -@dirrm sun-wtk/apps/mmademo/res -@dirrm sun-wtk/apps/mmademo/lib -@dirrm sun-wtk/apps/mmademo/classes/example/mmademo -@dirrm sun-wtk/apps/mmademo/classes/example -@dirrm sun-wtk/apps/mmademo/classes -@dirrm sun-wtk/apps/mmademo/bin -@dirrm sun-wtk/apps/mmademo -@dirrm sun-wtk/apps/lib -@dirrm sun-wtk/apps/WMADemo/tmplib -@dirrm sun-wtk/apps/WMADemo/tmpclasses/example/sms -@dirrm sun-wtk/apps/WMADemo/tmpclasses/example/mms -@dirrm sun-wtk/apps/WMADemo/tmpclasses/example/cbs -@dirrm sun-wtk/apps/WMADemo/tmpclasses/example -@dirrm sun-wtk/apps/WMADemo/tmpclasses -@dirrm sun-wtk/apps/WMADemo/src/example/sms -@dirrm sun-wtk/apps/WMADemo/src/example/mms -@dirrm sun-wtk/apps/WMADemo/src/example/cbs -@dirrm sun-wtk/apps/WMADemo/src/example -@dirrm sun-wtk/apps/WMADemo/src -@dirrm sun-wtk/apps/WMADemo/res -@dirrm sun-wtk/apps/WMADemo/lib -@dirrm sun-wtk/apps/WMADemo/classes/example/sms -@dirrm sun-wtk/apps/WMADemo/classes/example/mms -@dirrm sun-wtk/apps/WMADemo/classes/example/cbs -@dirrm sun-wtk/apps/WMADemo/classes/example -@dirrm sun-wtk/apps/WMADemo/classes -@dirrm sun-wtk/apps/WMADemo/bin -@dirrm sun-wtk/apps/WMADemo -@dirrm sun-wtk/apps/UIDemo/tmplib -@dirrm sun-wtk/apps/UIDemo/tmpclasses/ticker -@dirrm sun-wtk/apps/UIDemo/tmpclasses/textfield -@dirrm sun-wtk/apps/UIDemo/tmpclasses/textbox -@dirrm sun-wtk/apps/UIDemo/tmpclasses/stringitem -@dirrm sun-wtk/apps/UIDemo/tmpclasses/list -@dirrm sun-wtk/apps/UIDemo/tmpclasses/gauge -@dirrm sun-wtk/apps/UIDemo/tmpclasses/datefield -@dirrm sun-wtk/apps/UIDemo/tmpclasses/customitem -@dirrm sun-wtk/apps/UIDemo/tmpclasses/choicegroup -@dirrm sun-wtk/apps/UIDemo/tmpclasses/alert -@dirrm sun-wtk/apps/UIDemo/tmpclasses -@dirrm sun-wtk/apps/UIDemo/src/ticker -@dirrm sun-wtk/apps/UIDemo/src/textfield -@dirrm sun-wtk/apps/UIDemo/src/textbox -@dirrm sun-wtk/apps/UIDemo/src/stringitem -@dirrm sun-wtk/apps/UIDemo/src/list -@dirrm sun-wtk/apps/UIDemo/src/gauge -@dirrm sun-wtk/apps/UIDemo/src/datefield -@dirrm sun-wtk/apps/UIDemo/src/customitem -@dirrm sun-wtk/apps/UIDemo/src/choicegroup -@dirrm sun-wtk/apps/UIDemo/src/alert -@dirrm sun-wtk/apps/UIDemo/src -@dirrm sun-wtk/apps/UIDemo/res/midp/uidemo -@dirrm sun-wtk/apps/UIDemo/res/midp -@dirrm sun-wtk/apps/UIDemo/res -@dirrm sun-wtk/apps/UIDemo/lib -@dirrm sun-wtk/apps/UIDemo/classes/ticker -@dirrm sun-wtk/apps/UIDemo/classes/textfield -@dirrm sun-wtk/apps/UIDemo/classes/textbox -@dirrm sun-wtk/apps/UIDemo/classes/stringitem -@dirrm sun-wtk/apps/UIDemo/classes/list -@dirrm sun-wtk/apps/UIDemo/classes/gauge -@dirrm sun-wtk/apps/UIDemo/classes/datefield -@dirrm sun-wtk/apps/UIDemo/classes/customitem -@dirrm sun-wtk/apps/UIDemo/classes/choicegroup -@dirrm sun-wtk/apps/UIDemo/classes/alert -@dirrm sun-wtk/apps/UIDemo/classes -@dirrm sun-wtk/apps/UIDemo/bin -@dirrm sun-wtk/apps/UIDemo -@dirrm sun-wtk/apps/Photoalbum/tmplib -@dirrm sun-wtk/apps/Photoalbum/tmpclasses/example/photoalbum -@dirrm sun-wtk/apps/Photoalbum/tmpclasses/example -@dirrm sun-wtk/apps/Photoalbum/tmpclasses -@dirrm sun-wtk/apps/Photoalbum/src/example/photoalbum -@dirrm sun-wtk/apps/Photoalbum/src/example -@dirrm sun-wtk/apps/Photoalbum/src -@dirrm sun-wtk/apps/Photoalbum/res/icons -@dirrm sun-wtk/apps/Photoalbum/res/example/photoalbum/images -@dirrm sun-wtk/apps/Photoalbum/res/example/photoalbum -@dirrm sun-wtk/apps/Photoalbum/res/example -@dirrm sun-wtk/apps/Photoalbum/res -@dirrm sun-wtk/apps/Photoalbum/lib -@dirrm sun-wtk/apps/Photoalbum/classes/example/photoalbum -@dirrm sun-wtk/apps/Photoalbum/classes/example -@dirrm sun-wtk/apps/Photoalbum/classes -@dirrm sun-wtk/apps/Photoalbum/bin -@dirrm sun-wtk/apps/Photoalbum -@dirrm sun-wtk/apps/PDAPDemo/tmplib -@dirrm sun-wtk/apps/PDAPDemo/tmpclasses/example/pim -@dirrm sun-wtk/apps/PDAPDemo/tmpclasses/example/fc -@dirrm sun-wtk/apps/PDAPDemo/tmpclasses/example -@dirrm sun-wtk/apps/PDAPDemo/tmpclasses -@dirrm sun-wtk/apps/PDAPDemo/src/example/pim -@dirrm sun-wtk/apps/PDAPDemo/src/example/fc -@dirrm sun-wtk/apps/PDAPDemo/src/example -@dirrm sun-wtk/apps/PDAPDemo/src -@dirrm sun-wtk/apps/PDAPDemo/res/icons -@dirrm sun-wtk/apps/PDAPDemo/res -@dirrm sun-wtk/apps/PDAPDemo/lib -@dirrm sun-wtk/apps/PDAPDemo/classes/example/pim -@dirrm sun-wtk/apps/PDAPDemo/classes/example/fc -@dirrm sun-wtk/apps/PDAPDemo/classes/example -@dirrm sun-wtk/apps/PDAPDemo/classes -@dirrm sun-wtk/apps/PDAPDemo/bin -@dirrm sun-wtk/apps/PDAPDemo -@dirrm sun-wtk/apps/ObexDemo/tmplib -@dirrm sun-wtk/apps/ObexDemo/tmpclasses/example/obex/demo -@dirrm sun-wtk/apps/ObexDemo/tmpclasses/example/obex -@dirrm sun-wtk/apps/ObexDemo/tmpclasses/example -@dirrm sun-wtk/apps/ObexDemo/tmpclasses -@dirrm sun-wtk/apps/ObexDemo/src/example/obex/demo -@dirrm sun-wtk/apps/ObexDemo/src/example/obex -@dirrm sun-wtk/apps/ObexDemo/src/example -@dirrm sun-wtk/apps/ObexDemo/src -@dirrm sun-wtk/apps/ObexDemo/res/images -@dirrm sun-wtk/apps/ObexDemo/res/icons -@dirrm sun-wtk/apps/ObexDemo/res -@dirrm sun-wtk/apps/ObexDemo/lib -@dirrm sun-wtk/apps/ObexDemo/classes/example/obex/demo -@dirrm sun-wtk/apps/ObexDemo/classes/example/obex -@dirrm sun-wtk/apps/ObexDemo/classes/example -@dirrm sun-wtk/apps/ObexDemo/classes -@dirrm sun-wtk/apps/ObexDemo/bin -@dirrm sun-wtk/apps/ObexDemo -@dirrm sun-wtk/apps/NetworkDemo/tmplib -@dirrm sun-wtk/apps/NetworkDemo/tmpclasses/socket -@dirrm sun-wtk/apps/NetworkDemo/tmpclasses/datagram -@dirrm sun-wtk/apps/NetworkDemo/tmpclasses/comm -@dirrm sun-wtk/apps/NetworkDemo/tmpclasses -@dirrm sun-wtk/apps/NetworkDemo/src/socket -@dirrm sun-wtk/apps/NetworkDemo/src/datagram -@dirrm sun-wtk/apps/NetworkDemo/src/comm -@dirrm sun-wtk/apps/NetworkDemo/src -@dirrm sun-wtk/apps/NetworkDemo/lib -@dirrm sun-wtk/apps/NetworkDemo/classes/socket -@dirrm sun-wtk/apps/NetworkDemo/classes/datagram -@dirrm sun-wtk/apps/NetworkDemo/classes/comm -@dirrm sun-wtk/apps/NetworkDemo/classes -@dirrm sun-wtk/apps/NetworkDemo/bin -@dirrm sun-wtk/apps/NetworkDemo -@dirrm sun-wtk/apps/JSR172Demo/tmplib -@dirrm sun-wtk/apps/JSR172Demo/tmpclasses/example/serverscript/demo -@dirrm sun-wtk/apps/JSR172Demo/tmpclasses/example/serverscript/connector -@dirrm sun-wtk/apps/JSR172Demo/tmpclasses/example/serverscript -@dirrm sun-wtk/apps/JSR172Demo/tmpclasses/example -@dirrm sun-wtk/apps/JSR172Demo/tmpclasses -@dirrm sun-wtk/apps/JSR172Demo/src/example/serverscript/demo -@dirrm sun-wtk/apps/JSR172Demo/src/example/serverscript/connector -@dirrm sun-wtk/apps/JSR172Demo/src/example/serverscript -@dirrm sun-wtk/apps/JSR172Demo/src/example -@dirrm sun-wtk/apps/JSR172Demo/src -@dirrm sun-wtk/apps/JSR172Demo/server/src/serverscript -@dirrm sun-wtk/apps/JSR172Demo/server/src -@dirrm sun-wtk/apps/JSR172Demo/server -@dirrm sun-wtk/apps/JSR172Demo/res/icons -@dirrm sun-wtk/apps/JSR172Demo/res -@dirrm sun-wtk/apps/JSR172Demo/lib -@dirrm sun-wtk/apps/JSR172Demo/classes/example/serverscript/demo -@dirrm sun-wtk/apps/JSR172Demo/classes/example/serverscript/connector -@dirrm sun-wtk/apps/JSR172Demo/classes/example/serverscript -@dirrm sun-wtk/apps/JSR172Demo/classes/example -@dirrm sun-wtk/apps/JSR172Demo/classes -@dirrm sun-wtk/apps/JSR172Demo/bin -@dirrm sun-wtk/apps/JSR172Demo -@dirrm sun-wtk/apps/Games/tmplib -@dirrm sun-wtk/apps/Games/tmpclasses/example/wormgame -@dirrm sun-wtk/apps/Games/tmpclasses/example/tilepuzzle -@dirrm sun-wtk/apps/Games/tmpclasses/example/pushpuzzle -@dirrm sun-wtk/apps/Games/tmpclasses/example -@dirrm sun-wtk/apps/Games/tmpclasses -@dirrm sun-wtk/apps/Games/src/example/wormgame -@dirrm sun-wtk/apps/Games/src/example/tilepuzzle -@dirrm sun-wtk/apps/Games/src/example/pushpuzzle -@dirrm sun-wtk/apps/Games/src/example -@dirrm sun-wtk/apps/Games/src -@dirrm sun-wtk/apps/Games/res/icons -@dirrm sun-wtk/apps/Games/res/example/pushpuzzle/images -@dirrm sun-wtk/apps/Games/res/example/pushpuzzle/data -@dirrm sun-wtk/apps/Games/res/example/pushpuzzle -@dirrm sun-wtk/apps/Games/res/example -@dirrm sun-wtk/apps/Games/res -@dirrm sun-wtk/apps/Games/lib -@dirrm sun-wtk/apps/Games/classes/example/wormgame -@dirrm sun-wtk/apps/Games/classes/example/tilepuzzle -@dirrm sun-wtk/apps/Games/classes/example/pushpuzzle -@dirrm sun-wtk/apps/Games/classes/example -@dirrm sun-wtk/apps/Games/classes -@dirrm sun-wtk/apps/Games/bin -@dirrm sun-wtk/apps/Games -@dirrm sun-wtk/apps/FPDemo/tmplib -@dirrm sun-wtk/apps/FPDemo/tmpclasses/calculator -@dirrm sun-wtk/apps/FPDemo/tmpclasses -@dirrm sun-wtk/apps/FPDemo/src/calculator -@dirrm sun-wtk/apps/FPDemo/src -@dirrm sun-wtk/apps/FPDemo/lib -@dirrm sun-wtk/apps/FPDemo/classes/calculator -@dirrm sun-wtk/apps/FPDemo/classes -@dirrm sun-wtk/apps/FPDemo/bin -@dirrm sun-wtk/apps/FPDemo -@dirrm sun-wtk/apps/Demos/tmplib -@dirrm sun-wtk/apps/Demos/tmpclasses/example/stock -@dirrm sun-wtk/apps/Demos/tmpclasses/example/manyballs -@dirrm sun-wtk/apps/Demos/tmpclasses/example/http -@dirrm sun-wtk/apps/Demos/tmpclasses/example/fonts -@dirrm sun-wtk/apps/Demos/tmpclasses/example/chooser -@dirrm sun-wtk/apps/Demos/tmpclasses/example/auction -@dirrm sun-wtk/apps/Demos/tmpclasses/example -@dirrm sun-wtk/apps/Demos/tmpclasses -@dirrm sun-wtk/apps/Demos/src/example/stock -@dirrm sun-wtk/apps/Demos/src/example/manyballs -@dirrm sun-wtk/apps/Demos/src/example/http -@dirrm sun-wtk/apps/Demos/src/example/fonts -@dirrm sun-wtk/apps/Demos/src/example/chooser -@dirrm sun-wtk/apps/Demos/src/example/auction -@dirrm sun-wtk/apps/Demos/src/example -@dirrm sun-wtk/apps/Demos/src -@dirrm sun-wtk/apps/Demos/res/icons -@dirrm sun-wtk/apps/Demos/res/example/http/images -@dirrm sun-wtk/apps/Demos/res/example/http -@dirrm sun-wtk/apps/Demos/res/example/auction/images -@dirrm sun-wtk/apps/Demos/res/example/auction -@dirrm sun-wtk/apps/Demos/res/example -@dirrm sun-wtk/apps/Demos/res -@dirrm sun-wtk/apps/Demos/lib -@dirrm sun-wtk/apps/Demos/classes/example/stock -@dirrm sun-wtk/apps/Demos/classes/example/manyballs -@dirrm sun-wtk/apps/Demos/classes/example/http -@dirrm sun-wtk/apps/Demos/classes/example/fonts -@dirrm sun-wtk/apps/Demos/classes/example/chooser -@dirrm sun-wtk/apps/Demos/classes/example/auction -@dirrm sun-wtk/apps/Demos/classes/example -@dirrm sun-wtk/apps/Demos/classes -@dirrm sun-wtk/apps/Demos/bin -@dirrm sun-wtk/apps/Demos -@dirrm sun-wtk/apps/Demo3D/tmplib -@dirrm sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/retainedmode -@dirrm sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/pogoroo -@dirrm sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/life3d -@dirrm sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples -@dirrm sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g -@dirrm sun-wtk/apps/Demo3D/tmpclasses/com/superscape -@dirrm sun-wtk/apps/Demo3D/tmpclasses/com -@dirrm sun-wtk/apps/Demo3D/tmpclasses -@dirrm sun-wtk/apps/Demo3D/src/com/superscape/m3g/wtksamples/retainedmode -@dirrm sun-wtk/apps/Demo3D/src/com/superscape/m3g/wtksamples/pogoroo -@dirrm sun-wtk/apps/Demo3D/src/com/superscape/m3g/wtksamples/life3d -@dirrm sun-wtk/apps/Demo3D/src/com/superscape/m3g/wtksamples -@dirrm sun-wtk/apps/Demo3D/src/com/superscape/m3g -@dirrm sun-wtk/apps/Demo3D/src/com/superscape -@dirrm sun-wtk/apps/Demo3D/src/com -@dirrm sun-wtk/apps/Demo3D/src -@dirrm sun-wtk/apps/Demo3D/res/com/superscape/m3g/wtksamples/retainedmode/content -@dirrm sun-wtk/apps/Demo3D/res/com/superscape/m3g/wtksamples/retainedmode -@dirrm sun-wtk/apps/Demo3D/res/com/superscape/m3g/wtksamples/pogoroo/content -@dirrm sun-wtk/apps/Demo3D/res/com/superscape/m3g/wtksamples/pogoroo -@dirrm sun-wtk/apps/Demo3D/res/com/superscape/m3g/wtksamples -@dirrm sun-wtk/apps/Demo3D/res/com/superscape/m3g -@dirrm sun-wtk/apps/Demo3D/res/com/superscape -@dirrm sun-wtk/apps/Demo3D/res/com -@dirrm sun-wtk/apps/Demo3D/res -@dirrm sun-wtk/apps/Demo3D/lib -@dirrm sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/retainedmode -@dirrm sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/pogoroo -@dirrm sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/life3d -@dirrm sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples -@dirrm sun-wtk/apps/Demo3D/classes/com/superscape/m3g -@dirrm sun-wtk/apps/Demo3D/classes/com/superscape -@dirrm sun-wtk/apps/Demo3D/classes/com -@dirrm sun-wtk/apps/Demo3D/classes -@dirrm sun-wtk/apps/Demo3D/bin -@dirrm sun-wtk/apps/Demo3D -@dirrm sun-wtk/apps/BluetoothDemo/tmplib -@dirrm sun-wtk/apps/BluetoothDemo/tmpclasses/example/bluetooth/demo -@dirrm sun-wtk/apps/BluetoothDemo/tmpclasses/example/bluetooth -@dirrm sun-wtk/apps/BluetoothDemo/tmpclasses/example -@dirrm sun-wtk/apps/BluetoothDemo/tmpclasses -@dirrm sun-wtk/apps/BluetoothDemo/src/example/bluetooth/demo -@dirrm sun-wtk/apps/BluetoothDemo/src/example/bluetooth -@dirrm sun-wtk/apps/BluetoothDemo/src/example -@dirrm sun-wtk/apps/BluetoothDemo/src -@dirrm sun-wtk/apps/BluetoothDemo/res/images -@dirrm sun-wtk/apps/BluetoothDemo/res/icons -@dirrm sun-wtk/apps/BluetoothDemo/res -@dirrm sun-wtk/apps/BluetoothDemo/lib -@dirrm sun-wtk/apps/BluetoothDemo/classes/example/bluetooth/demo -@dirrm sun-wtk/apps/BluetoothDemo/classes/example/bluetooth -@dirrm sun-wtk/apps/BluetoothDemo/classes/example -@dirrm sun-wtk/apps/BluetoothDemo/classes -@dirrm sun-wtk/apps/BluetoothDemo/bin -@dirrm sun-wtk/apps/BluetoothDemo -@dirrm sun-wtk/apps/Audiodemo/tmplib -@dirrm sun-wtk/apps/Audiodemo/tmpclasses/example/audiodemo -@dirrm sun-wtk/apps/Audiodemo/tmpclasses/example -@dirrm sun-wtk/apps/Audiodemo/tmpclasses -@dirrm sun-wtk/apps/Audiodemo/src/example/audiodemo -@dirrm sun-wtk/apps/Audiodemo/src/example -@dirrm sun-wtk/apps/Audiodemo/src -@dirrm sun-wtk/apps/Audiodemo/res/icons -@dirrm sun-wtk/apps/Audiodemo/res/audio -@dirrm sun-wtk/apps/Audiodemo/res -@dirrm sun-wtk/apps/Audiodemo/lib -@dirrm sun-wtk/apps/Audiodemo/classes/example/audiodemo -@dirrm sun-wtk/apps/Audiodemo/classes/example -@dirrm sun-wtk/apps/Audiodemo/classes -@dirrm sun-wtk/apps/Audiodemo/bin -@dirrm sun-wtk/apps/Audiodemo -@dirrm sun-wtk/apps -@dirrm sun-wtk/appdb/DefaultColorPhone/filesystem/root1 -@dirrm sun-wtk/appdb/DefaultColorPhone/filesystem -@dirrm sun-wtk/appdb/DefaultColorPhone -@dirrm sun-wtk/appdb -@dirrm sun-wtk |