From owner-freebsd-ports Wed May 30 17:41:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0012337B424 for ; Wed, 30 May 2001 17:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4V0e1o79410; Wed, 30 May 2001 17:40:01 -0700 (PDT) (envelope-from gnats) Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id CF73837B422; Wed, 30 May 2001 17:30:01 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f4V0S5x24348; Thu, 31 May 2001 02:28:05 +0200 (CEST) (envelope-from ernst) Message-Id: <200105310028.f4V0S5x24348@heinz.jollem.com> Date: Thu, 31 May 2001 02:28:05 +0200 (CEST) From: ernst@jollem.com Reply-To: ernst@jollem.com To: FreeBSD-gnats-submit@freebsd.org Cc: java@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27784: Maintainer volunteer && update: java/jdk-doc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27784 >Category: ports >Synopsis: Maintainer volunteer && update: java/jdk-doc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 30 17:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.3-RELEASE i386 >Organization: Jollem Information Technology >Environment: System: FreeBSD heinz.jollem.com 4.3-RELEASE FreeBSD 4.3-RELEASE #5: Mon May 14 16:08:56 CEST 2001 root@heinz.jollem.com:/usr/src/sys/compile/HEINZ i386 >Description: The 'java/jdk-doc' port does not have a maintainer. I volunteer. Here's a diff for the new version of the port. I tidied it up a bit. I haven't increased the PORTREVISION since the installed files are the same as before. >How-To-Repeat: N/A >Fix: diff -ruN --exclude=CVS --exclude=work /usr/ports/java/jdk-doc/Makefile /home/ernst/freebsd-ports/java/jdk-doc/Makefile --- /usr/ports/java/jdk-doc/Makefile Thu Apr 26 12:37:44 2001 +++ /home/ernst/freebsd-ports/java/jdk-doc/Makefile Thu May 31 02:20:25 2001 @@ -8,36 +8,36 @@ PORTNAME= jdk-doc PORTVERSION= 1.1.8 CATEGORIES= java -DISTNAME= jdk-1_1_8_003-doc +MASTER_SITES= # +DISTFILES= jdk-1_1_8_003-doc.tar.gz -MAINTAINER= ports@freebsd.org +MAINTAINER= ernst@jollem.com +NO_CDROM= "License doesn\'t allow distribution with fee" RESTRICTED= "This software is under license and export control." -IS_INTERACTIVE= "Requires manual fetch" + +.if defined(BATCH) || defined(PACKAGE_BUILDING) +IGNORE= "You can not legally distribute packages" +.endif + +PLIST_SUB+= JDK_HOME=${JDK_HOME:S/^${PREFIX}\///} +JDK_HOME?= ${PREFIX}/jdk${PORTVERSION} + WRKSRC= ${WRKDIR}/jdk${PORTVERSION} + NO_BUILD= yes -PLIST_SUB+= VERSION=${PORTVERSION} .include -do-fetch: -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) - @${ECHO_MSG} '' - @${ECHO_MSG} 'You have to fetch the documentation from' - @${ECHO_MSG} ' http://java.sun.com/products/jdk/1.1/docs.html' - @${ECHO_MSG} '' - @${ECHO_MSG} 'Put ${DISTNAME}${EXTRACT_SUFX} in in ${DISTDIR}/ and run make again.' - @${ECHO_MSG} '' - @${ECHO_MSG} 'All this hassle is because of the license and export restrictions' - @${ECHO_MSG} 'as described in' - @${ECHO_MSG} ' http://java.sun.com/feedback/faq/downloading.html' - @${ECHO_MSG} '' - @${FALSE} +.for file in ${DISTFILES} +.if !exists(${DISTDIR}/${file}) +IGNORE=You must manually fetch ${file} from http://java.sun.com/jdk/1.1/docs.html, place it in ${DISTDIR} and then run make again. .endif +.endfor do-install: ${MKDIR} ${PREFIX}/jdk${PORTVERSION} ${CP} -R ${WRKSRC}/docs ${PREFIX}/jdk${PORTVERSION}/ - @${SED} 's+\$${PREFIX}+${PREFIX}+g' ${PKGMESSAGE} + @${SED} "/%%JDK_HOME%%/s//${JDK_HOME:S/\//\\\//g}/" < ${PKGMESSAGE} .include diff -ruN --exclude=CVS --exclude=work /usr/ports/java/jdk-doc/pkg-comment /home/ernst/freebsd-ports/java/jdk-doc/pkg-comment --- /usr/ports/java/jdk-doc/pkg-comment Thu Mar 18 06:16:45 1999 +++ /home/ernst/freebsd-ports/java/jdk-doc/pkg-comment Mon May 21 21:47:23 2001 @@ -1 +1 @@ -Sun's Java Developers Kit documentation +Java Development Kit 1.1 Documentation diff -ruN --exclude=CVS --exclude=work /usr/ports/java/jdk-doc/pkg-descr /home/ernst/freebsd-ports/java/jdk-doc/pkg-descr --- /usr/ports/java/jdk-doc/pkg-descr Mon May 3 08:13:08 1999 +++ /home/ernst/freebsd-ports/java/jdk-doc/pkg-descr Mon May 21 21:49:33 2001 @@ -1,4 +1,7 @@ -Documentation for Sun's Java Developers Kit (JDK). For more information about -the JDK for FreeBSD see http://www.freebsd.org/java/ +Documentation for Sun's Java Development Kit (JDK) version 1.1. It contains +release information, API documentation, guides to new features and tool +documentation. + +The documentation will be installed in ${PREFIX}/jdk1.1.8/docs/. WWW: http://www.freebsd.org/java/ diff -ruN --exclude=CVS --exclude=work /usr/ports/java/jdk-doc/pkg-message /home/ernst/freebsd-ports/java/jdk-doc/pkg-message --- /usr/ports/java/jdk-doc/pkg-message Wed Apr 19 11:06:27 2000 +++ /home/ernst/freebsd-ports/java/jdk-doc/pkg-message Thu May 31 02:20:45 2001 @@ -1,17 +1,13 @@ Here are some useful bookmark entries for your Web browser: JDK 1.1.8 Documentation: ------------------------- -file:${PREFIX}/jdk1.1.8/docs/index.html + file:%%JDK_HOME%%/docs/index.html JDK 1.1 Package Index: ----------------------- -file:${PREFIX}/jdk1.1.8/docs/api/packages.html + file:%%JDK_HOME%%/docs/api/packages.html JDK 1.1 Class Hierarchy: ------------------------- -file:${PREFIX}/jdk1.1.8/docs/api/tree.html + file:%%JDK_HOME%%/docs/api/tree.html JDK 1.1 Index: --------------- -file:${PREFIX}/jdk1.1.8/docs/api/a-names.html + file:%%JDK_HOME%%/docs/api/a-names.html diff -ruN --exclude=CVS --exclude=work /usr/ports/java/jdk-doc/pkg-plist /home/ernst/freebsd-ports/java/jdk-doc/pkg-plist --- /usr/ports/java/jdk-doc/pkg-plist Wed Apr 19 11:06:27 2000 +++ /home/ernst/freebsd-ports/java/jdk-doc/pkg-plist Thu May 31 02:19:22 2001 @@ -1,1093 +1,1093 @@ -jdk%%VERSION%%/docs/api/API_users_guide.html -jdk%%VERSION%%/docs/api/AllNames.html -jdk%%VERSION%%/docs/api/Package-java.applet.html -jdk%%VERSION%%/docs/api/Package-java.awt.datatransfer.html -jdk%%VERSION%%/docs/api/Package-java.awt.event.html -jdk%%VERSION%%/docs/api/Package-java.awt.html -jdk%%VERSION%%/docs/api/Package-java.awt.image.html -jdk%%VERSION%%/docs/api/Package-java.beans.html -jdk%%VERSION%%/docs/api/Package-java.io.html -jdk%%VERSION%%/docs/api/Package-java.lang.html -jdk%%VERSION%%/docs/api/Package-java.lang.reflect.html -jdk%%VERSION%%/docs/api/Package-java.math.html -jdk%%VERSION%%/docs/api/Package-java.net.html -jdk%%VERSION%%/docs/api/Package-java.rmi.dgc.html -jdk%%VERSION%%/docs/api/Package-java.rmi.html -jdk%%VERSION%%/docs/api/Package-java.rmi.registry.html -jdk%%VERSION%%/docs/api/Package-java.rmi.server.html -jdk%%VERSION%%/docs/api/Package-java.security.acl.html -jdk%%VERSION%%/docs/api/Package-java.security.html -jdk%%VERSION%%/docs/api/Package-java.security.interfaces.html -jdk%%VERSION%%/docs/api/Package-java.sql.html -jdk%%VERSION%%/docs/api/Package-java.text.html -jdk%%VERSION%%/docs/api/Package-java.util.html -jdk%%VERSION%%/docs/api/Package-java.util.zip.html -jdk%%VERSION%%/docs/api/a-names.html -jdk%%VERSION%%/docs/api/b-names.html -jdk%%VERSION%%/docs/api/c-names.html -jdk%%VERSION%%/docs/api/d-names.html -jdk%%VERSION%%/docs/api/e-names.html -jdk%%VERSION%%/docs/api/f-names.html -jdk%%VERSION%%/docs/api/g-names.html -jdk%%VERSION%%/docs/api/h-names.html -jdk%%VERSION%%/docs/api/i-names.html -jdk%%VERSION%%/docs/api/images/OpenBookIcon.gif -jdk%%VERSION%%/docs/api/images/blue-ball-small.gif -jdk%%VERSION%%/docs/api/images/blue-ball.gif -jdk%%VERSION%%/docs/api/images/class-index.gif -jdk%%VERSION%%/docs/api/images/constructor-index.gif -jdk%%VERSION%%/docs/api/images/constructors.gif -jdk%%VERSION%%/docs/api/images/cyan-ball-small.gif -jdk%%VERSION%%/docs/api/images/cyan-ball.gif -jdk%%VERSION%%/docs/api/images/error-index.gif -jdk%%VERSION%%/docs/api/images/exception-index.gif -jdk%%VERSION%%/docs/api/images/green-ball-small.gif -jdk%%VERSION%%/docs/api/images/green-ball.gif -jdk%%VERSION%%/docs/api/images/interface-index.gif -jdk%%VERSION%%/docs/api/images/magenta-ball-small.gif -jdk%%VERSION%%/docs/api/images/magenta-ball.gif -jdk%%VERSION%%/docs/api/images/method-index.gif -jdk%%VERSION%%/docs/api/images/methods.gif -jdk%%VERSION%%/docs/api/images/package-index.gif -jdk%%VERSION%%/docs/api/images/red-ball-small.gif -jdk%%VERSION%%/docs/api/images/red-ball.gif -jdk%%VERSION%%/docs/api/images/variable-index.gif -jdk%%VERSION%%/docs/api/images/variables.gif -jdk%%VERSION%%/docs/api/images/yellow-ball-small.gif -jdk%%VERSION%%/docs/api/images/yellow-ball.gif -jdk%%VERSION%%/docs/api/images-awt/BorderLayout-1.gif -jdk%%VERSION%%/docs/api/images-awt/Button-1.gif -jdk%%VERSION%%/docs/api/images-awt/Checkbox-1.gif -jdk%%VERSION%%/docs/api/images-awt/CheckboxGroup-1.gif -jdk%%VERSION%%/docs/api/images-awt/Choice-1.gif -jdk%%VERSION%%/docs/api/images-awt/FlowLayout-1.gif -jdk%%VERSION%%/docs/api/images-awt/FontMetrics-1.gif -jdk%%VERSION%%/docs/api/images-awt/GridBagLayout-1.gif -jdk%%VERSION%%/docs/api/images-awt/GridLayout-1.gif -jdk%%VERSION%%/docs/api/images-awt/Label-1.gif -jdk%%VERSION%%/docs/api/images-awt/List-1.gif -jdk%%VERSION%%/docs/api/images-awt/MenuBar-1.gif -jdk%%VERSION%%/docs/api/images-awt/Scrollbar-1.gif -jdk%%VERSION%%/docs/api/images-awt/Scrollbar-2.gif -jdk%%VERSION%%/docs/api/images-awt/TextArea-1.gif -jdk%%VERSION%%/docs/api/images-awt/TextField-1.gif -jdk%%VERSION%%/docs/api/j-names.html -jdk%%VERSION%%/docs/api/java.applet.Applet.html -jdk%%VERSION%%/docs/api/java.applet.AppletContext.html -jdk%%VERSION%%/docs/api/java.applet.AppletStub.html -jdk%%VERSION%%/docs/api/java.applet.AudioClip.html -jdk%%VERSION%%/docs/api/java.awt.AWTError.html -jdk%%VERSION%%/docs/api/java.awt.AWTEvent.html -jdk%%VERSION%%/docs/api/java.awt.AWTEventMulticaster.html -jdk%%VERSION%%/docs/api/java.awt.AWTException.html -jdk%%VERSION%%/docs/api/java.awt.Adjustable.html -jdk%%VERSION%%/docs/api/java.awt.BorderLayout.html -jdk%%VERSION%%/docs/api/java.awt.Button.html -jdk%%VERSION%%/docs/api/java.awt.Canvas.html -jdk%%VERSION%%/docs/api/java.awt.CardLayout.html -jdk%%VERSION%%/docs/api/java.awt.Checkbox.html -jdk%%VERSION%%/docs/api/java.awt.CheckboxGroup.html -jdk%%VERSION%%/docs/api/java.awt.CheckboxMenuItem.html -jdk%%VERSION%%/docs/api/java.awt.Choice.html -jdk%%VERSION%%/docs/api/java.awt.Color.html -jdk%%VERSION%%/docs/api/java.awt.Component.html -jdk%%VERSION%%/docs/api/java.awt.Container.html -jdk%%VERSION%%/docs/api/java.awt.Cursor.html -jdk%%VERSION%%/docs/api/java.awt.Dialog.html -jdk%%VERSION%%/docs/api/java.awt.Dimension.html -jdk%%VERSION%%/docs/api/java.awt.Event.html -jdk%%VERSION%%/docs/api/java.awt.EventQueue.html -jdk%%VERSION%%/docs/api/java.awt.FileDialog.html -jdk%%VERSION%%/docs/api/java.awt.FlowLayout.html -jdk%%VERSION%%/docs/api/java.awt.Font.html -jdk%%VERSION%%/docs/api/java.awt.FontMetrics.html -jdk%%VERSION%%/docs/api/java.awt.Frame.html -jdk%%VERSION%%/docs/api/java.awt.Graphics.html -jdk%%VERSION%%/docs/api/java.awt.GridBagConstraints.html -jdk%%VERSION%%/docs/api/java.awt.GridBagLayout.html -jdk%%VERSION%%/docs/api/java.awt.GridLayout.html -jdk%%VERSION%%/docs/api/java.awt.IllegalComponentStateException.html -jdk%%VERSION%%/docs/api/java.awt.Image.html -jdk%%VERSION%%/docs/api/java.awt.Insets.html -jdk%%VERSION%%/docs/api/java.awt.ItemSelectable.html -jdk%%VERSION%%/docs/api/java.awt.Label.html -jdk%%VERSION%%/docs/api/java.awt.LayoutManager.html -jdk%%VERSION%%/docs/api/java.awt.LayoutManager2.html -jdk%%VERSION%%/docs/api/java.awt.List.html -jdk%%VERSION%%/docs/api/java.awt.MediaTracker.html -jdk%%VERSION%%/docs/api/java.awt.Menu.html -jdk%%VERSION%%/docs/api/java.awt.MenuBar.html -jdk%%VERSION%%/docs/api/java.awt.MenuComponent.html -jdk%%VERSION%%/docs/api/java.awt.MenuContainer.html -jdk%%VERSION%%/docs/api/java.awt.MenuItem.html -jdk%%VERSION%%/docs/api/java.awt.MenuShortcut.html -jdk%%VERSION%%/docs/api/java.awt.Panel.html -jdk%%VERSION%%/docs/api/java.awt.Point.html -jdk%%VERSION%%/docs/api/java.awt.Polygon.html -jdk%%VERSION%%/docs/api/java.awt.PopupMenu.html -jdk%%VERSION%%/docs/api/java.awt.PrintGraphics.html -jdk%%VERSION%%/docs/api/java.awt.PrintJob.html -jdk%%VERSION%%/docs/api/java.awt.Rectangle.html -jdk%%VERSION%%/docs/api/java.awt.ScrollPane.html -jdk%%VERSION%%/docs/api/java.awt.Scrollbar.html -jdk%%VERSION%%/docs/api/java.awt.Shape.html -jdk%%VERSION%%/docs/api/java.awt.SystemColor.html -jdk%%VERSION%%/docs/api/java.awt.TextArea.html -jdk%%VERSION%%/docs/api/java.awt.TextComponent.html -jdk%%VERSION%%/docs/api/java.awt.TextField.html -jdk%%VERSION%%/docs/api/java.awt.Toolkit.html -jdk%%VERSION%%/docs/api/java.awt.Window.html -jdk%%VERSION%%/docs/api/java.awt.datatransfer.Clipboard.html -jdk%%VERSION%%/docs/api/java.awt.datatransfer.ClipboardOwner.html -jdk%%VERSION%%/docs/api/java.awt.datatransfer.DataFlavor.html -jdk%%VERSION%%/docs/api/java.awt.datatransfer.StringSelection.html -jdk%%VERSION%%/docs/api/java.awt.datatransfer.Transferable.html -jdk%%VERSION%%/docs/api/java.awt.datatransfer.UnsupportedFlavorException.html -jdk%%VERSION%%/docs/api/java.awt.event.ActionEvent.html -jdk%%VERSION%%/docs/api/java.awt.event.ActionListener.html -jdk%%VERSION%%/docs/api/java.awt.event.AdjustmentEvent.html -jdk%%VERSION%%/docs/api/java.awt.event.AdjustmentListener.html -jdk%%VERSION%%/docs/api/java.awt.event.ComponentAdapter.html -jdk%%VERSION%%/docs/api/java.awt.event.ComponentEvent.html -jdk%%VERSION%%/docs/api/java.awt.event.ComponentListener.html -jdk%%VERSION%%/docs/api/java.awt.event.ContainerAdapter.html -jdk%%VERSION%%/docs/api/java.awt.event.ContainerEvent.html -jdk%%VERSION%%/docs/api/java.awt.event.ContainerListener.html -jdk%%VERSION%%/docs/api/java.awt.event.FocusAdapter.html -jdk%%VERSION%%/docs/api/java.awt.event.FocusEvent.html -jdk%%VERSION%%/docs/api/java.awt.event.FocusListener.html -jdk%%VERSION%%/docs/api/java.awt.event.InputEvent.html -jdk%%VERSION%%/docs/api/java.awt.event.ItemEvent.html -jdk%%VERSION%%/docs/api/java.awt.event.ItemListener.html -jdk%%VERSION%%/docs/api/java.awt.event.KeyAdapter.html -jdk%%VERSION%%/docs/api/java.awt.event.KeyEvent.html -jdk%%VERSION%%/docs/api/java.awt.event.KeyListener.html -jdk%%VERSION%%/docs/api/java.awt.event.MouseAdapter.html -jdk%%VERSION%%/docs/api/java.awt.event.MouseEvent.html -jdk%%VERSION%%/docs/api/java.awt.event.MouseListener.html -jdk%%VERSION%%/docs/api/java.awt.event.MouseMotionAdapter.html -jdk%%VERSION%%/docs/api/java.awt.event.MouseMotionListener.html -jdk%%VERSION%%/docs/api/java.awt.event.PaintEvent.html -jdk%%VERSION%%/docs/api/java.awt.event.TextEvent.html -jdk%%VERSION%%/docs/api/java.awt.event.TextListener.html -jdk%%VERSION%%/docs/api/java.awt.event.WindowAdapter.html -jdk%%VERSION%%/docs/api/java.awt.event.WindowEvent.html -jdk%%VERSION%%/docs/api/java.awt.event.WindowListener.html -jdk%%VERSION%%/docs/api/java.awt.image.AreaAveragingScaleFilter.html -jdk%%VERSION%%/docs/api/java.awt.image.ColorModel.html -jdk%%VERSION%%/docs/api/java.awt.image.CropImageFilter.html -jdk%%VERSION%%/docs/api/java.awt.image.DirectColorModel.html -jdk%%VERSION%%/docs/api/java.awt.image.FilteredImageSource.html -jdk%%VERSION%%/docs/api/java.awt.image.ImageConsumer.html -jdk%%VERSION%%/docs/api/java.awt.image.ImageFilter.html -jdk%%VERSION%%/docs/api/java.awt.image.ImageObserver.html -jdk%%VERSION%%/docs/api/java.awt.image.ImageProducer.html -jdk%%VERSION%%/docs/api/java.awt.image.IndexColorModel.html -jdk%%VERSION%%/docs/api/java.awt.image.MemoryImageSource.html -jdk%%VERSION%%/docs/api/java.awt.image.PixelGrabber.html -jdk%%VERSION%%/docs/api/java.awt.image.RGBImageFilter.html -jdk%%VERSION%%/docs/api/java.awt.image.ReplicateScaleFilter.html -jdk%%VERSION%%/docs/api/java.beans.BeanDescriptor.html -jdk%%VERSION%%/docs/api/java.beans.BeanInfo.html -jdk%%VERSION%%/docs/api/java.beans.Beans.html -jdk%%VERSION%%/docs/api/java.beans.Customizer.html -jdk%%VERSION%%/docs/api/java.beans.EventSetDescriptor.html -jdk%%VERSION%%/docs/api/java.beans.FeatureDescriptor.html -jdk%%VERSION%%/docs/api/java.beans.IndexedPropertyDescriptor.html -jdk%%VERSION%%/docs/api/java.beans.IntrospectionException.html -jdk%%VERSION%%/docs/api/java.beans.Introspector.html -jdk%%VERSION%%/docs/api/java.beans.MethodDescriptor.html -jdk%%VERSION%%/docs/api/java.beans.ParameterDescriptor.html -jdk%%VERSION%%/docs/api/java.beans.PropertyChangeEvent.html -jdk%%VERSION%%/docs/api/java.beans.PropertyChangeListener.html -jdk%%VERSION%%/docs/api/java.beans.PropertyChangeSupport.html -jdk%%VERSION%%/docs/api/java.beans.PropertyDescriptor.html -jdk%%VERSION%%/docs/api/java.beans.PropertyEditor.html -jdk%%VERSION%%/docs/api/java.beans.PropertyEditorManager.html -jdk%%VERSION%%/docs/api/java.beans.PropertyEditorSupport.html -jdk%%VERSION%%/docs/api/java.beans.PropertyVetoException.html -jdk%%VERSION%%/docs/api/java.beans.SimpleBeanInfo.html -jdk%%VERSION%%/docs/api/java.beans.VetoableChangeListener.html -jdk%%VERSION%%/docs/api/java.beans.VetoableChangeSupport.html -jdk%%VERSION%%/docs/api/java.beans.Visibility.html -jdk%%VERSION%%/docs/api/java.io.BufferedInputStream.html -jdk%%VERSION%%/docs/api/java.io.BufferedOutputStream.html -jdk%%VERSION%%/docs/api/java.io.BufferedReader.html -jdk%%VERSION%%/docs/api/java.io.BufferedWriter.html -jdk%%VERSION%%/docs/api/java.io.ByteArrayInputStream.html -jdk%%VERSION%%/docs/api/java.io.ByteArrayOutputStream.html -jdk%%VERSION%%/docs/api/java.io.CharArrayReader.html -jdk%%VERSION%%/docs/api/java.io.CharArrayWriter.html -jdk%%VERSION%%/docs/api/java.io.CharConversionException.html -jdk%%VERSION%%/docs/api/java.io.DataInput.html -jdk%%VERSION%%/docs/api/java.io.DataInputStream.html -jdk%%VERSION%%/docs/api/java.io.DataOutput.html -jdk%%VERSION%%/docs/api/java.io.DataOutputStream.html -jdk%%VERSION%%/docs/api/java.io.EOFException.html -jdk%%VERSION%%/docs/api/java.io.Externalizable.html -jdk%%VERSION%%/docs/api/java.io.File.html -jdk%%VERSION%%/docs/api/java.io.FileDescriptor.html -jdk%%VERSION%%/docs/api/java.io.FileInputStream.html -jdk%%VERSION%%/docs/api/java.io.FileNotFoundException.html -jdk%%VERSION%%/docs/api/java.io.FileOutputStream.html -jdk%%VERSION%%/docs/api/java.io.FileReader.html -jdk%%VERSION%%/docs/api/java.io.FileWriter.html -jdk%%VERSION%%/docs/api/java.io.FilenameFilter.html -jdk%%VERSION%%/docs/api/java.io.FilterInputStream.html -jdk%%VERSION%%/docs/api/java.io.FilterOutputStream.html -jdk%%VERSION%%/docs/api/java.io.FilterReader.html -jdk%%VERSION%%/docs/api/java.io.FilterWriter.html -jdk%%VERSION%%/docs/api/java.io.IOException.html -jdk%%VERSION%%/docs/api/java.io.InputStream.html -jdk%%VERSION%%/docs/api/java.io.InputStreamReader.html -jdk%%VERSION%%/docs/api/java.io.InterruptedIOException.html -jdk%%VERSION%%/docs/api/java.io.InvalidClassException.html -jdk%%VERSION%%/docs/api/java.io.InvalidObjectException.html -jdk%%VERSION%%/docs/api/java.io.LineNumberInputStream.html -jdk%%VERSION%%/docs/api/java.io.LineNumberReader.html -jdk%%VERSION%%/docs/api/java.io.NotActiveException.html -jdk%%VERSION%%/docs/api/java.io.NotSerializableException.html -jdk%%VERSION%%/docs/api/java.io.ObjectInput.html -jdk%%VERSION%%/docs/api/java.io.ObjectInputStream.html -jdk%%VERSION%%/docs/api/java.io.ObjectInputValidation.html -jdk%%VERSION%%/docs/api/java.io.ObjectOutput.html -jdk%%VERSION%%/docs/api/java.io.ObjectOutputStream.html -jdk%%VERSION%%/docs/api/java.io.ObjectStreamClass.html -jdk%%VERSION%%/docs/api/java.io.ObjectStreamException.html -jdk%%VERSION%%/docs/api/java.io.OptionalDataException.html -jdk%%VERSION%%/docs/api/java.io.OutputStream.html -jdk%%VERSION%%/docs/api/java.io.OutputStreamWriter.html -jdk%%VERSION%%/docs/api/java.io.PipedInputStream.html -jdk%%VERSION%%/docs/api/java.io.PipedOutputStream.html -jdk%%VERSION%%/docs/api/java.io.PipedReader.html -jdk%%VERSION%%/docs/api/java.io.PipedWriter.html -jdk%%VERSION%%/docs/api/java.io.PrintStream.html -jdk%%VERSION%%/docs/api/java.io.PrintWriter.html -jdk%%VERSION%%/docs/api/java.io.PushbackInputStream.html -jdk%%VERSION%%/docs/api/java.io.PushbackReader.html -jdk%%VERSION%%/docs/api/java.io.RandomAccessFile.html -jdk%%VERSION%%/docs/api/java.io.Reader.html -jdk%%VERSION%%/docs/api/java.io.SequenceInputStream.html -jdk%%VERSION%%/docs/api/java.io.Serializable.html -jdk%%VERSION%%/docs/api/java.io.StreamCorruptedException.html -jdk%%VERSION%%/docs/api/java.io.StreamTokenizer.html -jdk%%VERSION%%/docs/api/java.io.StringBufferInputStream.html -jdk%%VERSION%%/docs/api/java.io.StringReader.html -jdk%%VERSION%%/docs/api/java.io.StringWriter.html -jdk%%VERSION%%/docs/api/java.io.SyncFailedException.html -jdk%%VERSION%%/docs/api/java.io.UTFDataFormatException.html -jdk%%VERSION%%/docs/api/java.io.UnsupportedEncodingException.html -jdk%%VERSION%%/docs/api/java.io.WriteAbortedException.html -jdk%%VERSION%%/docs/api/java.io.Writer.html -jdk%%VERSION%%/docs/api/java.lang.AbstractMethodError.html -jdk%%VERSION%%/docs/api/java.lang.ArithmeticException.html -jdk%%VERSION%%/docs/api/java.lang.ArrayIndexOutOfBoundsException.html -jdk%%VERSION%%/docs/api/java.lang.ArrayStoreException.html -jdk%%VERSION%%/docs/api/java.lang.Boolean.html -jdk%%VERSION%%/docs/api/java.lang.Byte.html -jdk%%VERSION%%/docs/api/java.lang.Character.html -jdk%%VERSION%%/docs/api/java.lang.Class.html -jdk%%VERSION%%/docs/api/java.lang.ClassCastException.html -jdk%%VERSION%%/docs/api/java.lang.ClassCircularityError.html -jdk%%VERSION%%/docs/api/java.lang.ClassFormatError.html -jdk%%VERSION%%/docs/api/java.lang.ClassLoader.html -jdk%%VERSION%%/docs/api/java.lang.ClassNotFoundException.html -jdk%%VERSION%%/docs/api/java.lang.CloneNotSupportedException.html -jdk%%VERSION%%/docs/api/java.lang.Cloneable.html -jdk%%VERSION%%/docs/api/java.lang.Compiler.html -jdk%%VERSION%%/docs/api/java.lang.Double.html -jdk%%VERSION%%/docs/api/java.lang.Error.html -jdk%%VERSION%%/docs/api/java.lang.Exception.html -jdk%%VERSION%%/docs/api/java.lang.ExceptionInInitializerError.html -jdk%%VERSION%%/docs/api/java.lang.Float.html -jdk%%VERSION%%/docs/api/java.lang.IllegalAccessError.html -jdk%%VERSION%%/docs/api/java.lang.IllegalAccessException.html -jdk%%VERSION%%/docs/api/java.lang.IllegalArgumentException.html -jdk%%VERSION%%/docs/api/java.lang.IllegalMonitorStateException.html -jdk%%VERSION%%/docs/api/java.lang.IllegalStateException.html -jdk%%VERSION%%/docs/api/java.lang.IllegalThreadStateException.html -jdk%%VERSION%%/docs/api/java.lang.IncompatibleClassChangeError.html -jdk%%VERSION%%/docs/api/java.lang.IndexOutOfBoundsException.html -jdk%%VERSION%%/docs/api/java.lang.InstantiationError.html -jdk%%VERSION%%/docs/api/java.lang.InstantiationException.html -jdk%%VERSION%%/docs/api/java.lang.Integer.html -jdk%%VERSION%%/docs/api/java.lang.InternalError.html -jdk%%VERSION%%/docs/api/java.lang.InterruptedException.html -jdk%%VERSION%%/docs/api/java.lang.LinkageError.html -jdk%%VERSION%%/docs/api/java.lang.Long.html -jdk%%VERSION%%/docs/api/java.lang.Math.html -jdk%%VERSION%%/docs/api/java.lang.NegativeArraySizeException.html -jdk%%VERSION%%/docs/api/java.lang.NoClassDefFoundError.html -jdk%%VERSION%%/docs/api/java.lang.NoSuchFieldError.html -jdk%%VERSION%%/docs/api/java.lang.NoSuchFieldException.html -jdk%%VERSION%%/docs/api/java.lang.NoSuchMethodError.html -jdk%%VERSION%%/docs/api/java.lang.NoSuchMethodException.html -jdk%%VERSION%%/docs/api/java.lang.NullPointerException.html -jdk%%VERSION%%/docs/api/java.lang.Number.html -jdk%%VERSION%%/docs/api/java.lang.NumberFormatException.html -jdk%%VERSION%%/docs/api/java.lang.Object.html -jdk%%VERSION%%/docs/api/java.lang.OutOfMemoryError.html -jdk%%VERSION%%/docs/api/java.lang.Process.html -jdk%%VERSION%%/docs/api/java.lang.Runnable.html -jdk%%VERSION%%/docs/api/java.lang.Runtime.html -jdk%%VERSION%%/docs/api/java.lang.RuntimeException.html -jdk%%VERSION%%/docs/api/java.lang.SecurityException.html -jdk%%VERSION%%/docs/api/java.lang.SecurityManager.html -jdk%%VERSION%%/docs/api/java.lang.Short.html -jdk%%VERSION%%/docs/api/java.lang.StackOverflowError.html -jdk%%VERSION%%/docs/api/java.lang.String.html -jdk%%VERSION%%/docs/api/java.lang.StringBuffer.html -jdk%%VERSION%%/docs/api/java.lang.StringIndexOutOfBoundsException.html -jdk%%VERSION%%/docs/api/java.lang.System.html -jdk%%VERSION%%/docs/api/java.lang.Thread.html -jdk%%VERSION%%/docs/api/java.lang.ThreadDeath.html -jdk%%VERSION%%/docs/api/java.lang.ThreadGroup.html -jdk%%VERSION%%/docs/api/java.lang.Throwable.html -jdk%%VERSION%%/docs/api/java.lang.UnknownError.html -jdk%%VERSION%%/docs/api/java.lang.UnsatisfiedLinkError.html -jdk%%VERSION%%/docs/api/java.lang.VerifyError.html -jdk%%VERSION%%/docs/api/java.lang.VirtualMachineError.html -jdk%%VERSION%%/docs/api/java.lang.Void.html -jdk%%VERSION%%/docs/api/java.lang.reflect.Array.html -jdk%%VERSION%%/docs/api/java.lang.reflect.Constructor.html -jdk%%VERSION%%/docs/api/java.lang.reflect.Field.html -jdk%%VERSION%%/docs/api/java.lang.reflect.InvocationTargetException.html -jdk%%VERSION%%/docs/api/java.lang.reflect.Member.html -jdk%%VERSION%%/docs/api/java.lang.reflect.Method.html -jdk%%VERSION%%/docs/api/java.lang.reflect.Modifier.html -jdk%%VERSION%%/docs/api/java.math.BigDecimal.html -jdk%%VERSION%%/docs/api/java.math.BigInteger.html -jdk%%VERSION%%/docs/api/java.net.BindException.html -jdk%%VERSION%%/docs/api/java.net.ConnectException.html -jdk%%VERSION%%/docs/api/java.net.ContentHandler.html -jdk%%VERSION%%/docs/api/java.net.ContentHandlerFactory.html -jdk%%VERSION%%/docs/api/java.net.DatagramPacket.html -jdk%%VERSION%%/docs/api/java.net.DatagramSocket.html -jdk%%VERSION%%/docs/api/java.net.DatagramSocketImpl.html -jdk%%VERSION%%/docs/api/java.net.FileNameMap.html -jdk%%VERSION%%/docs/api/java.net.HttpURLConnection.html -jdk%%VERSION%%/docs/api/java.net.InetAddress.html -jdk%%VERSION%%/docs/api/java.net.MalformedURLException.html -jdk%%VERSION%%/docs/api/java.net.MulticastSocket.html -jdk%%VERSION%%/docs/api/java.net.NoRouteToHostException.html -jdk%%VERSION%%/docs/api/java.net.ProtocolException.html -jdk%%VERSION%%/docs/api/java.net.ServerSocket.html -jdk%%VERSION%%/docs/api/java.net.Socket.html -jdk%%VERSION%%/docs/api/java.net.SocketException.html -jdk%%VERSION%%/docs/api/java.net.SocketImpl.html -jdk%%VERSION%%/docs/api/java.net.SocketImplFactory.html -jdk%%VERSION%%/docs/api/java.net.URL.html -jdk%%VERSION%%/docs/api/java.net.URLConnection.html -jdk%%VERSION%%/docs/api/java.net.URLEncoder.html -jdk%%VERSION%%/docs/api/java.net.URLStreamHandler.html -jdk%%VERSION%%/docs/api/java.net.URLStreamHandlerFactory.html -jdk%%VERSION%%/docs/api/java.net.UnknownHostException.html -jdk%%VERSION%%/docs/api/java.net.UnknownServiceException.html -jdk%%VERSION%%/docs/api/java.rmi.AccessException.html -jdk%%VERSION%%/docs/api/java.rmi.AlreadyBoundException.html -jdk%%VERSION%%/docs/api/java.rmi.ConnectException.html -jdk%%VERSION%%/docs/api/java.rmi.ConnectIOException.html -jdk%%VERSION%%/docs/api/java.rmi.MarshalException.html -jdk%%VERSION%%/docs/api/java.rmi.Naming.html -jdk%%VERSION%%/docs/api/java.rmi.NoSuchObjectException.html -jdk%%VERSION%%/docs/api/java.rmi.NotBoundException.html -jdk%%VERSION%%/docs/api/java.rmi.RMISecurityException.html -jdk%%VERSION%%/docs/api/java.rmi.RMISecurityManager.html -jdk%%VERSION%%/docs/api/java.rmi.Remote.html -jdk%%VERSION%%/docs/api/java.rmi.RemoteException.html -jdk%%VERSION%%/docs/api/java.rmi.ServerError.html -jdk%%VERSION%%/docs/api/java.rmi.ServerException.html -jdk%%VERSION%%/docs/api/java.rmi.ServerRuntimeException.html -jdk%%VERSION%%/docs/api/java.rmi.StubNotFoundException.html -jdk%%VERSION%%/docs/api/java.rmi.UnexpectedException.html -jdk%%VERSION%%/docs/api/java.rmi.UnknownHostException.html -jdk%%VERSION%%/docs/api/java.rmi.UnmarshalException.html -jdk%%VERSION%%/docs/api/java.rmi.dgc.DGC.html -jdk%%VERSION%%/docs/api/java.rmi.dgc.Lease.html -jdk%%VERSION%%/docs/api/java.rmi.dgc.VMID.html -jdk%%VERSION%%/docs/api/java.rmi.registry.LocateRegistry.html -jdk%%VERSION%%/docs/api/java.rmi.registry.Registry.html -jdk%%VERSION%%/docs/api/java.rmi.registry.RegistryHandler.html -jdk%%VERSION%%/docs/api/java.rmi.server.ExportException.html -jdk%%VERSION%%/docs/api/java.rmi.server.LoaderHandler.html -jdk%%VERSION%%/docs/api/java.rmi.server.LogStream.html -jdk%%VERSION%%/docs/api/java.rmi.server.ObjID.html -jdk%%VERSION%%/docs/api/java.rmi.server.Operation.html -jdk%%VERSION%%/docs/api/java.rmi.server.RMIClassLoader.html -jdk%%VERSION%%/docs/api/java.rmi.server.RMIFailureHandler.html -jdk%%VERSION%%/docs/api/java.rmi.server.RMISocketFactory.html -jdk%%VERSION%%/docs/api/java.rmi.server.RemoteCall.html -jdk%%VERSION%%/docs/api/java.rmi.server.RemoteObject.html -jdk%%VERSION%%/docs/api/java.rmi.server.RemoteRef.html -jdk%%VERSION%%/docs/api/java.rmi.server.RemoteServer.html -jdk%%VERSION%%/docs/api/java.rmi.server.RemoteStub.html -jdk%%VERSION%%/docs/api/java.rmi.server.ServerCloneException.html -jdk%%VERSION%%/docs/api/java.rmi.server.ServerNotActiveException.html -jdk%%VERSION%%/docs/api/java.rmi.server.ServerRef.html -jdk%%VERSION%%/docs/api/java.rmi.server.Skeleton.html -jdk%%VERSION%%/docs/api/java.rmi.server.SkeletonMismatchException.html -jdk%%VERSION%%/docs/api/java.rmi.server.SkeletonNotFoundException.html -jdk%%VERSION%%/docs/api/java.rmi.server.SocketSecurityException.html -jdk%%VERSION%%/docs/api/java.rmi.server.UID.html -jdk%%VERSION%%/docs/api/java.rmi.server.UnicastRemoteObject.html -jdk%%VERSION%%/docs/api/java.rmi.server.Unreferenced.html -jdk%%VERSION%%/docs/api/java.security.Certificate.html -jdk%%VERSION%%/docs/api/java.security.DigestException.html -jdk%%VERSION%%/docs/api/java.security.DigestInputStream.html -jdk%%VERSION%%/docs/api/java.security.DigestOutputStream.html -jdk%%VERSION%%/docs/api/java.security.Identity.html -jdk%%VERSION%%/docs/api/java.security.IdentityScope.html -jdk%%VERSION%%/docs/api/java.security.InvalidKeyException.html -jdk%%VERSION%%/docs/api/java.security.InvalidParameterException.html -jdk%%VERSION%%/docs/api/java.security.Key.html -jdk%%VERSION%%/docs/api/java.security.KeyException.html -jdk%%VERSION%%/docs/api/java.security.KeyManagementException.html -jdk%%VERSION%%/docs/api/java.security.KeyPair.html -jdk%%VERSION%%/docs/api/java.security.KeyPairGenerator.html -jdk%%VERSION%%/docs/api/java.security.MessageDigest.html -jdk%%VERSION%%/docs/api/java.security.NoSuchAlgorithmException.html -jdk%%VERSION%%/docs/api/java.security.NoSuchProviderException.html -jdk%%VERSION%%/docs/api/java.security.Principal.html -jdk%%VERSION%%/docs/api/java.security.PrivateKey.html -jdk%%VERSION%%/docs/api/java.security.Provider.html -jdk%%VERSION%%/docs/api/java.security.ProviderException.html -jdk%%VERSION%%/docs/api/java.security.PublicKey.html -jdk%%VERSION%%/docs/api/java.security.SecureRandom.html -jdk%%VERSION%%/docs/api/java.security.Security.html -jdk%%VERSION%%/docs/api/java.security.Signature.html -jdk%%VERSION%%/docs/api/java.security.SignatureException.html -jdk%%VERSION%%/docs/api/java.security.Signer.html -jdk%%VERSION%%/docs/api/java.security.acl.Acl.html -jdk%%VERSION%%/docs/api/java.security.acl.AclEntry.html -jdk%%VERSION%%/docs/api/java.security.acl.AclNotFoundException.html -jdk%%VERSION%%/docs/api/java.security.acl.Group.html -jdk%%VERSION%%/docs/api/java.security.acl.LastOwnerException.html -jdk%%VERSION%%/docs/api/java.security.acl.NotOwnerException.html -jdk%%VERSION%%/docs/api/java.security.acl.Owner.html -jdk%%VERSION%%/docs/api/java.security.acl.Permission.html -jdk%%VERSION%%/docs/api/java.security.interfaces.DSAKey.html -jdk%%VERSION%%/docs/api/java.security.interfaces.DSAKeyPairGenerator.html -jdk%%VERSION%%/docs/api/java.security.interfaces.DSAParams.html -jdk%%VERSION%%/docs/api/java.security.interfaces.DSAPrivateKey.html -jdk%%VERSION%%/docs/api/java.security.interfaces.DSAPublicKey.html -jdk%%VERSION%%/docs/api/java.sql.CallableStatement.html -jdk%%VERSION%%/docs/api/java.sql.Connection.html -jdk%%VERSION%%/docs/api/java.sql.DataTruncation.html -jdk%%VERSION%%/docs/api/java.sql.DatabaseMetaData.html -jdk%%VERSION%%/docs/api/java.sql.Date.html -jdk%%VERSION%%/docs/api/java.sql.Driver.html -jdk%%VERSION%%/docs/api/java.sql.DriverManager.html -jdk%%VERSION%%/docs/api/java.sql.DriverPropertyInfo.html -jdk%%VERSION%%/docs/api/java.sql.PreparedStatement.html -jdk%%VERSION%%/docs/api/java.sql.ResultSet.html -jdk%%VERSION%%/docs/api/java.sql.ResultSetMetaData.html -jdk%%VERSION%%/docs/api/java.sql.SQLException.html -jdk%%VERSION%%/docs/api/java.sql.SQLWarning.html -jdk%%VERSION%%/docs/api/java.sql.Statement.html -jdk%%VERSION%%/docs/api/java.sql.Time.html -jdk%%VERSION%%/docs/api/java.sql.Timestamp.html -jdk%%VERSION%%/docs/api/java.sql.Types.html -jdk%%VERSION%%/docs/api/java.text.BreakIterator.html -jdk%%VERSION%%/docs/api/java.text.CharacterIterator.html -jdk%%VERSION%%/docs/api/java.text.ChoiceFormat.html -jdk%%VERSION%%/docs/api/java.text.CollationElementIterator.html -jdk%%VERSION%%/docs/api/java.text.CollationKey.html -jdk%%VERSION%%/docs/api/java.text.Collator.html -jdk%%VERSION%%/docs/api/java.text.DateFormat.html -jdk%%VERSION%%/docs/api/java.text.DateFormatSymbols.html -jdk%%VERSION%%/docs/api/java.text.DecimalFormat.html -jdk%%VERSION%%/docs/api/java.text.DecimalFormatSymbols.html -jdk%%VERSION%%/docs/api/java.text.FieldPosition.html -jdk%%VERSION%%/docs/api/java.text.Format.html -jdk%%VERSION%%/docs/api/java.text.MessageFormat.html -jdk%%VERSION%%/docs/api/java.text.NumberFormat.html -jdk%%VERSION%%/docs/api/java.text.ParseException.html -jdk%%VERSION%%/docs/api/java.text.ParsePosition.html -jdk%%VERSION%%/docs/api/java.text.RuleBasedCollator.html -jdk%%VERSION%%/docs/api/java.text.SimpleDateFormat.html -jdk%%VERSION%%/docs/api/java.text.StringCharacterIterator.html -jdk%%VERSION%%/docs/api/java.util.BitSet.html -jdk%%VERSION%%/docs/api/java.util.Calendar.html -jdk%%VERSION%%/docs/api/java.util.Date.html -jdk%%VERSION%%/docs/api/java.util.Dictionary.html -jdk%%VERSION%%/docs/api/java.util.EmptyStackException.html -jdk%%VERSION%%/docs/api/java.util.Enumeration.html -jdk%%VERSION%%/docs/api/java.util.EventListener.html -jdk%%VERSION%%/docs/api/java.util.EventObject.html -jdk%%VERSION%%/docs/api/java.util.GregorianCalendar.html -jdk%%VERSION%%/docs/api/java.util.Hashtable.html -jdk%%VERSION%%/docs/api/java.util.ListResourceBundle.html -jdk%%VERSION%%/docs/api/java.util.Locale.html -jdk%%VERSION%%/docs/api/java.util.MissingResourceException.html -jdk%%VERSION%%/docs/api/java.util.NoSuchElementException.html -jdk%%VERSION%%/docs/api/java.util.Observable.html -jdk%%VERSION%%/docs/api/java.util.Observer.html -jdk%%VERSION%%/docs/api/java.util.Properties.html -jdk%%VERSION%%/docs/api/java.util.PropertyResourceBundle.html -jdk%%VERSION%%/docs/api/java.util.Random.html -jdk%%VERSION%%/docs/api/java.util.ResourceBundle.html -jdk%%VERSION%%/docs/api/java.util.SimpleTimeZone.html -jdk%%VERSION%%/docs/api/java.util.Stack.html -jdk%%VERSION%%/docs/api/java.util.StringTokenizer.html -jdk%%VERSION%%/docs/api/java.util.TimeZone.html -jdk%%VERSION%%/docs/api/java.util.TooManyListenersException.html -jdk%%VERSION%%/docs/api/java.util.Vector.html -jdk%%VERSION%%/docs/api/java.util.zip.Adler32.html -jdk%%VERSION%%/docs/api/java.util.zip.CRC32.html -jdk%%VERSION%%/docs/api/java.util.zip.CheckedInputStream.html -jdk%%VERSION%%/docs/api/java.util.zip.CheckedOutputStream.html -jdk%%VERSION%%/docs/api/java.util.zip.Checksum.html -jdk%%VERSION%%/docs/api/java.util.zip.DataFormatException.html -jdk%%VERSION%%/docs/api/java.util.zip.Deflater.html -jdk%%VERSION%%/docs/api/java.util.zip.DeflaterOutputStream.html -jdk%%VERSION%%/docs/api/java.util.zip.GZIPInputStream.html -jdk%%VERSION%%/docs/api/java.util.zip.GZIPOutputStream.html -jdk%%VERSION%%/docs/api/java.util.zip.Inflater.html -jdk%%VERSION%%/docs/api/java.util.zip.InflaterInputStream.html -jdk%%VERSION%%/docs/api/java.util.zip.ZipEntry.html -jdk%%VERSION%%/docs/api/java.util.zip.ZipException.html -jdk%%VERSION%%/docs/api/java.util.zip.ZipFile.html -jdk%%VERSION%%/docs/api/java.util.zip.ZipInputStream.html -jdk%%VERSION%%/docs/api/java.util.zip.ZipOutputStream.html -jdk%%VERSION%%/docs/api/k-names.html -jdk%%VERSION%%/docs/api/l-names.html -jdk%%VERSION%%/docs/api/m-names.html -jdk%%VERSION%%/docs/api/n-names.html -jdk%%VERSION%%/docs/api/o-names.html -jdk%%VERSION%%/docs/api/p-names.html -jdk%%VERSION%%/docs/api/packages.html -jdk%%VERSION%%/docs/api/q-names.html -jdk%%VERSION%%/docs/api/r-names.html -jdk%%VERSION%%/docs/api/s-names.html -jdk%%VERSION%%/docs/api/t-names.html -jdk%%VERSION%%/docs/api/tree.html -jdk%%VERSION%%/docs/api/u-names.html -jdk%%VERSION%%/docs/api/v-names.html -jdk%%VERSION%%/docs/api/w-names.html -jdk%%VERSION%%/docs/api/x-names.html -jdk%%VERSION%%/docs/api/y-names.html -jdk%%VERSION%%/docs/api/z-names.html -jdk%%VERSION%%/docs/guide/awt/1.0example/AppletButton.class -jdk%%VERSION%%/docs/guide/awt/1.0example/AppletButton.java -jdk%%VERSION%%/docs/guide/awt/1.0example/DialogWindow.class -jdk%%VERSION%%/docs/guide/awt/1.0example/DialogWindow.java -jdk%%VERSION%%/docs/guide/awt/1.0example/SimpleDialog.class -jdk%%VERSION%%/docs/guide/awt/DeprecatedMethods.html -jdk%%VERSION%%/docs/guide/awt/DialogWindow.java -jdk%%VERSION%%/docs/guide/awt/HowToUpgrade.html -jdk%%VERSION%%/docs/guide/awt/IncompatibleChanges.html -jdk%%VERSION%%/docs/guide/awt/NameChanges.html -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/PageSwitcher.class -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/Box.class -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/Box.java -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/Click0$1.class -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/Click0$2.class -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/Click0.class -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/Click0.java -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/Click1$1.class -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/Click1$2.class -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/Click1$TargetListener.class -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/Click1.class -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/Click1.java -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/Click2$1.class -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/Click2$2.class -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/Click2$TargetListener.class -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/Click2.class -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/Click2.java -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/Click3$1.class -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/Click3$2.class -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/Click3$3.class -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/Click3$TargetListener.class -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/Click3.class -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/Click3.java -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/ColumnOfBoxes.class -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/ColumnOfBoxes.java -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual/index.html -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/alternative/Box.java -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/alternative/Click0.java -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/alternative/Click1.java -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/alternative/Click2.java -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/alternative/Click3.java -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/alternative/ColumnOfBoxes.java -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/alternative/ImageDisplayer.class -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/alternative/Slide.class -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/alternative/SlideList.class -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/alternative/SlideShow.class -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/alternative/Spinner.gif -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/alternative/index.html -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/alternative/slide1.gif -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/alternative/slide2.gif -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/alternative/slide3.gif -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/alternative/slide4.gif -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/alternative/source1.html -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/alternative/source2.html -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/alternative/source3.html -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/alternative/source4.html -jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/index.html -jdk%%VERSION%%/docs/guide/awt/demos/index.html -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Gauge/ExampleApplet.jar -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Gauge/ExampleApplet.zip -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Gauge/Switcher.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Gauge/actual/DoubleBufferPanel.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Gauge/actual/DoubleBufferPanel.java -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Gauge/actual/ExampleApplet.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Gauge/actual/ExampleApplet.java -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Gauge/actual/Gauge.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Gauge/actual/Gauge.java -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Gauge/actual/GaugeThread.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Gauge/actual/PrettyPanel.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Gauge/actual/images/mandrill.jpg -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Gauge/alternative/Compatibility.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Gauge/alternative/ExampleApplet.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Gauge/alternative/ExampleApplet.gif -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Gauge/alternative/ImageDisplayer.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Gauge/alternative/PictureFrame.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Gauge/example.html -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/GaugeSwing/ExampleApplet.java -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/GaugeSwing/Gauge.java -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/GaugeSwing/images/mandrill.jpg -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/OpenlookButtons/ExampleApplet.jar -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/OpenlookButtons/ExampleApplet.zip -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/OpenlookButtons/Switcher.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/ExampleActionListener.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/ExampleApplet.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/ExampleApplet.java -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/OpenlookButton.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/OpenlookButton.java -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/OpenlookButtonListener.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/images/scott.jpg -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/Compatibility.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/ExampleApplet.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/ExampleApplet.gif -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/ImageDisplayer.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/PictureFrame.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/OpenlookButtons/example.html -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/RoundButtons/ExampleApplet.jar -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/RoundButtons/ExampleApplet.zip -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/RoundButtons/Switcher.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/ExampleActionListener.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/ExampleApplet.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/ExampleApplet.java -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/RoundButton.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/RoundButton.java -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/images/scott.jpg -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/Compatibility.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/ExampleApplet.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/ExampleApplet.gif -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/ImageDisplayer.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/PictureFrame.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/RoundButtons/example.html -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Spinner/ExampleApplet.jar -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Spinner/ExampleApplet.zip -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Spinner/Switcher.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Spinner/actual/ExampleApplet.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Spinner/actual/ExampleApplet.java -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Spinner/actual/Spinner.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Spinner/actual/Spinner.java -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Spinner/actual/SpinnerThread.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Spinner/actual/images/orb.gif -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Spinner/alternative/Compatibility.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Spinner/alternative/ExampleApplet.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Spinner/alternative/ExampleApplet.gif -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Spinner/alternative/ImageDisplayer.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Spinner/alternative/PictureFrame.class -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Spinner/example.html -jdk%%VERSION%%/docs/guide/awt/demos/lightweight/index.html -jdk%%VERSION%%/docs/guide/awt/demos/symboltest/PageSwitcher.class -jdk%%VERSION%%/docs/guide/awt/demos/symboltest/actual/SymbolCanvas.class -jdk%%VERSION%%/docs/guide/awt/demos/symboltest/actual/SymbolTest$MyAdapter.class -jdk%%VERSION%%/docs/guide/awt/demos/symboltest/actual/SymbolTest.class -jdk%%VERSION%%/docs/guide/awt/demos/symboltest/actual/SymbolTest.java -jdk%%VERSION%%/docs/guide/awt/demos/symboltest/actual/index.html -jdk%%VERSION%%/docs/guide/awt/demos/symboltest/alternative/ImageDisplayer.class -jdk%%VERSION%%/docs/guide/awt/demos/symboltest/alternative/Slide.class -jdk%%VERSION%%/docs/guide/awt/demos/symboltest/alternative/SlideList.class -jdk%%VERSION%%/docs/guide/awt/demos/symboltest/alternative/SlideShow.class -jdk%%VERSION%%/docs/guide/awt/demos/symboltest/alternative/index.html -jdk%%VERSION%%/docs/guide/awt/demos/symboltest/alternative/slide1.gif -jdk%%VERSION%%/docs/guide/awt/demos/symboltest/alternative/slide2.gif -jdk%%VERSION%%/docs/guide/awt/demos/symboltest/alternative/slide3.gif -jdk%%VERSION%%/docs/guide/awt/demos/symboltest/alternative/slide4.gif -jdk%%VERSION%%/docs/guide/awt/demos/symboltest/alternative/slide5.gif -jdk%%VERSION%%/docs/guide/awt/demos/symboltest/alternative/slide6.gif -jdk%%VERSION%%/docs/guide/awt/demos/symboltest/index.html -jdk%%VERSION%%/docs/guide/awt/designspec/datatransfer.html -jdk%%VERSION%%/docs/guide/awt/designspec/desktopcolors.html -jdk%%VERSION%%/docs/guide/awt/designspec/events.html -jdk%%VERSION%%/docs/guide/awt/designspec/graphics/clipping.html -jdk%%VERSION%%/docs/guide/awt/designspec/graphics/imageblit.html -jdk%%VERSION%%/docs/guide/awt/designspec/graphics/imagescale.html -jdk%%VERSION%%/docs/guide/awt/designspec/graphics/imganim.html -jdk%%VERSION%%/docs/guide/awt/designspec/graphics/index.html -jdk%%VERSION%%/docs/guide/awt/designspec/graphics/pixelgrab.html -jdk%%VERSION%%/docs/guide/awt/designspec/images/box.sm.gif -jdk%%VERSION%%/docs/guide/awt/designspec/images/flip.sm.gif -jdk%%VERSION%%/docs/guide/awt/designspec/images/flip_trans.sm.gif -jdk%%VERSION%%/docs/guide/awt/designspec/images/gun.sm.gif -jdk%%VERSION%%/docs/guide/awt/designspec/images/hips.sm.gif -jdk%%VERSION%%/docs/guide/awt/designspec/images/juggler.sm.gif -jdk%%VERSION%%/docs/guide/awt/designspec/images/magnify.sm.gif -jdk%%VERSION%%/docs/guide/awt/designspec/images/pencil.sm.gif -jdk%%VERSION%%/docs/guide/awt/designspec/images/toolbox.med.gif -jdk%%VERSION%%/docs/guide/awt/designspec/index.html -jdk%%VERSION%%/docs/guide/awt/designspec/lightweights.html -jdk%%VERSION%%/docs/guide/awt/designspec/mouseless.html -jdk%%VERSION%%/docs/guide/awt/designspec/nextAWT.html -jdk%%VERSION%%/docs/guide/awt/designspec/popupmenu.html -jdk%%VERSION%%/docs/guide/awt/designspec/printing.html -jdk%%VERSION%%/docs/guide/awt/designspec/scrollpane.html -jdk%%VERSION%%/docs/guide/awt/images/DialogWindow-d.gif -jdk%%VERSION%%/docs/guide/awt/images/DialogWindow-f.gif -jdk%%VERSION%%/docs/guide/awt/index.html -jdk%%VERSION%%/docs/guide/awt/innerclass/DialogWindow.java -jdk%%VERSION%%/docs/guide/awt/updateAWT -jdk%%VERSION%%/docs/guide/beans/index.html -jdk%%VERSION%%/docs/guide/innerclasses/index.html -jdk%%VERSION%%/docs/guide/innerclasses/spec/copyright.doc.html -jdk%%VERSION%%/docs/guide/innerclasses/spec/innerclasses.doc.html -jdk%%VERSION%%/docs/guide/innerclasses/spec/innerclasses.doc1.html -jdk%%VERSION%%/docs/guide/innerclasses/spec/innerclasses.doc10.html -jdk%%VERSION%%/docs/guide/innerclasses/spec/innerclasses.doc11.html -jdk%%VERSION%%/docs/guide/innerclasses/spec/innerclasses.doc12.html -jdk%%VERSION%%/docs/guide/innerclasses/spec/innerclasses.doc13.html -jdk%%VERSION%%/docs/guide/innerclasses/spec/innerclasses.doc2.html -jdk%%VERSION%%/docs/guide/innerclasses/spec/innerclasses.doc3.html -jdk%%VERSION%%/docs/guide/innerclasses/spec/innerclasses.doc4.html -jdk%%VERSION%%/docs/guide/innerclasses/spec/innerclasses.doc5.html -jdk%%VERSION%%/docs/guide/innerclasses/spec/innerclasses.doc6.html -jdk%%VERSION%%/docs/guide/innerclasses/spec/innerclasses.doc7.html -jdk%%VERSION%%/docs/guide/innerclasses/spec/innerclasses.doc8.html -jdk%%VERSION%%/docs/guide/innerclasses/spec/innerclasses.doc9.html -jdk%%VERSION%%/docs/guide/intl/copyright.doc.html -jdk%%VERSION%%/docs/guide/intl/demos/Collate/1.0.2/CollationDetails.html -jdk%%VERSION%%/docs/guide/intl/demos/Collate/1.0.2/example1.html -jdk%%VERSION%%/docs/guide/intl/demos/Collate/1.1/CollationDetails.html -jdk%%VERSION%%/docs/guide/intl/demos/Collate/1.1/example1.html -jdk%%VERSION%%/docs/guide/intl/demos/Collate/PageSwitcher.class -jdk%%VERSION%%/docs/guide/intl/demos/Collate/example1.html -jdk%%VERSION%%/docs/guide/intl/demos/DateTimeFormat/1.0.2/example1.html -jdk%%VERSION%%/docs/guide/intl/demos/DateTimeFormat/1.1/example1.html -jdk%%VERSION%%/docs/guide/intl/demos/DateTimeFormat/PageSwitcher.class -jdk%%VERSION%%/docs/guide/intl/demos/DateTimeFormat/example1.html -jdk%%VERSION%%/docs/guide/intl/demos/MessageFormat/1.0.2/example1.html -jdk%%VERSION%%/docs/guide/intl/demos/MessageFormat/1.1/example1.html -jdk%%VERSION%%/docs/guide/intl/demos/MessageFormat/PageSwitcher.class -jdk%%VERSION%%/docs/guide/intl/demos/MessageFormat/example1.html -jdk%%VERSION%%/docs/guide/intl/demos/NumberFormat/1.0.2/example1.html -jdk%%VERSION%%/docs/guide/intl/demos/NumberFormat/1.1/example1.html -jdk%%VERSION%%/docs/guide/intl/demos/NumberFormat/PageSwitcher.class -jdk%%VERSION%%/docs/guide/intl/demos/NumberFormat/example1.html -jdk%%VERSION%%/docs/guide/intl/demos/TextBound/1.0.2/example1.html -jdk%%VERSION%%/docs/guide/intl/demos/TextBound/1.1/example1.html -jdk%%VERSION%%/docs/guide/intl/demos/TextBound/PageSwitcher.class -jdk%%VERSION%%/docs/guide/intl/demos/TextBound/example1.html -jdk%%VERSION%%/docs/guide/intl/demos/code/BorderPanel.class -jdk%%VERSION%%/docs/guide/intl/demos/code/BorderPanel.java -jdk%%VERSION%%/docs/guide/intl/demos/code/ChoiceResource.class -jdk%%VERSION%%/docs/guide/intl/demos/code/ChoiceResource.java -jdk%%VERSION%%/docs/guide/intl/demos/code/ChoiceResource_da.class -jdk%%VERSION%%/docs/guide/intl/demos/code/ChoiceResource_da.java -jdk%%VERSION%%/docs/guide/intl/demos/code/ChoiceResource_de.class -jdk%%VERSION%%/docs/guide/intl/demos/code/ChoiceResource_de.java -jdk%%VERSION%%/docs/guide/intl/demos/code/ChoiceResource_en.class -jdk%%VERSION%%/docs/guide/intl/demos/code/ChoiceResource_en.java -jdk%%VERSION%%/docs/guide/intl/demos/code/ChoiceResource_fr.class -jdk%%VERSION%%/docs/guide/intl/demos/code/ChoiceResource_fr.java -jdk%%VERSION%%/docs/guide/intl/demos/code/ChoiceResource_it.class -jdk%%VERSION%%/docs/guide/intl/demos/code/ChoiceResource_it.java -jdk%%VERSION%%/docs/guide/intl/demos/code/ChoiceResource_ja.class -jdk%%VERSION%%/docs/guide/intl/demos/code/ChoiceResource_ja.java -jdk%%VERSION%%/docs/guide/intl/demos/code/CollateDemo.class -jdk%%VERSION%%/docs/guide/intl/demos/code/CollateDemo.java -jdk%%VERSION%%/docs/guide/intl/demos/code/CollateFrame.class -jdk%%VERSION%%/docs/guide/intl/demos/code/DateTimeDemo.class -jdk%%VERSION%%/docs/guide/intl/demos/code/DateTimeDemo.java -jdk%%VERSION%%/docs/guide/intl/demos/code/DateTimeFrame.class -jdk%%VERSION%%/docs/guide/intl/demos/code/DemoApplet.class -jdk%%VERSION%%/docs/guide/intl/demos/code/DemoApplet.java -jdk%%VERSION%%/docs/guide/intl/demos/code/MessageFormatDemo.class -jdk%%VERSION%%/docs/guide/intl/demos/code/MessageFormatDemo.java -jdk%%VERSION%%/docs/guide/intl/demos/code/MessageFormatFrame.class -jdk%%VERSION%%/docs/guide/intl/demos/code/NumberFormatDemo.class -jdk%%VERSION%%/docs/guide/intl/demos/code/NumberFormatDemo.java -jdk%%VERSION%%/docs/guide/intl/demos/code/NumberFormatFrame.class -jdk%%VERSION%%/docs/guide/intl/demos/code/TextBoundDemo.class -jdk%%VERSION%%/docs/guide/intl/demos/code/TextBoundDemo.java -jdk%%VERSION%%/docs/guide/intl/demos/code/TextBoundFrame.class -jdk%%VERSION%%/docs/guide/intl/demos/code/Utility.class -jdk%%VERSION%%/docs/guide/intl/demos/code/Utility.java -jdk%%VERSION%%/docs/guide/intl/demos/code/XBorderPanel.class -jdk%%VERSION%%/docs/guide/intl/encoding.doc.html -jdk%%VERSION%%/docs/guide/intl/euro.html -jdk%%VERSION%%/docs/guide/intl/fontprop.html -jdk%%VERSION%%/docs/guide/intl/index.html -jdk%%VERSION%%/docs/guide/intl/intl.doc.html -jdk%%VERSION%%/docs/guide/intl/intlTOC.doc.html -jdk%%VERSION%%/docs/guide/intl/locale.doc.html -jdk%%VERSION%%/docs/guide/intl/unicode_font.doc.html -jdk%%VERSION%%/docs/guide/io/b3-changes.html -jdk%%VERSION%%/docs/guide/io/index.html -jdk%%VERSION%%/docs/guide/io/io.html -jdk%%VERSION%%/docs/guide/jar/index.html -jdk%%VERSION%%/docs/guide/jar/jarGuide.html -jdk%%VERSION%%/docs/guide/jar/manifest.html -jdk%%VERSION%%/docs/guide/jdbc/getstart/SimpleSelect.doc.html -jdk%%VERSION%%/docs/guide/jdbc/getstart/bridge.doc.html -jdk%%VERSION%%/docs/guide/jdbc/getstart/callablestatement.doc.html -jdk%%VERSION%%/docs/guide/jdbc/getstart/connection.doc.html -jdk%%VERSION%%/docs/guide/jdbc/getstart/copyright.doc.html -jdk%%VERSION%%/docs/guide/jdbc/getstart/drivermanager.doc.html -jdk%%VERSION%%/docs/guide/jdbc/getstart/intro.doc.anc.gif -jdk%%VERSION%%/docs/guide/jdbc/getstart/intro.doc.anc1.gif -jdk%%VERSION%%/docs/guide/jdbc/getstart/intro.doc.anc2.gif -jdk%%VERSION%%/docs/guide/jdbc/getstart/intro.doc.anc3.gif -jdk%%VERSION%%/docs/guide/jdbc/getstart/intro.doc.html -jdk%%VERSION%%/docs/guide/jdbc/getstart/introTOC.doc.html -jdk%%VERSION%%/docs/guide/jdbc/getstart/mapping.doc.html -jdk%%VERSION%%/docs/guide/jdbc/getstart/preparedstatement.doc.html -jdk%%VERSION%%/docs/guide/jdbc/getstart/resultset.doc.html -jdk%%VERSION%%/docs/guide/jdbc/getstart/statement.doc.html -jdk%%VERSION%%/docs/guide/jdbc/index.html -jdk%%VERSION%%/docs/guide/jni/index.html -jdk%%VERSION%%/docs/guide/jni/spec/copyright.doc.html -jdk%%VERSION%%/docs/guide/jni/spec/design.doc.anc.gif -jdk%%VERSION%%/docs/guide/jni/spec/design.doc.html -jdk%%VERSION%%/docs/guide/jni/spec/functions.doc.html -jdk%%VERSION%%/docs/guide/jni/spec/intro.doc.html -jdk%%VERSION%%/docs/guide/jni/spec/invocation.doc.html -jdk%%VERSION%%/docs/guide/jni/spec/jniTOC.doc.html -jdk%%VERSION%%/docs/guide/jni/spec/types.doc.anc.gif -jdk%%VERSION%%/docs/guide/jni/spec/types.doc.anc1.gif -jdk%%VERSION%%/docs/guide/jni/spec/types.doc.anc2.gif -jdk%%VERSION%%/docs/guide/jni/spec/types.doc.anc3.gif -jdk%%VERSION%%/docs/guide/jni/spec/types.doc.html -jdk%%VERSION%%/docs/guide/math/index.html -jdk%%VERSION%%/docs/guide/misc/applet.html -jdk%%VERSION%%/docs/guide/misc/deprecation/deprecated.html -jdk%%VERSION%%/docs/guide/misc/deprecation/deprecation.html -jdk%%VERSION%%/docs/guide/misc/deprecation/index.html -jdk%%VERSION%%/docs/guide/misc/index.html -jdk%%VERSION%%/docs/guide/misc/resources.html -jdk%%VERSION%%/docs/guide/net/extendingSocks.html -jdk%%VERSION%%/docs/guide/net/images/duke4.gif -jdk%%VERSION%%/docs/guide/net/images/new2.gif -jdk%%VERSION%%/docs/guide/net/index.html -jdk%%VERSION%%/docs/guide/net/miscNet.html -jdk%%VERSION%%/docs/guide/net/socketClassDocs.html -jdk%%VERSION%%/docs/guide/net/socketException.html -jdk%%VERSION%%/docs/guide/net/socketOpt.html -jdk%%VERSION%%/docs/guide/performance/performance.html -jdk%%VERSION%%/docs/guide/reflection/faq/faq.html -jdk%%VERSION%%/docs/guide/reflection/index.html -jdk%%VERSION%%/docs/guide/reflection/spec/java-reflection-copyright.doc.html -jdk%%VERSION%%/docs/guide/reflection/spec/java-reflection.doc.html -jdk%%VERSION%%/docs/guide/reflection/spec/java-reflection.doc1.html -jdk%%VERSION%%/docs/guide/reflection/spec/java-reflection.doc10.html -jdk%%VERSION%%/docs/guide/reflection/spec/java-reflection.doc2.html -jdk%%VERSION%%/docs/guide/reflection/spec/java-reflection.doc3.html -jdk%%VERSION%%/docs/guide/reflection/spec/java-reflection.doc4.html -jdk%%VERSION%%/docs/guide/reflection/spec/java-reflection.doc5.html -jdk%%VERSION%%/docs/guide/reflection/spec/java-reflection.doc6.html -jdk%%VERSION%%/docs/guide/reflection/spec/java-reflection.doc7.html -jdk%%VERSION%%/docs/guide/reflection/spec/java-reflection.doc8.html -jdk%%VERSION%%/docs/guide/reflection/spec/java-reflection.doc9.html -jdk%%VERSION%%/docs/guide/reflection/spec/java-reflectionTOC.doc.html -jdk%%VERSION%%/docs/guide/rmi/Factory-1.gif -jdk%%VERSION%%/docs/guide/rmi/Factory.html -jdk%%VERSION%%/docs/guide/rmi/archives/getStart.tar -jdk%%VERSION%%/docs/guide/rmi/archives/getStart.tar.Z -jdk%%VERSION%%/docs/guide/rmi/archives/getStart.zip -jdk%%VERSION%%/docs/guide/rmi/examples/hello/Hello.java -jdk%%VERSION%%/docs/guide/rmi/examples/hello/HelloApplet.java -jdk%%VERSION%%/docs/guide/rmi/examples/hello/HelloImpl.java -jdk%%VERSION%%/docs/guide/rmi/examples/hello/index.html -jdk%%VERSION%%/docs/guide/rmi/examples/hello/readme.html -jdk%%VERSION%%/docs/guide/rmi/examples/hello/readme.txt -jdk%%VERSION%%/docs/guide/rmi/examples/hello/run -jdk%%VERSION%%/docs/guide/rmi/examples/hello/run.bat -jdk%%VERSION%%/docs/guide/rmi/examples/stock/Stock.java -jdk%%VERSION%%/docs/guide/rmi/examples/stock/StockApplet.java -jdk%%VERSION%%/docs/guide/rmi/examples/stock/StockNotFoundException.java -jdk%%VERSION%%/docs/guide/rmi/examples/stock/StockNotify.java -jdk%%VERSION%%/docs/guide/rmi/examples/stock/StockServer.java -jdk%%VERSION%%/docs/guide/rmi/examples/stock/StockWatch.java -jdk%%VERSION%%/docs/guide/rmi/examples/stock/index.html -jdk%%VERSION%%/docs/guide/rmi/examples/stock/readme.html -jdk%%VERSION%%/docs/guide/rmi/examples/stock/readme.txt -jdk%%VERSION%%/docs/guide/rmi/examples/stock/run -jdk%%VERSION%%/docs/guide/rmi/examples/stock/run.bat -jdk%%VERSION%%/docs/guide/rmi/getstart.doc.anc.gif -jdk%%VERSION%%/docs/guide/rmi/getstart.doc.html -jdk%%VERSION%%/docs/guide/rmi/index.html -jdk%%VERSION%%/docs/guide/rmi/release-notes.html -jdk%%VERSION%%/docs/guide/rmi/spec/rmi-arch.doc.anc.gif -jdk%%VERSION%%/docs/guide/rmi/spec/rmi-arch.doc.html -jdk%%VERSION%%/docs/guide/rmi/spec/rmi-client.doc.html -jdk%%VERSION%%/docs/guide/rmi/spec/rmi-dgc.doc.html -jdk%%VERSION%%/docs/guide/rmi/spec/rmi-exceptions.doc.html -jdk%%VERSION%%/docs/guide/rmi/spec/rmi-intro.doc.html -jdk%%VERSION%%/docs/guide/rmi/spec/rmi-objmodel.doc.anc.gif -jdk%%VERSION%%/docs/guide/rmi/spec/rmi-objmodel.doc.html -jdk%%VERSION%%/docs/guide/rmi/spec/rmi-properties.doc.html -jdk%%VERSION%%/docs/guide/rmi/spec/rmi-protocol.doc.html -jdk%%VERSION%%/docs/guide/rmi/spec/rmi-registry.doc.html -jdk%%VERSION%%/docs/guide/rmi/spec/rmi-server.doc.html -jdk%%VERSION%%/docs/guide/rmi/spec/rmi-stubs.doc.html -jdk%%VERSION%%/docs/guide/rmi/spec/rmiTOC.doc.html -jdk%%VERSION%%/docs/guide/rmi/subscribe.html -jdk%%VERSION%%/docs/guide/security/Acl.html -jdk%%VERSION%%/docs/guide/security/CryptoSpec.html -jdk%%VERSION%%/docs/guide/security/HowToImplAProvider.html -jdk%%VERSION%%/docs/guide/security/JavaSecurityOverview.html -jdk%%VERSION%%/docs/guide/security/Sun.java -jdk%%VERSION%%/docs/guide/security/cert2.html -jdk%%VERSION%%/docs/guide/security/index.html -jdk%%VERSION%%/docs/guide/security/java.security -jdk%%VERSION%%/docs/guide/serialization/index.html -jdk%%VERSION%%/docs/guide/serialization/spec/class.doc.anc.gif -jdk%%VERSION%%/docs/guide/serialization/spec/class.doc.html -jdk%%VERSION%%/docs/guide/serialization/spec/exceptions.doc.html -jdk%%VERSION%%/docs/guide/serialization/spec/input.doc.html -jdk%%VERSION%%/docs/guide/serialization/spec/output.doc.html -jdk%%VERSION%%/docs/guide/serialization/spec/protocol.doc.html -jdk%%VERSION%%/docs/guide/serialization/spec/security.doc.html -jdk%%VERSION%%/docs/guide/serialization/spec/serial-arch.doc.html -jdk%%VERSION%%/docs/guide/serialization/spec/serialTOC.doc.html -jdk%%VERSION%%/docs/guide/serialization/spec/version.doc.anc.gif -jdk%%VERSION%%/docs/guide/serialization/spec/version.doc.html -jdk%%VERSION%%/docs/images/JAVA.85.GIF -jdk%%VERSION%%/docs/images/cupHJbutton.gif -jdk%%VERSION%%/docs/images/smi.logo.gif -jdk%%VERSION%%/docs/images/sunlogo64x30.gif -jdk%%VERSION%%/docs/index.html -jdk%%VERSION%%/docs/relnotes/SMICopyright.html -jdk%%VERSION%%/docs/relnotes/classlist.html -jdk%%VERSION%%/docs/relnotes/contacts.html -jdk%%VERSION%%/docs/relnotes/demos.html -jdk%%VERSION%%/docs/relnotes/deprecatedlist.html -jdk%%VERSION%%/docs/relnotes/features.html -jdk%%VERSION%%/docs/relnotes/features116.html -jdk%%VERSION%%/docs/relnotes/intro.html -jdk%%VERSION%%/docs/relnotes/update.html -jdk%%VERSION%%/docs/tooldocs/index.html -jdk%%VERSION%%/docs/tooldocs/solaris/appletviewer.html -jdk%%VERSION%%/docs/tooldocs/solaris/classpath.html -jdk%%VERSION%%/docs/tooldocs/solaris/index.html -jdk%%VERSION%%/docs/tooldocs/solaris/jar.html -jdk%%VERSION%%/docs/tooldocs/solaris/java.html -jdk%%VERSION%%/docs/tooldocs/solaris/javac.html -jdk%%VERSION%%/docs/tooldocs/solaris/javadoc.html -jdk%%VERSION%%/docs/tooldocs/solaris/javah.html -jdk%%VERSION%%/docs/tooldocs/solaris/javakey.html -jdk%%VERSION%%/docs/tooldocs/solaris/javap.html -jdk%%VERSION%%/docs/tooldocs/solaris/jdb.html -jdk%%VERSION%%/docs/tooldocs/solaris/jre.html -jdk%%VERSION%%/docs/tooldocs/solaris/native2ascii.html -jdk%%VERSION%%/docs/tooldocs/solaris/rmic.html -jdk%%VERSION%%/docs/tooldocs/solaris/rmiregistry.html -jdk%%VERSION%%/docs/tooldocs/solaris/serialver.html -jdk%%VERSION%%/docs/tooldocs/win32/appletviewer.html -jdk%%VERSION%%/docs/tooldocs/win32/classpath.html -jdk%%VERSION%%/docs/tooldocs/win32/index.html -jdk%%VERSION%%/docs/tooldocs/win32/jar.html -jdk%%VERSION%%/docs/tooldocs/win32/java.html -jdk%%VERSION%%/docs/tooldocs/win32/javac.html -jdk%%VERSION%%/docs/tooldocs/win32/javadoc.html -jdk%%VERSION%%/docs/tooldocs/win32/javah.html -jdk%%VERSION%%/docs/tooldocs/win32/javakey.html -jdk%%VERSION%%/docs/tooldocs/win32/javap.html -jdk%%VERSION%%/docs/tooldocs/win32/jdb.html -jdk%%VERSION%%/docs/tooldocs/win32/jre.html -jdk%%VERSION%%/docs/tooldocs/win32/native2ascii.html -jdk%%VERSION%%/docs/tooldocs/win32/rmic.html -jdk%%VERSION%%/docs/tooldocs/win32/rmiregistry.html -jdk%%VERSION%%/docs/tooldocs/win32/serialver.html -@dirrm jdk%%VERSION%%/docs/api/images -@dirrm jdk%%VERSION%%/docs/api/images-awt -@dirrm jdk%%VERSION%%/docs/api -@dirrm jdk%%VERSION%%/docs/guide/awt/1.0example -@dirrm jdk%%VERSION%%/docs/guide/awt/designspec/graphics -@dirrm jdk%%VERSION%%/docs/guide/awt/designspec/images -@dirrm jdk%%VERSION%%/docs/guide/awt/designspec -@dirrm jdk%%VERSION%%/docs/guide/awt/images -@dirrm jdk%%VERSION%%/docs/guide/awt/innerclass -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Gauge/actual/images -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Gauge/actual -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Gauge/alternative -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Gauge -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/images -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/lightweight/OpenlookButtons -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/images -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/lightweight/RoundButtons/actual -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/lightweight/RoundButtons -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Spinner/alternative -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Spinner/actual/images -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Spinner/actual -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/lightweight/Spinner -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/lightweight/GaugeSwing/images -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/lightweight/GaugeSwing -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/lightweight -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/symboltest/alternative -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/symboltest/actual -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/symboltest -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/actual -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/eventmodel/alternative -@dirrm jdk%%VERSION%%/docs/guide/awt/demos/eventmodel -@dirrm jdk%%VERSION%%/docs/guide/awt/demos -@dirrm jdk%%VERSION%%/docs/guide/awt -@dirrm jdk%%VERSION%%/docs/guide/innerclasses/spec -@dirrm jdk%%VERSION%%/docs/guide/innerclasses -@dirrm jdk%%VERSION%%/docs/guide/intl/demos/Collate/1.0.2 -@dirrm jdk%%VERSION%%/docs/guide/intl/demos/Collate/1.1 -@dirrm jdk%%VERSION%%/docs/guide/intl/demos/Collate -@dirrm jdk%%VERSION%%/docs/guide/intl/demos/MessageFormat/1.0.2 -@dirrm jdk%%VERSION%%/docs/guide/intl/demos/MessageFormat/1.1 -@dirrm jdk%%VERSION%%/docs/guide/intl/demos/MessageFormat -@dirrm jdk%%VERSION%%/docs/guide/intl/demos/TextBound/1.1 -@dirrm jdk%%VERSION%%/docs/guide/intl/demos/TextBound/1.0.2 -@dirrm jdk%%VERSION%%/docs/guide/intl/demos/TextBound -@dirrm jdk%%VERSION%%/docs/guide/intl/demos/DateTimeFormat/1.0.2 -@dirrm jdk%%VERSION%%/docs/guide/intl/demos/DateTimeFormat/1.1 -@dirrm jdk%%VERSION%%/docs/guide/intl/demos/DateTimeFormat -@dirrm jdk%%VERSION%%/docs/guide/intl/demos/NumberFormat/1.1 -@dirrm jdk%%VERSION%%/docs/guide/intl/demos/NumberFormat/1.0.2 -@dirrm jdk%%VERSION%%/docs/guide/intl/demos/NumberFormat -@dirrm jdk%%VERSION%%/docs/guide/intl/demos/code -@dirrm jdk%%VERSION%%/docs/guide/intl/demos -@dirrm jdk%%VERSION%%/docs/guide/intl -@dirrm jdk%%VERSION%%/docs/guide/io -@dirrm jdk%%VERSION%%/docs/guide/jar -@dirrm jdk%%VERSION%%/docs/guide/jdbc/getstart -@dirrm jdk%%VERSION%%/docs/guide/jdbc -@dirrm jdk%%VERSION%%/docs/guide/misc/deprecation -@dirrm jdk%%VERSION%%/docs/guide/misc -@dirrm jdk%%VERSION%%/docs/guide/net/images -@dirrm jdk%%VERSION%%/docs/guide/net -@dirrm jdk%%VERSION%%/docs/guide/performance -@dirrm jdk%%VERSION%%/docs/guide/reflection/spec -@dirrm jdk%%VERSION%%/docs/guide/reflection/faq -@dirrm jdk%%VERSION%%/docs/guide/reflection -@dirrm jdk%%VERSION%%/docs/guide/rmi/examples/hello -@dirrm jdk%%VERSION%%/docs/guide/rmi/examples/stock -@dirrm jdk%%VERSION%%/docs/guide/rmi/examples -@dirrm jdk%%VERSION%%/docs/guide/rmi/spec -@dirrm jdk%%VERSION%%/docs/guide/rmi/archives -@dirrm jdk%%VERSION%%/docs/guide/rmi -@dirrm jdk%%VERSION%%/docs/guide/security -@dirrm jdk%%VERSION%%/docs/guide/serialization/spec -@dirrm jdk%%VERSION%%/docs/guide/serialization -@dirrm jdk%%VERSION%%/docs/guide/jni/spec -@dirrm jdk%%VERSION%%/docs/guide/jni -@dirrm jdk%%VERSION%%/docs/guide/beans -@dirrm jdk%%VERSION%%/docs/guide/math -@dirrm jdk%%VERSION%%/docs/guide -@dirrm jdk%%VERSION%%/docs/images -@dirrm jdk%%VERSION%%/docs/relnotes -@dirrm jdk%%VERSION%%/docs/tooldocs/solaris -@dirrm jdk%%VERSION%%/docs/tooldocs/win32 -@dirrm jdk%%VERSION%%/docs/tooldocs -@unexec rmdir %D/jdk%%VERSION%%/docs > /dev/null 2>&1 || true -@unexec rmdir %D/jdk%%VERSION%% > /dev/null 2>&1 || true +%%JDK_HOME%%/docs/api/API_users_guide.html +%%JDK_HOME%%/docs/api/AllNames.html +%%JDK_HOME%%/docs/api/Package-java.applet.html +%%JDK_HOME%%/docs/api/Package-java.awt.datatransfer.html +%%JDK_HOME%%/docs/api/Package-java.awt.event.html +%%JDK_HOME%%/docs/api/Package-java.awt.html +%%JDK_HOME%%/docs/api/Package-java.awt.image.html +%%JDK_HOME%%/docs/api/Package-java.beans.html +%%JDK_HOME%%/docs/api/Package-java.io.html +%%JDK_HOME%%/docs/api/Package-java.lang.html +%%JDK_HOME%%/docs/api/Package-java.lang.reflect.html +%%JDK_HOME%%/docs/api/Package-java.math.html +%%JDK_HOME%%/docs/api/Package-java.net.html +%%JDK_HOME%%/docs/api/Package-java.rmi.dgc.html +%%JDK_HOME%%/docs/api/Package-java.rmi.html +%%JDK_HOME%%/docs/api/Package-java.rmi.registry.html +%%JDK_HOME%%/docs/api/Package-java.rmi.server.html +%%JDK_HOME%%/docs/api/Package-java.security.acl.html +%%JDK_HOME%%/docs/api/Package-java.security.html +%%JDK_HOME%%/docs/api/Package-java.security.interfaces.html +%%JDK_HOME%%/docs/api/Package-java.sql.html +%%JDK_HOME%%/docs/api/Package-java.text.html +%%JDK_HOME%%/docs/api/Package-java.util.html +%%JDK_HOME%%/docs/api/Package-java.util.zip.html +%%JDK_HOME%%/docs/api/a-names.html +%%JDK_HOME%%/docs/api/b-names.html +%%JDK_HOME%%/docs/api/c-names.html +%%JDK_HOME%%/docs/api/d-names.html +%%JDK_HOME%%/docs/api/e-names.html +%%JDK_HOME%%/docs/api/f-names.html +%%JDK_HOME%%/docs/api/g-names.html +%%JDK_HOME%%/docs/api/h-names.html +%%JDK_HOME%%/docs/api/i-names.html +%%JDK_HOME%%/docs/api/images/OpenBookIcon.gif +%%JDK_HOME%%/docs/api/images/blue-ball-small.gif +%%JDK_HOME%%/docs/api/images/blue-ball.gif +%%JDK_HOME%%/docs/api/images/class-index.gif +%%JDK_HOME%%/docs/api/images/constructor-index.gif +%%JDK_HOME%%/docs/api/images/constructors.gif +%%JDK_HOME%%/docs/api/images/cyan-ball-small.gif +%%JDK_HOME%%/docs/api/images/cyan-ball.gif +%%JDK_HOME%%/docs/api/images/error-index.gif +%%JDK_HOME%%/docs/api/images/exception-index.gif +%%JDK_HOME%%/docs/api/images/green-ball-small.gif +%%JDK_HOME%%/docs/api/images/green-ball.gif +%%JDK_HOME%%/docs/api/images/interface-index.gif +%%JDK_HOME%%/docs/api/images/magenta-ball-small.gif +%%JDK_HOME%%/docs/api/images/magenta-ball.gif +%%JDK_HOME%%/docs/api/images/method-index.gif +%%JDK_HOME%%/docs/api/images/methods.gif +%%JDK_HOME%%/docs/api/images/package-index.gif +%%JDK_HOME%%/docs/api/images/red-ball-small.gif +%%JDK_HOME%%/docs/api/images/red-ball.gif +%%JDK_HOME%%/docs/api/images/variable-index.gif +%%JDK_HOME%%/docs/api/images/variables.gif +%%JDK_HOME%%/docs/api/images/yellow-ball-small.gif +%%JDK_HOME%%/docs/api/images/yellow-ball.gif +%%JDK_HOME%%/docs/api/images-awt/BorderLayout-1.gif +%%JDK_HOME%%/docs/api/images-awt/Button-1.gif +%%JDK_HOME%%/docs/api/images-awt/Checkbox-1.gif +%%JDK_HOME%%/docs/api/images-awt/CheckboxGroup-1.gif +%%JDK_HOME%%/docs/api/images-awt/Choice-1.gif +%%JDK_HOME%%/docs/api/images-awt/FlowLayout-1.gif +%%JDK_HOME%%/docs/api/images-awt/FontMetrics-1.gif +%%JDK_HOME%%/docs/api/images-awt/GridBagLayout-1.gif +%%JDK_HOME%%/docs/api/images-awt/GridLayout-1.gif +%%JDK_HOME%%/docs/api/images-awt/Label-1.gif +%%JDK_HOME%%/docs/api/images-awt/List-1.gif +%%JDK_HOME%%/docs/api/images-awt/MenuBar-1.gif +%%JDK_HOME%%/docs/api/images-awt/Scrollbar-1.gif +%%JDK_HOME%%/docs/api/images-awt/Scrollbar-2.gif +%%JDK_HOME%%/docs/api/images-awt/TextArea-1.gif +%%JDK_HOME%%/docs/api/images-awt/TextField-1.gif +%%JDK_HOME%%/docs/api/j-names.html +%%JDK_HOME%%/docs/api/java.applet.Applet.html +%%JDK_HOME%%/docs/api/java.applet.AppletContext.html +%%JDK_HOME%%/docs/api/java.applet.AppletStub.html +%%JDK_HOME%%/docs/api/java.applet.AudioClip.html +%%JDK_HOME%%/docs/api/java.awt.AWTError.html +%%JDK_HOME%%/docs/api/java.awt.AWTEvent.html +%%JDK_HOME%%/docs/api/java.awt.AWTEventMulticaster.html +%%JDK_HOME%%/docs/api/java.awt.AWTException.html +%%JDK_HOME%%/docs/api/java.awt.Adjustable.html +%%JDK_HOME%%/docs/api/java.awt.BorderLayout.html +%%JDK_HOME%%/docs/api/java.awt.Button.html +%%JDK_HOME%%/docs/api/java.awt.Canvas.html +%%JDK_HOME%%/docs/api/java.awt.CardLayout.html +%%JDK_HOME%%/docs/api/java.awt.Checkbox.html +%%JDK_HOME%%/docs/api/java.awt.CheckboxGroup.html +%%JDK_HOME%%/docs/api/java.awt.CheckboxMenuItem.html +%%JDK_HOME%%/docs/api/java.awt.Choice.html +%%JDK_HOME%%/docs/api/java.awt.Color.html +%%JDK_HOME%%/docs/api/java.awt.Component.html +%%JDK_HOME%%/docs/api/java.awt.Container.html +%%JDK_HOME%%/docs/api/java.awt.Cursor.html +%%JDK_HOME%%/docs/api/java.awt.Dialog.html +%%JDK_HOME%%/docs/api/java.awt.Dimension.html +%%JDK_HOME%%/docs/api/java.awt.Event.html +%%JDK_HOME%%/docs/api/java.awt.EventQueue.html +%%JDK_HOME%%/docs/api/java.awt.FileDialog.html +%%JDK_HOME%%/docs/api/java.awt.FlowLayout.html +%%JDK_HOME%%/docs/api/java.awt.Font.html +%%JDK_HOME%%/docs/api/java.awt.FontMetrics.html +%%JDK_HOME%%/docs/api/java.awt.Frame.html +%%JDK_HOME%%/docs/api/java.awt.Graphics.html +%%JDK_HOME%%/docs/api/java.awt.GridBagConstraints.html +%%JDK_HOME%%/docs/api/java.awt.GridBagLayout.html +%%JDK_HOME%%/docs/api/java.awt.GridLayout.html +%%JDK_HOME%%/docs/api/java.awt.IllegalComponentStateException.html +%%JDK_HOME%%/docs/api/java.awt.Image.html +%%JDK_HOME%%/docs/api/java.awt.Insets.html +%%JDK_HOME%%/docs/api/java.awt.ItemSelectable.html +%%JDK_HOME%%/docs/api/java.awt.Label.html +%%JDK_HOME%%/docs/api/java.awt.LayoutManager.html +%%JDK_HOME%%/docs/api/java.awt.LayoutManager2.html +%%JDK_HOME%%/docs/api/java.awt.List.html +%%JDK_HOME%%/docs/api/java.awt.MediaTracker.html +%%JDK_HOME%%/docs/api/java.awt.Menu.html +%%JDK_HOME%%/docs/api/java.awt.MenuBar.html +%%JDK_HOME%%/docs/api/java.awt.MenuComponent.html +%%JDK_HOME%%/docs/api/java.awt.MenuContainer.html +%%JDK_HOME%%/docs/api/java.awt.MenuItem.html +%%JDK_HOME%%/docs/api/java.awt.MenuShortcut.html +%%JDK_HOME%%/docs/api/java.awt.Panel.html +%%JDK_HOME%%/docs/api/java.awt.Point.html +%%JDK_HOME%%/docs/api/java.awt.Polygon.html +%%JDK_HOME%%/docs/api/java.awt.PopupMenu.html +%%JDK_HOME%%/docs/api/java.awt.PrintGraphics.html +%%JDK_HOME%%/docs/api/java.awt.PrintJob.html +%%JDK_HOME%%/docs/api/java.awt.Rectangle.html +%%JDK_HOME%%/docs/api/java.awt.ScrollPane.html +%%JDK_HOME%%/docs/api/java.awt.Scrollbar.html +%%JDK_HOME%%/docs/api/java.awt.Shape.html +%%JDK_HOME%%/docs/api/java.awt.SystemColor.html +%%JDK_HOME%%/docs/api/java.awt.TextArea.html +%%JDK_HOME%%/docs/api/java.awt.TextComponent.html +%%JDK_HOME%%/docs/api/java.awt.TextField.html +%%JDK_HOME%%/docs/api/java.awt.Toolkit.html +%%JDK_HOME%%/docs/api/java.awt.Window.html +%%JDK_HOME%%/docs/api/java.awt.datatransfer.Clipboard.html +%%JDK_HOME%%/docs/api/java.awt.datatransfer.ClipboardOwner.html +%%JDK_HOME%%/docs/api/java.awt.datatransfer.DataFlavor.html +%%JDK_HOME%%/docs/api/java.awt.datatransfer.StringSelection.html +%%JDK_HOME%%/docs/api/java.awt.datatransfer.Transferable.html +%%JDK_HOME%%/docs/api/java.awt.datatransfer.UnsupportedFlavorException.html +%%JDK_HOME%%/docs/api/java.awt.event.ActionEvent.html +%%JDK_HOME%%/docs/api/java.awt.event.ActionListener.html +%%JDK_HOME%%/docs/api/java.awt.event.AdjustmentEvent.html +%%JDK_HOME%%/docs/api/java.awt.event.AdjustmentListener.html +%%JDK_HOME%%/docs/api/java.awt.event.ComponentAdapter.html +%%JDK_HOME%%/docs/api/java.awt.event.ComponentEvent.html +%%JDK_HOME%%/docs/api/java.awt.event.ComponentListener.html +%%JDK_HOME%%/docs/api/java.awt.event.ContainerAdapter.html +%%JDK_HOME%%/docs/api/java.awt.event.ContainerEvent.html +%%JDK_HOME%%/docs/api/java.awt.event.ContainerListener.html +%%JDK_HOME%%/docs/api/java.awt.event.FocusAdapter.html +%%JDK_HOME%%/docs/api/java.awt.event.FocusEvent.html +%%JDK_HOME%%/docs/api/java.awt.event.FocusListener.html +%%JDK_HOME%%/docs/api/java.awt.event.InputEvent.html +%%JDK_HOME%%/docs/api/java.awt.event.ItemEvent.html +%%JDK_HOME%%/docs/api/java.awt.event.ItemListener.html +%%JDK_HOME%%/docs/api/java.awt.event.KeyAdapter.html +%%JDK_HOME%%/docs/api/java.awt.event.KeyEvent.html +%%JDK_HOME%%/docs/api/java.awt.event.KeyListener.html +%%JDK_HOME%%/docs/api/java.awt.event.MouseAdapter.html +%%JDK_HOME%%/docs/api/java.awt.event.MouseEvent.html +%%JDK_HOME%%/docs/api/java.awt.event.MouseListener.html +%%JDK_HOME%%/docs/api/java.awt.event.MouseMotionAdapter.html +%%JDK_HOME%%/docs/api/java.awt.event.MouseMotionListener.html +%%JDK_HOME%%/docs/api/java.awt.event.PaintEvent.html +%%JDK_HOME%%/docs/api/java.awt.event.TextEvent.html +%%JDK_HOME%%/docs/api/java.awt.event.TextListener.html +%%JDK_HOME%%/docs/api/java.awt.event.WindowAdapter.html +%%JDK_HOME%%/docs/api/java.awt.event.WindowEvent.html +%%JDK_HOME%%/docs/api/java.awt.event.WindowListener.html +%%JDK_HOME%%/docs/api/java.awt.image.AreaAveragingScaleFilter.html +%%JDK_HOME%%/docs/api/java.awt.image.ColorModel.html +%%JDK_HOME%%/docs/api/java.awt.image.CropImageFilter.html +%%JDK_HOME%%/docs/api/java.awt.image.DirectColorModel.html +%%JDK_HOME%%/docs/api/java.awt.image.FilteredImageSource.html +%%JDK_HOME%%/docs/api/java.awt.image.ImageConsumer.html +%%JDK_HOME%%/docs/api/java.awt.image.ImageFilter.html +%%JDK_HOME%%/docs/api/java.awt.image.ImageObserver.html +%%JDK_HOME%%/docs/api/java.awt.image.ImageProducer.html +%%JDK_HOME%%/docs/api/java.awt.image.IndexColorModel.html +%%JDK_HOME%%/docs/api/java.awt.image.MemoryImageSource.html +%%JDK_HOME%%/docs/api/java.awt.image.PixelGrabber.html +%%JDK_HOME%%/docs/api/java.awt.image.RGBImageFilter.html +%%JDK_HOME%%/docs/api/java.awt.image.ReplicateScaleFilter.html +%%JDK_HOME%%/docs/api/java.beans.BeanDescriptor.html +%%JDK_HOME%%/docs/api/java.beans.BeanInfo.html +%%JDK_HOME%%/docs/api/java.beans.Beans.html +%%JDK_HOME%%/docs/api/java.beans.Customizer.html +%%JDK_HOME%%/docs/api/java.beans.EventSetDescriptor.html +%%JDK_HOME%%/docs/api/java.beans.FeatureDescriptor.html +%%JDK_HOME%%/docs/api/java.beans.IndexedPropertyDescriptor.html +%%JDK_HOME%%/docs/api/java.beans.IntrospectionException.html +%%JDK_HOME%%/docs/api/java.beans.Introspector.html +%%JDK_HOME%%/docs/api/java.beans.MethodDescriptor.html +%%JDK_HOME%%/docs/api/java.beans.ParameterDescriptor.html +%%JDK_HOME%%/docs/api/java.beans.PropertyChangeEvent.html +%%JDK_HOME%%/docs/api/java.beans.PropertyChangeListener.html +%%JDK_HOME%%/docs/api/java.beans.PropertyChangeSupport.html +%%JDK_HOME%%/docs/api/java.beans.PropertyDescriptor.html +%%JDK_HOME%%/docs/api/java.beans.PropertyEditor.html +%%JDK_HOME%%/docs/api/java.beans.PropertyEditorManager.html +%%JDK_HOME%%/docs/api/java.beans.PropertyEditorSupport.html +%%JDK_HOME%%/docs/api/java.beans.PropertyVetoException.html +%%JDK_HOME%%/docs/api/java.beans.SimpleBeanInfo.html +%%JDK_HOME%%/docs/api/java.beans.VetoableChangeListener.html +%%JDK_HOME%%/docs/api/java.beans.VetoableChangeSupport.html +%%JDK_HOME%%/docs/api/java.beans.Visibility.html +%%JDK_HOME%%/docs/api/java.io.BufferedInputStream.html +%%JDK_HOME%%/docs/api/java.io.BufferedOutputStream.html +%%JDK_HOME%%/docs/api/java.io.BufferedReader.html +%%JDK_HOME%%/docs/api/java.io.BufferedWriter.html +%%JDK_HOME%%/docs/api/java.io.ByteArrayInputStream.html +%%JDK_HOME%%/docs/api/java.io.ByteArrayOutputStream.html +%%JDK_HOME%%/docs/api/java.io.CharArrayReader.html +%%JDK_HOME%%/docs/api/java.io.CharArrayWriter.html +%%JDK_HOME%%/docs/api/java.io.CharConversionException.html +%%JDK_HOME%%/docs/api/java.io.DataInput.html +%%JDK_HOME%%/docs/api/java.io.DataInputStream.html +%%JDK_HOME%%/docs/api/java.io.DataOutput.html +%%JDK_HOME%%/docs/api/java.io.DataOutputStream.html +%%JDK_HOME%%/docs/api/java.io.EOFException.html +%%JDK_HOME%%/docs/api/java.io.Externalizable.html +%%JDK_HOME%%/docs/api/java.io.File.html +%%JDK_HOME%%/docs/api/java.io.FileDescriptor.html +%%JDK_HOME%%/docs/api/java.io.FileInputStream.html +%%JDK_HOME%%/docs/api/java.io.FileNotFoundException.html +%%JDK_HOME%%/docs/api/java.io.FileOutputStream.html +%%JDK_HOME%%/docs/api/java.io.FileReader.html +%%JDK_HOME%%/docs/api/java.io.FileWriter.html +%%JDK_HOME%%/docs/api/java.io.FilenameFilter.html +%%JDK_HOME%%/docs/api/java.io.FilterInputStream.html +%%JDK_HOME%%/docs/api/java.io.FilterOutputStream.html +%%JDK_HOME%%/docs/api/java.io.FilterReader.html +%%JDK_HOME%%/docs/api/java.io.FilterWriter.html +%%JDK_HOME%%/docs/api/java.io.IOException.html +%%JDK_HOME%%/docs/api/java.io.InputStream.html +%%JDK_HOME%%/docs/api/java.io.InputStreamReader.html +%%JDK_HOME%%/docs/api/java.io.InterruptedIOException.html +%%JDK_HOME%%/docs/api/java.io.InvalidClassException.html +%%JDK_HOME%%/docs/api/java.io.InvalidObjectException.html +%%JDK_HOME%%/docs/api/java.io.LineNumberInputStream.html +%%JDK_HOME%%/docs/api/java.io.LineNumberReader.html +%%JDK_HOME%%/docs/api/java.io.NotActiveException.html +%%JDK_HOME%%/docs/api/java.io.NotSerializableException.html +%%JDK_HOME%%/docs/api/java.io.ObjectInput.html +%%JDK_HOME%%/docs/api/java.io.ObjectInputStream.html +%%JDK_HOME%%/docs/api/java.io.ObjectInputValidation.html +%%JDK_HOME%%/docs/api/java.io.ObjectOutput.html +%%JDK_HOME%%/docs/api/java.io.ObjectOutputStream.html +%%JDK_HOME%%/docs/api/java.io.ObjectStreamClass.html +%%JDK_HOME%%/docs/api/java.io.ObjectStreamException.html +%%JDK_HOME%%/docs/api/java.io.OptionalDataException.html +%%JDK_HOME%%/docs/api/java.io.OutputStream.html +%%JDK_HOME%%/docs/api/java.io.OutputStreamWriter.html +%%JDK_HOME%%/docs/api/java.io.PipedInputStream.html +%%JDK_HOME%%/docs/api/java.io.PipedOutputStream.html +%%JDK_HOME%%/docs/api/java.io.PipedReader.html +%%JDK_HOME%%/docs/api/java.io.PipedWriter.html +%%JDK_HOME%%/docs/api/java.io.PrintStream.html +%%JDK_HOME%%/docs/api/java.io.PrintWriter.html +%%JDK_HOME%%/docs/api/java.io.PushbackInputStream.html +%%JDK_HOME%%/docs/api/java.io.PushbackReader.html +%%JDK_HOME%%/docs/api/java.io.RandomAccessFile.html +%%JDK_HOME%%/docs/api/java.io.Reader.html +%%JDK_HOME%%/docs/api/java.io.SequenceInputStream.html +%%JDK_HOME%%/docs/api/java.io.Serializable.html +%%JDK_HOME%%/docs/api/java.io.StreamCorruptedException.html +%%JDK_HOME%%/docs/api/java.io.StreamTokenizer.html +%%JDK_HOME%%/docs/api/java.io.StringBufferInputStream.html +%%JDK_HOME%%/docs/api/java.io.StringReader.html +%%JDK_HOME%%/docs/api/java.io.StringWriter.html +%%JDK_HOME%%/docs/api/java.io.SyncFailedException.html +%%JDK_HOME%%/docs/api/java.io.UTFDataFormatException.html +%%JDK_HOME%%/docs/api/java.io.UnsupportedEncodingException.html +%%JDK_HOME%%/docs/api/java.io.WriteAbortedException.html +%%JDK_HOME%%/docs/api/java.io.Writer.html +%%JDK_HOME%%/docs/api/java.lang.AbstractMethodError.html +%%JDK_HOME%%/docs/api/java.lang.ArithmeticException.html +%%JDK_HOME%%/docs/api/java.lang.ArrayIndexOutOfBoundsException.html +%%JDK_HOME%%/docs/api/java.lang.ArrayStoreException.html +%%JDK_HOME%%/docs/api/java.lang.Boolean.html +%%JDK_HOME%%/docs/api/java.lang.Byte.html +%%JDK_HOME%%/docs/api/java.lang.Character.html +%%JDK_HOME%%/docs/api/java.lang.Class.html +%%JDK_HOME%%/docs/api/java.lang.ClassCastException.html +%%JDK_HOME%%/docs/api/java.lang.ClassCircularityError.html +%%JDK_HOME%%/docs/api/java.lang.ClassFormatError.html +%%JDK_HOME%%/docs/api/java.lang.ClassLoader.html +%%JDK_HOME%%/docs/api/java.lang.ClassNotFoundException.html +%%JDK_HOME%%/docs/api/java.lang.CloneNotSupportedException.html +%%JDK_HOME%%/docs/api/java.lang.Cloneable.html +%%JDK_HOME%%/docs/api/java.lang.Compiler.html +%%JDK_HOME%%/docs/api/java.lang.Double.html +%%JDK_HOME%%/docs/api/java.lang.Error.html +%%JDK_HOME%%/docs/api/java.lang.Exception.html +%%JDK_HOME%%/docs/api/java.lang.ExceptionInInitializerError.html +%%JDK_HOME%%/docs/api/java.lang.Float.html +%%JDK_HOME%%/docs/api/java.lang.IllegalAccessError.html +%%JDK_HOME%%/docs/api/java.lang.IllegalAccessException.html +%%JDK_HOME%%/docs/api/java.lang.IllegalArgumentException.html +%%JDK_HOME%%/docs/api/java.lang.IllegalMonitorStateException.html +%%JDK_HOME%%/docs/api/java.lang.IllegalStateException.html +%%JDK_HOME%%/docs/api/java.lang.IllegalThreadStateException.html +%%JDK_HOME%%/docs/api/java.lang.IncompatibleClassChangeError.html +%%JDK_HOME%%/docs/api/java.lang.IndexOutOfBoundsException.html +%%JDK_HOME%%/docs/api/java.lang.InstantiationError.html +%%JDK_HOME%%/docs/api/java.lang.InstantiationException.html +%%JDK_HOME%%/docs/api/java.lang.Integer.html +%%JDK_HOME%%/docs/api/java.lang.InternalError.html +%%JDK_HOME%%/docs/api/java.lang.InterruptedException.html +%%JDK_HOME%%/docs/api/java.lang.LinkageError.html +%%JDK_HOME%%/docs/api/java.lang.Long.html +%%JDK_HOME%%/docs/api/java.lang.Math.html +%%JDK_HOME%%/docs/api/java.lang.NegativeArraySizeException.html +%%JDK_HOME%%/docs/api/java.lang.NoClassDefFoundError.html +%%JDK_HOME%%/docs/api/java.lang.NoSuchFieldError.html +%%JDK_HOME%%/docs/api/java.lang.NoSuchFieldException.html +%%JDK_HOME%%/docs/api/java.lang.NoSuchMethodError.html +%%JDK_HOME%%/docs/api/java.lang.NoSuchMethodException.html +%%JDK_HOME%%/docs/api/java.lang.NullPointerException.html +%%JDK_HOME%%/docs/api/java.lang.Number.html +%%JDK_HOME%%/docs/api/java.lang.NumberFormatException.html +%%JDK_HOME%%/docs/api/java.lang.Object.html +%%JDK_HOME%%/docs/api/java.lang.OutOfMemoryError.html +%%JDK_HOME%%/docs/api/java.lang.Process.html +%%JDK_HOME%%/docs/api/java.lang.Runnable.html +%%JDK_HOME%%/docs/api/java.lang.Runtime.html +%%JDK_HOME%%/docs/api/java.lang.RuntimeException.html +%%JDK_HOME%%/docs/api/java.lang.SecurityException.html +%%JDK_HOME%%/docs/api/java.lang.SecurityManager.html +%%JDK_HOME%%/docs/api/java.lang.Short.html +%%JDK_HOME%%/docs/api/java.lang.StackOverflowError.html +%%JDK_HOME%%/docs/api/java.lang.String.html +%%JDK_HOME%%/docs/api/java.lang.StringBuffer.html +%%JDK_HOME%%/docs/api/java.lang.StringIndexOutOfBoundsException.html +%%JDK_HOME%%/docs/api/java.lang.System.html +%%JDK_HOME%%/docs/api/java.lang.Thread.html +%%JDK_HOME%%/docs/api/java.lang.ThreadDeath.html +%%JDK_HOME%%/docs/api/java.lang.ThreadGroup.html +%%JDK_HOME%%/docs/api/java.lang.Throwable.html +%%JDK_HOME%%/docs/api/java.lang.UnknownError.html +%%JDK_HOME%%/docs/api/java.lang.UnsatisfiedLinkError.html +%%JDK_HOME%%/docs/api/java.lang.VerifyError.html +%%JDK_HOME%%/docs/api/java.lang.VirtualMachineError.html +%%JDK_HOME%%/docs/api/java.lang.Void.html +%%JDK_HOME%%/docs/api/java.lang.reflect.Array.html +%%JDK_HOME%%/docs/api/java.lang.reflect.Constructor.html +%%JDK_HOME%%/docs/api/java.lang.reflect.Field.html +%%JDK_HOME%%/docs/api/java.lang.reflect.InvocationTargetException.html +%%JDK_HOME%%/docs/api/java.lang.reflect.Member.html +%%JDK_HOME%%/docs/api/java.lang.reflect.Method.html +%%JDK_HOME%%/docs/api/java.lang.reflect.Modifier.html +%%JDK_HOME%%/docs/api/java.math.BigDecimal.html +%%JDK_HOME%%/docs/api/java.math.BigInteger.html +%%JDK_HOME%%/docs/api/java.net.BindException.html +%%JDK_HOME%%/docs/api/java.net.ConnectException.html +%%JDK_HOME%%/docs/api/java.net.ContentHandler.html +%%JDK_HOME%%/docs/api/java.net.ContentHandlerFactory.html +%%JDK_HOME%%/docs/api/java.net.DatagramPacket.html +%%JDK_HOME%%/docs/api/java.net.DatagramSocket.html +%%JDK_HOME%%/docs/api/java.net.DatagramSocketImpl.html +%%JDK_HOME%%/docs/api/java.net.FileNameMap.html +%%JDK_HOME%%/docs/api/java.net.HttpURLConnection.html +%%JDK_HOME%%/docs/api/java.net.InetAddress.html +%%JDK_HOME%%/docs/api/java.net.MalformedURLException.html +%%JDK_HOME%%/docs/api/java.net.MulticastSocket.html +%%JDK_HOME%%/docs/api/java.net.NoRouteToHostException.html +%%JDK_HOME%%/docs/api/java.net.ProtocolException.html +%%JDK_HOME%%/docs/api/java.net.ServerSocket.html +%%JDK_HOME%%/docs/api/java.net.Socket.html +%%JDK_HOME%%/docs/api/java.net.SocketException.html +%%JDK_HOME%%/docs/api/java.net.SocketImpl.html +%%JDK_HOME%%/docs/api/java.net.SocketImplFactory.html +%%JDK_HOME%%/docs/api/java.net.URL.html +%%JDK_HOME%%/docs/api/java.net.URLConnection.html +%%JDK_HOME%%/docs/api/java.net.URLEncoder.html +%%JDK_HOME%%/docs/api/java.net.URLStreamHandler.html +%%JDK_HOME%%/docs/api/java.net.URLStreamHandlerFactory.html +%%JDK_HOME%%/docs/api/java.net.UnknownHostException.html +%%JDK_HOME%%/docs/api/java.net.UnknownServiceException.html +%%JDK_HOME%%/docs/api/java.rmi.AccessException.html +%%JDK_HOME%%/docs/api/java.rmi.AlreadyBoundException.html +%%JDK_HOME%%/docs/api/java.rmi.ConnectException.html +%%JDK_HOME%%/docs/api/java.rmi.ConnectIOException.html +%%JDK_HOME%%/docs/api/java.rmi.MarshalException.html +%%JDK_HOME%%/docs/api/java.rmi.Naming.html +%%JDK_HOME%%/docs/api/java.rmi.NoSuchObjectException.html +%%JDK_HOME%%/docs/api/java.rmi.NotBoundException.html +%%JDK_HOME%%/docs/api/java.rmi.RMISecurityException.html +%%JDK_HOME%%/docs/api/java.rmi.RMISecurityManager.html +%%JDK_HOME%%/docs/api/java.rmi.Remote.html +%%JDK_HOME%%/docs/api/java.rmi.RemoteException.html +%%JDK_HOME%%/docs/api/java.rmi.ServerError.html +%%JDK_HOME%%/docs/api/java.rmi.ServerException.html +%%JDK_HOME%%/docs/api/java.rmi.ServerRuntimeException.html +%%JDK_HOME%%/docs/api/java.rmi.StubNotFoundException.html +%%JDK_HOME%%/docs/api/java.rmi.UnexpectedException.html +%%JDK_HOME%%/docs/api/java.rmi.UnknownHostException.html +%%JDK_HOME%%/docs/api/java.rmi.UnmarshalException.html +%%JDK_HOME%%/docs/api/java.rmi.dgc.DGC.html +%%JDK_HOME%%/docs/api/java.rmi.dgc.Lease.html +%%JDK_HOME%%/docs/api/java.rmi.dgc.VMID.html +%%JDK_HOME%%/docs/api/java.rmi.registry.LocateRegistry.html +%%JDK_HOME%%/docs/api/java.rmi.registry.Registry.html +%%JDK_HOME%%/docs/api/java.rmi.registry.RegistryHandler.html +%%JDK_HOME%%/docs/api/java.rmi.server.ExportException.html +%%JDK_HOME%%/docs/api/java.rmi.server.LoaderHandler.html +%%JDK_HOME%%/docs/api/java.rmi.server.LogStream.html +%%JDK_HOME%%/docs/api/java.rmi.server.ObjID.html +%%JDK_HOME%%/docs/api/java.rmi.server.Operation.html +%%JDK_HOME%%/docs/api/java.rmi.server.RMIClassLoader.html +%%JDK_HOME%%/docs/api/java.rmi.server.RMIFailureHandler.html +%%JDK_HOME%%/docs/api/java.rmi.server.RMISocketFactory.html +%%JDK_HOME%%/docs/api/java.rmi.server.RemoteCall.html +%%JDK_HOME%%/docs/api/java.rmi.server.RemoteObject.html +%%JDK_HOME%%/docs/api/java.rmi.server.RemoteRef.html +%%JDK_HOME%%/docs/api/java.rmi.server.RemoteServer.html +%%JDK_HOME%%/docs/api/java.rmi.server.RemoteStub.html +%%JDK_HOME%%/docs/api/java.rmi.server.ServerCloneException.html +%%JDK_HOME%%/docs/api/java.rmi.server.ServerNotActiveException.html +%%JDK_HOME%%/docs/api/java.rmi.server.ServerRef.html +%%JDK_HOME%%/docs/api/java.rmi.server.Skeleton.html +%%JDK_HOME%%/docs/api/java.rmi.server.SkeletonMismatchException.html +%%JDK_HOME%%/docs/api/java.rmi.server.SkeletonNotFoundException.html +%%JDK_HOME%%/docs/api/java.rmi.server.SocketSecurityException.html +%%JDK_HOME%%/docs/api/java.rmi.server.UID.html +%%JDK_HOME%%/docs/api/java.rmi.server.UnicastRemoteObject.html +%%JDK_HOME%%/docs/api/java.rmi.server.Unreferenced.html +%%JDK_HOME%%/docs/api/java.security.Certificate.html +%%JDK_HOME%%/docs/api/java.security.DigestException.html +%%JDK_HOME%%/docs/api/java.security.DigestInputStream.html +%%JDK_HOME%%/docs/api/java.security.DigestOutputStream.html +%%JDK_HOME%%/docs/api/java.security.Identity.html +%%JDK_HOME%%/docs/api/java.security.IdentityScope.html +%%JDK_HOME%%/docs/api/java.security.InvalidKeyException.html +%%JDK_HOME%%/docs/api/java.security.InvalidParameterException.html +%%JDK_HOME%%/docs/api/java.security.Key.html +%%JDK_HOME%%/docs/api/java.security.KeyException.html +%%JDK_HOME%%/docs/api/java.security.KeyManagementException.html +%%JDK_HOME%%/docs/api/java.security.KeyPair.html +%%JDK_HOME%%/docs/api/java.security.KeyPairGenerator.html +%%JDK_HOME%%/docs/api/java.security.MessageDigest.html +%%JDK_HOME%%/docs/api/java.security.NoSuchAlgorithmException.html +%%JDK_HOME%%/docs/api/java.security.NoSuchProviderException.html +%%JDK_HOME%%/docs/api/java.security.Principal.html +%%JDK_HOME%%/docs/api/java.security.PrivateKey.html +%%JDK_HOME%%/docs/api/java.security.Provider.html +%%JDK_HOME%%/docs/api/java.security.ProviderException.html +%%JDK_HOME%%/docs/api/java.security.PublicKey.html +%%JDK_HOME%%/docs/api/java.security.SecureRandom.html +%%JDK_HOME%%/docs/api/java.security.Security.html +%%JDK_HOME%%/docs/api/java.security.Signature.html +%%JDK_HOME%%/docs/api/java.security.SignatureException.html +%%JDK_HOME%%/docs/api/java.security.Signer.html +%%JDK_HOME%%/docs/api/java.security.acl.Acl.html +%%JDK_HOME%%/docs/api/java.security.acl.AclEntry.html +%%JDK_HOME%%/docs/api/java.security.acl.AclNotFoundException.html +%%JDK_HOME%%/docs/api/java.security.acl.Group.html +%%JDK_HOME%%/docs/api/java.security.acl.LastOwnerException.html +%%JDK_HOME%%/docs/api/java.security.acl.NotOwnerException.html +%%JDK_HOME%%/docs/api/java.security.acl.Owner.html +%%JDK_HOME%%/docs/api/java.security.acl.Permission.html +%%JDK_HOME%%/docs/api/java.security.interfaces.DSAKey.html +%%JDK_HOME%%/docs/api/java.security.interfaces.DSAKeyPairGenerator.html +%%JDK_HOME%%/docs/api/java.security.interfaces.DSAParams.html +%%JDK_HOME%%/docs/api/java.security.interfaces.DSAPrivateKey.html +%%JDK_HOME%%/docs/api/java.security.interfaces.DSAPublicKey.html +%%JDK_HOME%%/docs/api/java.sql.CallableStatement.html +%%JDK_HOME%%/docs/api/java.sql.Connection.html +%%JDK_HOME%%/docs/api/java.sql.DataTruncation.html +%%JDK_HOME%%/docs/api/java.sql.DatabaseMetaData.html +%%JDK_HOME%%/docs/api/java.sql.Date.html +%%JDK_HOME%%/docs/api/java.sql.Driver.html +%%JDK_HOME%%/docs/api/java.sql.DriverManager.html +%%JDK_HOME%%/docs/api/java.sql.DriverPropertyInfo.html +%%JDK_HOME%%/docs/api/java.sql.PreparedStatement.html +%%JDK_HOME%%/docs/api/java.sql.ResultSet.html +%%JDK_HOME%%/docs/api/java.sql.ResultSetMetaData.html +%%JDK_HOME%%/docs/api/java.sql.SQLException.html +%%JDK_HOME%%/docs/api/java.sql.SQLWarning.html +%%JDK_HOME%%/docs/api/java.sql.Statement.html +%%JDK_HOME%%/docs/api/java.sql.Time.html +%%JDK_HOME%%/docs/api/java.sql.Timestamp.html +%%JDK_HOME%%/docs/api/java.sql.Types.html +%%JDK_HOME%%/docs/api/java.text.BreakIterator.html +%%JDK_HOME%%/docs/api/java.text.CharacterIterator.html +%%JDK_HOME%%/docs/api/java.text.ChoiceFormat.html +%%JDK_HOME%%/docs/api/java.text.CollationElementIterator.html +%%JDK_HOME%%/docs/api/java.text.CollationKey.html +%%JDK_HOME%%/docs/api/java.text.Collator.html +%%JDK_HOME%%/docs/api/java.text.DateFormat.html +%%JDK_HOME%%/docs/api/java.text.DateFormatSymbols.html +%%JDK_HOME%%/docs/api/java.text.DecimalFormat.html +%%JDK_HOME%%/docs/api/java.text.DecimalFormatSymbols.html +%%JDK_HOME%%/docs/api/java.text.FieldPosition.html +%%JDK_HOME%%/docs/api/java.text.Format.html +%%JDK_HOME%%/docs/api/java.text.MessageFormat.html +%%JDK_HOME%%/docs/api/java.text.NumberFormat.html +%%JDK_HOME%%/docs/api/java.text.ParseException.html +%%JDK_HOME%%/docs/api/java.text.ParsePosition.html +%%JDK_HOME%%/docs/api/java.text.RuleBasedCollator.html +%%JDK_HOME%%/docs/api/java.text.SimpleDateFormat.html +%%JDK_HOME%%/docs/api/java.text.StringCharacterIterator.html +%%JDK_HOME%%/docs/api/java.util.BitSet.html +%%JDK_HOME%%/docs/api/java.util.Calendar.html +%%JDK_HOME%%/docs/api/java.util.Date.html +%%JDK_HOME%%/docs/api/java.util.Dictionary.html +%%JDK_HOME%%/docs/api/java.util.EmptyStackException.html +%%JDK_HOME%%/docs/api/java.util.Enumeration.html +%%JDK_HOME%%/docs/api/java.util.EventListener.html +%%JDK_HOME%%/docs/api/java.util.EventObject.html +%%JDK_HOME%%/docs/api/java.util.GregorianCalendar.html +%%JDK_HOME%%/docs/api/java.util.Hashtable.html +%%JDK_HOME%%/docs/api/java.util.ListResourceBundle.html +%%JDK_HOME%%/docs/api/java.util.Locale.html +%%JDK_HOME%%/docs/api/java.util.MissingResourceException.html +%%JDK_HOME%%/docs/api/java.util.NoSuchElementException.html +%%JDK_HOME%%/docs/api/java.util.Observable.html +%%JDK_HOME%%/docs/api/java.util.Observer.html +%%JDK_HOME%%/docs/api/java.util.Properties.html +%%JDK_HOME%%/docs/api/java.util.PropertyResourceBundle.html +%%JDK_HOME%%/docs/api/java.util.Random.html +%%JDK_HOME%%/docs/api/java.util.ResourceBundle.html +%%JDK_HOME%%/docs/api/java.util.SimpleTimeZone.html +%%JDK_HOME%%/docs/api/java.util.Stack.html +%%JDK_HOME%%/docs/api/java.util.StringTokenizer.html +%%JDK_HOME%%/docs/api/java.util.TimeZone.html +%%JDK_HOME%%/docs/api/java.util.TooManyListenersException.html +%%JDK_HOME%%/docs/api/java.util.Vector.html +%%JDK_HOME%%/docs/api/java.util.zip.Adler32.html +%%JDK_HOME%%/docs/api/java.util.zip.CRC32.html +%%JDK_HOME%%/docs/api/java.util.zip.CheckedInputStream.html +%%JDK_HOME%%/docs/api/java.util.zip.CheckedOutputStream.html +%%JDK_HOME%%/docs/api/java.util.zip.Checksum.html +%%JDK_HOME%%/docs/api/java.util.zip.DataFormatException.html +%%JDK_HOME%%/docs/api/java.util.zip.Deflater.html +%%JDK_HOME%%/docs/api/java.util.zip.DeflaterOutputStream.html +%%JDK_HOME%%/docs/api/java.util.zip.GZIPInputStream.html +%%JDK_HOME%%/docs/api/java.util.zip.GZIPOutputStream.html +%%JDK_HOME%%/docs/api/java.util.zip.Inflater.html +%%JDK_HOME%%/docs/api/java.util.zip.InflaterInputStream.html +%%JDK_HOME%%/docs/api/java.util.zip.ZipEntry.html +%%JDK_HOME%%/docs/api/java.util.zip.ZipException.html +%%JDK_HOME%%/docs/api/java.util.zip.ZipFile.html +%%JDK_HOME%%/docs/api/java.util.zip.ZipInputStream.html +%%JDK_HOME%%/docs/api/java.util.zip.ZipOutputStream.html +%%JDK_HOME%%/docs/api/k-names.html +%%JDK_HOME%%/docs/api/l-names.html +%%JDK_HOME%%/docs/api/m-names.html +%%JDK_HOME%%/docs/api/n-names.html +%%JDK_HOME%%/docs/api/o-names.html +%%JDK_HOME%%/docs/api/p-names.html +%%JDK_HOME%%/docs/api/packages.html +%%JDK_HOME%%/docs/api/q-names.html +%%JDK_HOME%%/docs/api/r-names.html +%%JDK_HOME%%/docs/api/s-names.html +%%JDK_HOME%%/docs/api/t-names.html +%%JDK_HOME%%/docs/api/tree.html +%%JDK_HOME%%/docs/api/u-names.html +%%JDK_HOME%%/docs/api/v-names.html +%%JDK_HOME%%/docs/api/w-names.html +%%JDK_HOME%%/docs/api/x-names.html +%%JDK_HOME%%/docs/api/y-names.html +%%JDK_HOME%%/docs/api/z-names.html +%%JDK_HOME%%/docs/guide/awt/1.0example/AppletButton.class +%%JDK_HOME%%/docs/guide/awt/1.0example/AppletButton.java +%%JDK_HOME%%/docs/guide/awt/1.0example/DialogWindow.class +%%JDK_HOME%%/docs/guide/awt/1.0example/DialogWindow.java +%%JDK_HOME%%/docs/guide/awt/1.0example/SimpleDialog.class +%%JDK_HOME%%/docs/guide/awt/DeprecatedMethods.html +%%JDK_HOME%%/docs/guide/awt/DialogWindow.java +%%JDK_HOME%%/docs/guide/awt/HowToUpgrade.html +%%JDK_HOME%%/docs/guide/awt/IncompatibleChanges.html +%%JDK_HOME%%/docs/guide/awt/NameChanges.html +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/PageSwitcher.class +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Box.class +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Box.java +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click0$1.class +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click0$2.class +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click0.class +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click0.java +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1$1.class +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1$2.class +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1$TargetListener.class +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1.class +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1.java +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2$1.class +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2$2.class +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2$TargetListener.class +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2.class +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2.java +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3$1.class +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3$2.class +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3$3.class +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3$TargetListener.class +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3.class +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3.java +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/ColumnOfBoxes.class +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/ColumnOfBoxes.java +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/index.html +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Box.java +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Click0.java +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Click1.java +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Click2.java +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Click3.java +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/ColumnOfBoxes.java +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/ImageDisplayer.class +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Slide.class +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/SlideList.class +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/SlideShow.class +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Spinner.gif +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/index.html +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/slide1.gif +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/slide2.gif +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/slide3.gif +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/slide4.gif +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/source1.html +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/source2.html +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/source3.html +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/source4.html +%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/index.html +%%JDK_HOME%%/docs/guide/awt/demos/index.html +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/ExampleApplet.jar +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/ExampleApplet.zip +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/Switcher.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/DoubleBufferPanel.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/DoubleBufferPanel.java +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/ExampleApplet.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/ExampleApplet.java +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/Gauge.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/Gauge.java +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/GaugeThread.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/PrettyPanel.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/images/mandrill.jpg +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/Compatibility.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/ExampleApplet.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/ExampleApplet.gif +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/ImageDisplayer.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/PictureFrame.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/example.html +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing/ExampleApplet.java +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing/Gauge.java +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing/images/mandrill.jpg +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/ExampleApplet.jar +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/ExampleApplet.zip +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/Switcher.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/ExampleActionListener.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/ExampleApplet.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/ExampleApplet.java +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/OpenlookButton.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/OpenlookButton.java +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/OpenlookButtonListener.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/images/scott.jpg +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/Compatibility.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/ExampleApplet.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/ExampleApplet.gif +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/ImageDisplayer.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/PictureFrame.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/example.html +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/ExampleApplet.jar +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/ExampleApplet.zip +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/Switcher.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/ExampleActionListener.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/ExampleApplet.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/ExampleApplet.java +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/RoundButton.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/RoundButton.java +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/images/scott.jpg +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/Compatibility.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/ExampleApplet.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/ExampleApplet.gif +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/ImageDisplayer.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/PictureFrame.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/example.html +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/ExampleApplet.jar +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/ExampleApplet.zip +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/Switcher.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/ExampleApplet.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/ExampleApplet.java +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/Spinner.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/Spinner.java +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/SpinnerThread.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/images/orb.gif +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/Compatibility.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/ExampleApplet.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/ExampleApplet.gif +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/ImageDisplayer.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/PictureFrame.class +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/example.html +%%JDK_HOME%%/docs/guide/awt/demos/lightweight/index.html +%%JDK_HOME%%/docs/guide/awt/demos/symboltest/PageSwitcher.class +%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/SymbolCanvas.class +%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/SymbolTest$MyAdapter.class +%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/SymbolTest.class +%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/SymbolTest.java +%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/index.html +%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/ImageDisplayer.class +%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/Slide.class +%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/SlideList.class +%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/SlideShow.class +%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/index.html +%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide1.gif +%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide2.gif +%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide3.gif +%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide4.gif +%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide5.gif +%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide6.gif +%%JDK_HOME%%/docs/guide/awt/demos/symboltest/index.html +%%JDK_HOME%%/docs/guide/awt/designspec/datatransfer.html +%%JDK_HOME%%/docs/guide/awt/designspec/desktopcolors.html +%%JDK_HOME%%/docs/guide/awt/designspec/events.html +%%JDK_HOME%%/docs/guide/awt/designspec/graphics/clipping.html +%%JDK_HOME%%/docs/guide/awt/designspec/graphics/imageblit.html +%%JDK_HOME%%/docs/guide/awt/designspec/graphics/imagescale.html +%%JDK_HOME%%/docs/guide/awt/designspec/graphics/imganim.html +%%JDK_HOME%%/docs/guide/awt/designspec/graphics/index.html +%%JDK_HOME%%/docs/guide/awt/designspec/graphics/pixelgrab.html +%%JDK_HOME%%/docs/guide/awt/designspec/images/box.sm.gif +%%JDK_HOME%%/docs/guide/awt/designspec/images/flip.sm.gif +%%JDK_HOME%%/docs/guide/awt/designspec/images/flip_trans.sm.gif +%%JDK_HOME%%/docs/guide/awt/designspec/images/gun.sm.gif +%%JDK_HOME%%/docs/guide/awt/designspec/images/hips.sm.gif +%%JDK_HOME%%/docs/guide/awt/designspec/images/juggler.sm.gif +%%JDK_HOME%%/docs/guide/awt/designspec/images/magnify.sm.gif +%%JDK_HOME%%/docs/guide/awt/designspec/images/pencil.sm.gif +%%JDK_HOME%%/docs/guide/awt/designspec/images/toolbox.med.gif +%%JDK_HOME%%/docs/guide/awt/designspec/index.html +%%JDK_HOME%%/docs/guide/awt/designspec/lightweights.html +%%JDK_HOME%%/docs/guide/awt/designspec/mouseless.html +%%JDK_HOME%%/docs/guide/awt/designspec/nextAWT.html +%%JDK_HOME%%/docs/guide/awt/designspec/popupmenu.html +%%JDK_HOME%%/docs/guide/awt/designspec/printing.html +%%JDK_HOME%%/docs/guide/awt/designspec/scrollpane.html +%%JDK_HOME%%/docs/guide/awt/images/DialogWindow-d.gif +%%JDK_HOME%%/docs/guide/awt/images/DialogWindow-f.gif +%%JDK_HOME%%/docs/guide/awt/index.html +%%JDK_HOME%%/docs/guide/awt/innerclass/DialogWindow.java +%%JDK_HOME%%/docs/guide/awt/updateAWT +%%JDK_HOME%%/docs/guide/beans/index.html +%%JDK_HOME%%/docs/guide/innerclasses/index.html +%%JDK_HOME%%/docs/guide/innerclasses/spec/copyright.doc.html +%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc.html +%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc1.html +%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc10.html +%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc11.html +%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc12.html +%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc13.html +%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc2.html +%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc3.html +%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc4.html +%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc5.html +%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc6.html +%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc7.html +%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc8.html +%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc9.html +%%JDK_HOME%%/docs/guide/intl/copyright.doc.html +%%JDK_HOME%%/docs/guide/intl/demos/Collate/1.0.2/CollationDetails.html +%%JDK_HOME%%/docs/guide/intl/demos/Collate/1.0.2/example1.html +%%JDK_HOME%%/docs/guide/intl/demos/Collate/1.1/CollationDetails.html +%%JDK_HOME%%/docs/guide/intl/demos/Collate/1.1/example1.html +%%JDK_HOME%%/docs/guide/intl/demos/Collate/PageSwitcher.class +%%JDK_HOME%%/docs/guide/intl/demos/Collate/example1.html +%%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/1.0.2/example1.html +%%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/1.1/example1.html +%%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/PageSwitcher.class +%%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/example1.html +%%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/1.0.2/example1.html +%%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/1.1/example1.html +%%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/PageSwitcher.class +%%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/example1.html +%%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/1.0.2/example1.html +%%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/1.1/example1.html +%%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/PageSwitcher.class +%%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/example1.html +%%JDK_HOME%%/docs/guide/intl/demos/TextBound/1.0.2/example1.html +%%JDK_HOME%%/docs/guide/intl/demos/TextBound/1.1/example1.html +%%JDK_HOME%%/docs/guide/intl/demos/TextBound/PageSwitcher.class +%%JDK_HOME%%/docs/guide/intl/demos/TextBound/example1.html +%%JDK_HOME%%/docs/guide/intl/demos/code/BorderPanel.class +%%JDK_HOME%%/docs/guide/intl/demos/code/BorderPanel.java +%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource.class +%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource.java +%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_da.class +%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_da.java +%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_de.class +%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_de.java +%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_en.class +%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_en.java +%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_fr.class +%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_fr.java +%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_it.class +%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_it.java +%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_ja.class +%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_ja.java +%%JDK_HOME%%/docs/guide/intl/demos/code/CollateDemo.class +%%JDK_HOME%%/docs/guide/intl/demos/code/CollateDemo.java +%%JDK_HOME%%/docs/guide/intl/demos/code/CollateFrame.class +%%JDK_HOME%%/docs/guide/intl/demos/code/DateTimeDemo.class +%%JDK_HOME%%/docs/guide/intl/demos/code/DateTimeDemo.java +%%JDK_HOME%%/docs/guide/intl/demos/code/DateTimeFrame.class +%%JDK_HOME%%/docs/guide/intl/demos/code/DemoApplet.class +%%JDK_HOME%%/docs/guide/intl/demos/code/DemoApplet.java +%%JDK_HOME%%/docs/guide/intl/demos/code/MessageFormatDemo.class +%%JDK_HOME%%/docs/guide/intl/demos/code/MessageFormatDemo.java +%%JDK_HOME%%/docs/guide/intl/demos/code/MessageFormatFrame.class +%%JDK_HOME%%/docs/guide/intl/demos/code/NumberFormatDemo.class +%%JDK_HOME%%/docs/guide/intl/demos/code/NumberFormatDemo.java +%%JDK_HOME%%/docs/guide/intl/demos/code/NumberFormatFrame.class +%%JDK_HOME%%/docs/guide/intl/demos/code/TextBoundDemo.class +%%JDK_HOME%%/docs/guide/intl/demos/code/TextBoundDemo.java +%%JDK_HOME%%/docs/guide/intl/demos/code/TextBoundFrame.class +%%JDK_HOME%%/docs/guide/intl/demos/code/Utility.class +%%JDK_HOME%%/docs/guide/intl/demos/code/Utility.java +%%JDK_HOME%%/docs/guide/intl/demos/code/XBorderPanel.class +%%JDK_HOME%%/docs/guide/intl/encoding.doc.html +%%JDK_HOME%%/docs/guide/intl/euro.html +%%JDK_HOME%%/docs/guide/intl/fontprop.html +%%JDK_HOME%%/docs/guide/intl/index.html +%%JDK_HOME%%/docs/guide/intl/intl.doc.html +%%JDK_HOME%%/docs/guide/intl/intlTOC.doc.html +%%JDK_HOME%%/docs/guide/intl/locale.doc.html +%%JDK_HOME%%/docs/guide/intl/unicode_font.doc.html +%%JDK_HOME%%/docs/guide/io/b3-changes.html +%%JDK_HOME%%/docs/guide/io/index.html +%%JDK_HOME%%/docs/guide/io/io.html +%%JDK_HOME%%/docs/guide/jar/index.html +%%JDK_HOME%%/docs/guide/jar/jarGuide.html +%%JDK_HOME%%/docs/guide/jar/manifest.html +%%JDK_HOME%%/docs/guide/jdbc/getstart/SimpleSelect.doc.html +%%JDK_HOME%%/docs/guide/jdbc/getstart/bridge.doc.html +%%JDK_HOME%%/docs/guide/jdbc/getstart/callablestatement.doc.html +%%JDK_HOME%%/docs/guide/jdbc/getstart/connection.doc.html +%%JDK_HOME%%/docs/guide/jdbc/getstart/copyright.doc.html +%%JDK_HOME%%/docs/guide/jdbc/getstart/drivermanager.doc.html +%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.anc.gif +%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.anc1.gif +%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.anc2.gif +%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.anc3.gif +%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.html +%%JDK_HOME%%/docs/guide/jdbc/getstart/introTOC.doc.html +%%JDK_HOME%%/docs/guide/jdbc/getstart/mapping.doc.html +%%JDK_HOME%%/docs/guide/jdbc/getstart/preparedstatement.doc.html +%%JDK_HOME%%/docs/guide/jdbc/getstart/resultset.doc.html +%%JDK_HOME%%/docs/guide/jdbc/getstart/statement.doc.html +%%JDK_HOME%%/docs/guide/jdbc/index.html +%%JDK_HOME%%/docs/guide/jni/index.html +%%JDK_HOME%%/docs/guide/jni/spec/copyright.doc.html +%%JDK_HOME%%/docs/guide/jni/spec/design.doc.anc.gif +%%JDK_HOME%%/docs/guide/jni/spec/design.doc.html +%%JDK_HOME%%/docs/guide/jni/spec/functions.doc.html +%%JDK_HOME%%/docs/guide/jni/spec/intro.doc.html +%%JDK_HOME%%/docs/guide/jni/spec/invocation.doc.html +%%JDK_HOME%%/docs/guide/jni/spec/jniTOC.doc.html +%%JDK_HOME%%/docs/guide/jni/spec/types.doc.anc.gif +%%JDK_HOME%%/docs/guide/jni/spec/types.doc.anc1.gif +%%JDK_HOME%%/docs/guide/jni/spec/types.doc.anc2.gif +%%JDK_HOME%%/docs/guide/jni/spec/types.doc.anc3.gif +%%JDK_HOME%%/docs/guide/jni/spec/types.doc.html +%%JDK_HOME%%/docs/guide/math/index.html +%%JDK_HOME%%/docs/guide/misc/applet.html +%%JDK_HOME%%/docs/guide/misc/deprecation/deprecated.html +%%JDK_HOME%%/docs/guide/misc/deprecation/deprecation.html +%%JDK_HOME%%/docs/guide/misc/deprecation/index.html +%%JDK_HOME%%/docs/guide/misc/index.html +%%JDK_HOME%%/docs/guide/misc/resources.html +%%JDK_HOME%%/docs/guide/net/extendingSocks.html +%%JDK_HOME%%/docs/guide/net/images/duke4.gif +%%JDK_HOME%%/docs/guide/net/images/new2.gif +%%JDK_HOME%%/docs/guide/net/index.html +%%JDK_HOME%%/docs/guide/net/miscNet.html +%%JDK_HOME%%/docs/guide/net/socketClassDocs.html +%%JDK_HOME%%/docs/guide/net/socketException.html +%%JDK_HOME%%/docs/guide/net/socketOpt.html +%%JDK_HOME%%/docs/guide/performance/performance.html +%%JDK_HOME%%/docs/guide/reflection/faq/faq.html +%%JDK_HOME%%/docs/guide/reflection/index.html +%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection-copyright.doc.html +%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc.html +%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc1.html +%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc10.html +%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc2.html +%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc3.html +%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc4.html +%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc5.html +%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc6.html +%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc7.html +%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc8.html +%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc9.html +%%JDK_HOME%%/docs/guide/reflection/spec/java-reflectionTOC.doc.html +%%JDK_HOME%%/docs/guide/rmi/Factory-1.gif +%%JDK_HOME%%/docs/guide/rmi/Factory.html +%%JDK_HOME%%/docs/guide/rmi/archives/getStart.tar +%%JDK_HOME%%/docs/guide/rmi/archives/getStart.tar.Z +%%JDK_HOME%%/docs/guide/rmi/archives/getStart.zip +%%JDK_HOME%%/docs/guide/rmi/examples/hello/Hello.java +%%JDK_HOME%%/docs/guide/rmi/examples/hello/HelloApplet.java +%%JDK_HOME%%/docs/guide/rmi/examples/hello/HelloImpl.java +%%JDK_HOME%%/docs/guide/rmi/examples/hello/index.html +%%JDK_HOME%%/docs/guide/rmi/examples/hello/readme.html +%%JDK_HOME%%/docs/guide/rmi/examples/hello/readme.txt +%%JDK_HOME%%/docs/guide/rmi/examples/hello/run +%%JDK_HOME%%/docs/guide/rmi/examples/hello/run.bat +%%JDK_HOME%%/docs/guide/rmi/examples/stock/Stock.java +%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockApplet.java +%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockNotFoundException.java +%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockNotify.java +%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockServer.java +%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockWatch.java +%%JDK_HOME%%/docs/guide/rmi/examples/stock/index.html +%%JDK_HOME%%/docs/guide/rmi/examples/stock/readme.html +%%JDK_HOME%%/docs/guide/rmi/examples/stock/readme.txt +%%JDK_HOME%%/docs/guide/rmi/examples/stock/run +%%JDK_HOME%%/docs/guide/rmi/examples/stock/run.bat +%%JDK_HOME%%/docs/guide/rmi/getstart.doc.anc.gif +%%JDK_HOME%%/docs/guide/rmi/getstart.doc.html +%%JDK_HOME%%/docs/guide/rmi/index.html +%%JDK_HOME%%/docs/guide/rmi/release-notes.html +%%JDK_HOME%%/docs/guide/rmi/spec/rmi-arch.doc.anc.gif +%%JDK_HOME%%/docs/guide/rmi/spec/rmi-arch.doc.html +%%JDK_HOME%%/docs/guide/rmi/spec/rmi-client.doc.html +%%JDK_HOME%%/docs/guide/rmi/spec/rmi-dgc.doc.html +%%JDK_HOME%%/docs/guide/rmi/spec/rmi-exceptions.doc.html +%%JDK_HOME%%/docs/guide/rmi/spec/rmi-intro.doc.html +%%JDK_HOME%%/docs/guide/rmi/spec/rmi-objmodel.doc.anc.gif +%%JDK_HOME%%/docs/guide/rmi/spec/rmi-objmodel.doc.html +%%JDK_HOME%%/docs/guide/rmi/spec/rmi-properties.doc.html +%%JDK_HOME%%/docs/guide/rmi/spec/rmi-protocol.doc.html +%%JDK_HOME%%/docs/guide/rmi/spec/rmi-registry.doc.html +%%JDK_HOME%%/docs/guide/rmi/spec/rmi-server.doc.html +%%JDK_HOME%%/docs/guide/rmi/spec/rmi-stubs.doc.html +%%JDK_HOME%%/docs/guide/rmi/spec/rmiTOC.doc.html +%%JDK_HOME%%/docs/guide/rmi/subscribe.html +%%JDK_HOME%%/docs/guide/security/Acl.html +%%JDK_HOME%%/docs/guide/security/CryptoSpec.html +%%JDK_HOME%%/docs/guide/security/HowToImplAProvider.html +%%JDK_HOME%%/docs/guide/security/JavaSecurityOverview.html +%%JDK_HOME%%/docs/guide/security/Sun.java +%%JDK_HOME%%/docs/guide/security/cert2.html +%%JDK_HOME%%/docs/guide/security/index.html +%%JDK_HOME%%/docs/guide/security/java.security +%%JDK_HOME%%/docs/guide/serialization/index.html +%%JDK_HOME%%/docs/guide/serialization/spec/class.doc.anc.gif +%%JDK_HOME%%/docs/guide/serialization/spec/class.doc.html +%%JDK_HOME%%/docs/guide/serialization/spec/exceptions.doc.html +%%JDK_HOME%%/docs/guide/serialization/spec/input.doc.html +%%JDK_HOME%%/docs/guide/serialization/spec/output.doc.html +%%JDK_HOME%%/docs/guide/serialization/spec/protocol.doc.html +%%JDK_HOME%%/docs/guide/serialization/spec/security.doc.html +%%JDK_HOME%%/docs/guide/serialization/spec/serial-arch.doc.html +%%JDK_HOME%%/docs/guide/serialization/spec/serialTOC.doc.html +%%JDK_HOME%%/docs/guide/serialization/spec/version.doc.anc.gif +%%JDK_HOME%%/docs/guide/serialization/spec/version.doc.html +%%JDK_HOME%%/docs/images/JAVA.85.GIF +%%JDK_HOME%%/docs/images/cupHJbutton.gif +%%JDK_HOME%%/docs/images/smi.logo.gif +%%JDK_HOME%%/docs/images/sunlogo64x30.gif +%%JDK_HOME%%/docs/index.html +%%JDK_HOME%%/docs/relnotes/SMICopyright.html +%%JDK_HOME%%/docs/relnotes/classlist.html +%%JDK_HOME%%/docs/relnotes/contacts.html +%%JDK_HOME%%/docs/relnotes/demos.html +%%JDK_HOME%%/docs/relnotes/deprecatedlist.html +%%JDK_HOME%%/docs/relnotes/features.html +%%JDK_HOME%%/docs/relnotes/features116.html +%%JDK_HOME%%/docs/relnotes/intro.html +%%JDK_HOME%%/docs/relnotes/update.html +%%JDK_HOME%%/docs/tooldocs/index.html +%%JDK_HOME%%/docs/tooldocs/solaris/appletviewer.html +%%JDK_HOME%%/docs/tooldocs/solaris/classpath.html +%%JDK_HOME%%/docs/tooldocs/solaris/index.html +%%JDK_HOME%%/docs/tooldocs/solaris/jar.html +%%JDK_HOME%%/docs/tooldocs/solaris/java.html +%%JDK_HOME%%/docs/tooldocs/solaris/javac.html +%%JDK_HOME%%/docs/tooldocs/solaris/javadoc.html +%%JDK_HOME%%/docs/tooldocs/solaris/javah.html +%%JDK_HOME%%/docs/tooldocs/solaris/javakey.html +%%JDK_HOME%%/docs/tooldocs/solaris/javap.html +%%JDK_HOME%%/docs/tooldocs/solaris/jdb.html +%%JDK_HOME%%/docs/tooldocs/solaris/jre.html +%%JDK_HOME%%/docs/tooldocs/solaris/native2ascii.html +%%JDK_HOME%%/docs/tooldocs/solaris/rmic.html +%%JDK_HOME%%/docs/tooldocs/solaris/rmiregistry.html +%%JDK_HOME%%/docs/tooldocs/solaris/serialver.html +%%JDK_HOME%%/docs/tooldocs/win32/appletviewer.html +%%JDK_HOME%%/docs/tooldocs/win32/classpath.html +%%JDK_HOME%%/docs/tooldocs/win32/index.html +%%JDK_HOME%%/docs/tooldocs/win32/jar.html +%%JDK_HOME%%/docs/tooldocs/win32/java.html +%%JDK_HOME%%/docs/tooldocs/win32/javac.html +%%JDK_HOME%%/docs/tooldocs/win32/javadoc.html +%%JDK_HOME%%/docs/tooldocs/win32/javah.html +%%JDK_HOME%%/docs/tooldocs/win32/javakey.html +%%JDK_HOME%%/docs/tooldocs/win32/javap.html +%%JDK_HOME%%/docs/tooldocs/win32/jdb.html +%%JDK_HOME%%/docs/tooldocs/win32/jre.html +%%JDK_HOME%%/docs/tooldocs/win32/native2ascii.html +%%JDK_HOME%%/docs/tooldocs/win32/rmic.html +%%JDK_HOME%%/docs/tooldocs/win32/rmiregistry.html +%%JDK_HOME%%/docs/tooldocs/win32/serialver.html +@dirrm %%JDK_HOME%%/docs/api/images +@dirrm %%JDK_HOME%%/docs/api/images-awt +@dirrm %%JDK_HOME%%/docs/api +@dirrm %%JDK_HOME%%/docs/guide/awt/1.0example +@dirrm %%JDK_HOME%%/docs/guide/awt/designspec/graphics +@dirrm %%JDK_HOME%%/docs/guide/awt/designspec/images +@dirrm %%JDK_HOME%%/docs/guide/awt/designspec +@dirrm %%JDK_HOME%%/docs/guide/awt/images +@dirrm %%JDK_HOME%%/docs/guide/awt/innerclass +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/images +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/images +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/images +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/images +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing/images +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/symboltest +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative +@dirrm %%JDK_HOME%%/docs/guide/awt/demos/eventmodel +@dirrm %%JDK_HOME%%/docs/guide/awt/demos +@dirrm %%JDK_HOME%%/docs/guide/awt +@dirrm %%JDK_HOME%%/docs/guide/innerclasses/spec +@dirrm %%JDK_HOME%%/docs/guide/innerclasses +@dirrm %%JDK_HOME%%/docs/guide/intl/demos/Collate/1.0.2 +@dirrm %%JDK_HOME%%/docs/guide/intl/demos/Collate/1.1 +@dirrm %%JDK_HOME%%/docs/guide/intl/demos/Collate +@dirrm %%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/1.0.2 +@dirrm %%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/1.1 +@dirrm %%JDK_HOME%%/docs/guide/intl/demos/MessageFormat +@dirrm %%JDK_HOME%%/docs/guide/intl/demos/TextBound/1.1 +@dirrm %%JDK_HOME%%/docs/guide/intl/demos/TextBound/1.0.2 +@dirrm %%JDK_HOME%%/docs/guide/intl/demos/TextBound +@dirrm %%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/1.0.2 +@dirrm %%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/1.1 +@dirrm %%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat +@dirrm %%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/1.1 +@dirrm %%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/1.0.2 +@dirrm %%JDK_HOME%%/docs/guide/intl/demos/NumberFormat +@dirrm %%JDK_HOME%%/docs/guide/intl/demos/code +@dirrm %%JDK_HOME%%/docs/guide/intl/demos +@dirrm %%JDK_HOME%%/docs/guide/intl +@dirrm %%JDK_HOME%%/docs/guide/io +@dirrm %%JDK_HOME%%/docs/guide/jar +@dirrm %%JDK_HOME%%/docs/guide/jdbc/getstart +@dirrm %%JDK_HOME%%/docs/guide/jdbc +@dirrm %%JDK_HOME%%/docs/guide/misc/deprecation +@dirrm %%JDK_HOME%%/docs/guide/misc +@dirrm %%JDK_HOME%%/docs/guide/net/images +@dirrm %%JDK_HOME%%/docs/guide/net +@dirrm %%JDK_HOME%%/docs/guide/performance +@dirrm %%JDK_HOME%%/docs/guide/reflection/spec +@dirrm %%JDK_HOME%%/docs/guide/reflection/faq +@dirrm %%JDK_HOME%%/docs/guide/reflection +@dirrm %%JDK_HOME%%/docs/guide/rmi/examples/hello +@dirrm %%JDK_HOME%%/docs/guide/rmi/examples/stock +@dirrm %%JDK_HOME%%/docs/guide/rmi/examples +@dirrm %%JDK_HOME%%/docs/guide/rmi/spec +@dirrm %%JDK_HOME%%/docs/guide/rmi/archives +@dirrm %%JDK_HOME%%/docs/guide/rmi +@dirrm %%JDK_HOME%%/docs/guide/security +@dirrm %%JDK_HOME%%/docs/guide/serialization/spec +@dirrm %%JDK_HOME%%/docs/guide/serialization +@dirrm %%JDK_HOME%%/docs/guide/jni/spec +@dirrm %%JDK_HOME%%/docs/guide/jni +@dirrm %%JDK_HOME%%/docs/guide/beans +@dirrm %%JDK_HOME%%/docs/guide/math +@dirrm %%JDK_HOME%%/docs/guide +@dirrm %%JDK_HOME%%/docs/images +@dirrm %%JDK_HOME%%/docs/relnotes +@dirrm %%JDK_HOME%%/docs/tooldocs/solaris +@dirrm %%JDK_HOME%%/docs/tooldocs/win32 +@dirrm %%JDK_HOME%%/docs/tooldocs +@unexec rmdir %D/%%JDK_HOME%%/docs > /dev/null 2>&1 || true +@unexec rmdir %D/%%JDK_HOME%% > /dev/null 2>&1 || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message