diff options
Diffstat (limited to 'java/jdk11-doc')
-rw-r--r-- | java/jdk11-doc/Makefile | 22 | ||||
-rw-r--r-- | java/jdk11-doc/pkg-plist | 1092 |
2 files changed, 20 insertions, 1094 deletions
diff --git a/java/jdk11-doc/Makefile b/java/jdk11-doc/Makefile index df13ae9341be..191f39ad1418 100644 --- a/java/jdk11-doc/Makefile +++ b/java/jdk11-doc/Makefile @@ -27,8 +27,26 @@ NO_BUILD= yes .include <bsd.port.pre.mk> +pre-install: + @${ECHO_CMD} -n ">> Removing ${PLIST}..." + @${RM} -f ${PLIST} + @${TOUCH} ${PLIST} + @${ECHO_CMD} " [ DONE ]" + do-install: - ${MKDIR} ${TARGET_DIR} - ${CP} -r ${WRKSRC}/* ${TARGET_DIR} + @${ECHO_CMD} -n ">> Creating directory ${TARGET_DIR}..." + @${MKDIR} ${TARGET_DIR} + @${ECHO_CMD} " [ DONE ]" + + @${ECHO_CMD} -n ">> Copying files..." + @${CP} -r ${WRKSRC}/* ${TARGET_DIR} + @${ECHO_CMD} " [ DONE ]" + + @${ECHO_CMD} -n ">> Creating packing list..." + @${FIND} ${TARGET_DIR} -type f -print | \ + ${SED} "s,${PREFIX}/*,," >> ${PLIST} + @${FIND} ${TARGET_DIR} -type d -print | sort -r | \ + ${SED} -e "s,${PREFIX}/*,," -e "s,^,@dirrm ,g" >> ${PLIST} + @${ECHO_CMD} " [ DONE ]" .include <bsd.port.post.mk> diff --git a/java/jdk11-doc/pkg-plist b/java/jdk11-doc/pkg-plist deleted file mode 100644 index f79feed6af51..000000000000 --- a/java/jdk11-doc/pkg-plist +++ /dev/null @@ -1,1092 +0,0 @@ -%%T%%/api/API_users_guide.html -%%T%%/api/AllNames.html -%%T%%/api/Package-java.applet.html -%%T%%/api/Package-java.awt.datatransfer.html -%%T%%/api/Package-java.awt.event.html -%%T%%/api/Package-java.awt.html -%%T%%/api/Package-java.awt.image.html -%%T%%/api/Package-java.beans.html -%%T%%/api/Package-java.io.html -%%T%%/api/Package-java.lang.html -%%T%%/api/Package-java.lang.reflect.html -%%T%%/api/Package-java.math.html -%%T%%/api/Package-java.net.html -%%T%%/api/Package-java.rmi.dgc.html -%%T%%/api/Package-java.rmi.html -%%T%%/api/Package-java.rmi.registry.html -%%T%%/api/Package-java.rmi.server.html -%%T%%/api/Package-java.security.acl.html -%%T%%/api/Package-java.security.html -%%T%%/api/Package-java.security.interfaces.html -%%T%%/api/Package-java.sql.html -%%T%%/api/Package-java.text.html -%%T%%/api/Package-java.util.html -%%T%%/api/Package-java.util.zip.html -%%T%%/api/a-names.html -%%T%%/api/b-names.html -%%T%%/api/c-names.html -%%T%%/api/d-names.html -%%T%%/api/e-names.html -%%T%%/api/f-names.html -%%T%%/api/g-names.html -%%T%%/api/h-names.html -%%T%%/api/i-names.html -%%T%%/api/images-awt/BorderLayout-1.gif -%%T%%/api/images-awt/Button-1.gif -%%T%%/api/images-awt/Checkbox-1.gif -%%T%%/api/images-awt/CheckboxGroup-1.gif -%%T%%/api/images-awt/Choice-1.gif -%%T%%/api/images-awt/FlowLayout-1.gif -%%T%%/api/images-awt/FontMetrics-1.gif -%%T%%/api/images-awt/GridBagLayout-1.gif -%%T%%/api/images-awt/GridLayout-1.gif -%%T%%/api/images-awt/Label-1.gif -%%T%%/api/images-awt/List-1.gif -%%T%%/api/images-awt/MenuBar-1.gif -%%T%%/api/images-awt/Scrollbar-1.gif -%%T%%/api/images-awt/Scrollbar-2.gif -%%T%%/api/images-awt/TextArea-1.gif -%%T%%/api/images-awt/TextField-1.gif -%%T%%/api/images/OpenBookIcon.gif -%%T%%/api/images/blue-ball-small.gif -%%T%%/api/images/blue-ball.gif -%%T%%/api/images/class-index.gif -%%T%%/api/images/constructor-index.gif -%%T%%/api/images/constructors.gif -%%T%%/api/images/cyan-ball-small.gif -%%T%%/api/images/cyan-ball.gif -%%T%%/api/images/error-index.gif -%%T%%/api/images/exception-index.gif -%%T%%/api/images/green-ball-small.gif -%%T%%/api/images/green-ball.gif -%%T%%/api/images/interface-index.gif -%%T%%/api/images/magenta-ball-small.gif -%%T%%/api/images/magenta-ball.gif -%%T%%/api/images/method-index.gif -%%T%%/api/images/methods.gif -%%T%%/api/images/package-index.gif -%%T%%/api/images/red-ball-small.gif -%%T%%/api/images/red-ball.gif -%%T%%/api/images/variable-index.gif -%%T%%/api/images/variables.gif -%%T%%/api/images/yellow-ball-small.gif -%%T%%/api/images/yellow-ball.gif -%%T%%/api/j-names.html -%%T%%/api/java.applet.Applet.html -%%T%%/api/java.applet.AppletContext.html -%%T%%/api/java.applet.AppletStub.html -%%T%%/api/java.applet.AudioClip.html -%%T%%/api/java.awt.AWTError.html -%%T%%/api/java.awt.AWTEvent.html -%%T%%/api/java.awt.AWTEventMulticaster.html -%%T%%/api/java.awt.AWTException.html -%%T%%/api/java.awt.Adjustable.html -%%T%%/api/java.awt.BorderLayout.html -%%T%%/api/java.awt.Button.html -%%T%%/api/java.awt.Canvas.html -%%T%%/api/java.awt.CardLayout.html -%%T%%/api/java.awt.Checkbox.html -%%T%%/api/java.awt.CheckboxGroup.html -%%T%%/api/java.awt.CheckboxMenuItem.html -%%T%%/api/java.awt.Choice.html -%%T%%/api/java.awt.Color.html -%%T%%/api/java.awt.Component.html -%%T%%/api/java.awt.Container.html -%%T%%/api/java.awt.Cursor.html -%%T%%/api/java.awt.Dialog.html -%%T%%/api/java.awt.Dimension.html -%%T%%/api/java.awt.Event.html -%%T%%/api/java.awt.EventQueue.html -%%T%%/api/java.awt.FileDialog.html -%%T%%/api/java.awt.FlowLayout.html -%%T%%/api/java.awt.Font.html -%%T%%/api/java.awt.FontMetrics.html -%%T%%/api/java.awt.Frame.html -%%T%%/api/java.awt.Graphics.html -%%T%%/api/java.awt.GridBagConstraints.html -%%T%%/api/java.awt.GridBagLayout.html -%%T%%/api/java.awt.GridLayout.html -%%T%%/api/java.awt.IllegalComponentStateException.html -%%T%%/api/java.awt.Image.html -%%T%%/api/java.awt.Insets.html -%%T%%/api/java.awt.ItemSelectable.html -%%T%%/api/java.awt.Label.html -%%T%%/api/java.awt.LayoutManager.html -%%T%%/api/java.awt.LayoutManager2.html -%%T%%/api/java.awt.List.html -%%T%%/api/java.awt.MediaTracker.html -%%T%%/api/java.awt.Menu.html -%%T%%/api/java.awt.MenuBar.html -%%T%%/api/java.awt.MenuComponent.html -%%T%%/api/java.awt.MenuContainer.html -%%T%%/api/java.awt.MenuItem.html -%%T%%/api/java.awt.MenuShortcut.html -%%T%%/api/java.awt.Panel.html -%%T%%/api/java.awt.Point.html -%%T%%/api/java.awt.Polygon.html -%%T%%/api/java.awt.PopupMenu.html -%%T%%/api/java.awt.PrintGraphics.html -%%T%%/api/java.awt.PrintJob.html -%%T%%/api/java.awt.Rectangle.html -%%T%%/api/java.awt.ScrollPane.html -%%T%%/api/java.awt.Scrollbar.html -%%T%%/api/java.awt.Shape.html -%%T%%/api/java.awt.SystemColor.html -%%T%%/api/java.awt.TextArea.html -%%T%%/api/java.awt.TextComponent.html -%%T%%/api/java.awt.TextField.html -%%T%%/api/java.awt.Toolkit.html -%%T%%/api/java.awt.Window.html -%%T%%/api/java.awt.datatransfer.Clipboard.html -%%T%%/api/java.awt.datatransfer.ClipboardOwner.html -%%T%%/api/java.awt.datatransfer.DataFlavor.html -%%T%%/api/java.awt.datatransfer.StringSelection.html -%%T%%/api/java.awt.datatransfer.Transferable.html -%%T%%/api/java.awt.datatransfer.UnsupportedFlavorException.html -%%T%%/api/java.awt.event.ActionEvent.html -%%T%%/api/java.awt.event.ActionListener.html -%%T%%/api/java.awt.event.AdjustmentEvent.html -%%T%%/api/java.awt.event.AdjustmentListener.html -%%T%%/api/java.awt.event.ComponentAdapter.html -%%T%%/api/java.awt.event.ComponentEvent.html -%%T%%/api/java.awt.event.ComponentListener.html -%%T%%/api/java.awt.event.ContainerAdapter.html -%%T%%/api/java.awt.event.ContainerEvent.html -%%T%%/api/java.awt.event.ContainerListener.html -%%T%%/api/java.awt.event.FocusAdapter.html -%%T%%/api/java.awt.event.FocusEvent.html -%%T%%/api/java.awt.event.FocusListener.html -%%T%%/api/java.awt.event.InputEvent.html -%%T%%/api/java.awt.event.ItemEvent.html -%%T%%/api/java.awt.event.ItemListener.html -%%T%%/api/java.awt.event.KeyAdapter.html -%%T%%/api/java.awt.event.KeyEvent.html -%%T%%/api/java.awt.event.KeyListener.html -%%T%%/api/java.awt.event.MouseAdapter.html -%%T%%/api/java.awt.event.MouseEvent.html -%%T%%/api/java.awt.event.MouseListener.html -%%T%%/api/java.awt.event.MouseMotionAdapter.html -%%T%%/api/java.awt.event.MouseMotionListener.html -%%T%%/api/java.awt.event.PaintEvent.html -%%T%%/api/java.awt.event.TextEvent.html -%%T%%/api/java.awt.event.TextListener.html -%%T%%/api/java.awt.event.WindowAdapter.html -%%T%%/api/java.awt.event.WindowEvent.html -%%T%%/api/java.awt.event.WindowListener.html -%%T%%/api/java.awt.image.AreaAveragingScaleFilter.html -%%T%%/api/java.awt.image.ColorModel.html -%%T%%/api/java.awt.image.CropImageFilter.html -%%T%%/api/java.awt.image.DirectColorModel.html -%%T%%/api/java.awt.image.FilteredImageSource.html -%%T%%/api/java.awt.image.ImageConsumer.html -%%T%%/api/java.awt.image.ImageFilter.html -%%T%%/api/java.awt.image.ImageObserver.html -%%T%%/api/java.awt.image.ImageProducer.html -%%T%%/api/java.awt.image.IndexColorModel.html -%%T%%/api/java.awt.image.MemoryImageSource.html -%%T%%/api/java.awt.image.PixelGrabber.html -%%T%%/api/java.awt.image.RGBImageFilter.html -%%T%%/api/java.awt.image.ReplicateScaleFilter.html -%%T%%/api/java.beans.BeanDescriptor.html -%%T%%/api/java.beans.BeanInfo.html -%%T%%/api/java.beans.Beans.html -%%T%%/api/java.beans.Customizer.html -%%T%%/api/java.beans.EventSetDescriptor.html -%%T%%/api/java.beans.FeatureDescriptor.html -%%T%%/api/java.beans.IndexedPropertyDescriptor.html -%%T%%/api/java.beans.IntrospectionException.html -%%T%%/api/java.beans.Introspector.html -%%T%%/api/java.beans.MethodDescriptor.html -%%T%%/api/java.beans.ParameterDescriptor.html -%%T%%/api/java.beans.PropertyChangeEvent.html -%%T%%/api/java.beans.PropertyChangeListener.html -%%T%%/api/java.beans.PropertyChangeSupport.html -%%T%%/api/java.beans.PropertyDescriptor.html -%%T%%/api/java.beans.PropertyEditor.html -%%T%%/api/java.beans.PropertyEditorManager.html -%%T%%/api/java.beans.PropertyEditorSupport.html -%%T%%/api/java.beans.PropertyVetoException.html -%%T%%/api/java.beans.SimpleBeanInfo.html -%%T%%/api/java.beans.VetoableChangeListener.html -%%T%%/api/java.beans.VetoableChangeSupport.html -%%T%%/api/java.beans.Visibility.html -%%T%%/api/java.io.BufferedInputStream.html -%%T%%/api/java.io.BufferedOutputStream.html -%%T%%/api/java.io.BufferedReader.html -%%T%%/api/java.io.BufferedWriter.html -%%T%%/api/java.io.ByteArrayInputStream.html -%%T%%/api/java.io.ByteArrayOutputStream.html -%%T%%/api/java.io.CharArrayReader.html -%%T%%/api/java.io.CharArrayWriter.html -%%T%%/api/java.io.CharConversionException.html -%%T%%/api/java.io.DataInput.html -%%T%%/api/java.io.DataInputStream.html -%%T%%/api/java.io.DataOutput.html -%%T%%/api/java.io.DataOutputStream.html -%%T%%/api/java.io.EOFException.html -%%T%%/api/java.io.Externalizable.html -%%T%%/api/java.io.File.html -%%T%%/api/java.io.FileDescriptor.html -%%T%%/api/java.io.FileInputStream.html -%%T%%/api/java.io.FileNotFoundException.html -%%T%%/api/java.io.FileOutputStream.html -%%T%%/api/java.io.FileReader.html -%%T%%/api/java.io.FileWriter.html -%%T%%/api/java.io.FilenameFilter.html -%%T%%/api/java.io.FilterInputStream.html -%%T%%/api/java.io.FilterOutputStream.html -%%T%%/api/java.io.FilterReader.html -%%T%%/api/java.io.FilterWriter.html -%%T%%/api/java.io.IOException.html -%%T%%/api/java.io.InputStream.html -%%T%%/api/java.io.InputStreamReader.html -%%T%%/api/java.io.InterruptedIOException.html -%%T%%/api/java.io.InvalidClassException.html -%%T%%/api/java.io.InvalidObjectException.html -%%T%%/api/java.io.LineNumberInputStream.html -%%T%%/api/java.io.LineNumberReader.html -%%T%%/api/java.io.NotActiveException.html -%%T%%/api/java.io.NotSerializableException.html -%%T%%/api/java.io.ObjectInput.html -%%T%%/api/java.io.ObjectInputStream.html -%%T%%/api/java.io.ObjectInputValidation.html -%%T%%/api/java.io.ObjectOutput.html -%%T%%/api/java.io.ObjectOutputStream.html -%%T%%/api/java.io.ObjectStreamClass.html -%%T%%/api/java.io.ObjectStreamException.html -%%T%%/api/java.io.OptionalDataException.html -%%T%%/api/java.io.OutputStream.html -%%T%%/api/java.io.OutputStreamWriter.html -%%T%%/api/java.io.PipedInputStream.html -%%T%%/api/java.io.PipedOutputStream.html -%%T%%/api/java.io.PipedReader.html -%%T%%/api/java.io.PipedWriter.html -%%T%%/api/java.io.PrintStream.html -%%T%%/api/java.io.PrintWriter.html -%%T%%/api/java.io.PushbackInputStream.html -%%T%%/api/java.io.PushbackReader.html -%%T%%/api/java.io.RandomAccessFile.html -%%T%%/api/java.io.Reader.html -%%T%%/api/java.io.SequenceInputStream.html -%%T%%/api/java.io.Serializable.html -%%T%%/api/java.io.StreamCorruptedException.html -%%T%%/api/java.io.StreamTokenizer.html -%%T%%/api/java.io.StringBufferInputStream.html -%%T%%/api/java.io.StringReader.html -%%T%%/api/java.io.StringWriter.html -%%T%%/api/java.io.SyncFailedException.html -%%T%%/api/java.io.UTFDataFormatException.html -%%T%%/api/java.io.UnsupportedEncodingException.html -%%T%%/api/java.io.WriteAbortedException.html -%%T%%/api/java.io.Writer.html -%%T%%/api/java.lang.AbstractMethodError.html -%%T%%/api/java.lang.ArithmeticException.html -%%T%%/api/java.lang.ArrayIndexOutOfBoundsException.html -%%T%%/api/java.lang.ArrayStoreException.html -%%T%%/api/java.lang.Boolean.html -%%T%%/api/java.lang.Byte.html -%%T%%/api/java.lang.Character.html -%%T%%/api/java.lang.Class.html -%%T%%/api/java.lang.ClassCastException.html -%%T%%/api/java.lang.ClassCircularityError.html -%%T%%/api/java.lang.ClassFormatError.html -%%T%%/api/java.lang.ClassLoader.html -%%T%%/api/java.lang.ClassNotFoundException.html -%%T%%/api/java.lang.CloneNotSupportedException.html -%%T%%/api/java.lang.Cloneable.html -%%T%%/api/java.lang.Compiler.html -%%T%%/api/java.lang.Double.html -%%T%%/api/java.lang.Error.html -%%T%%/api/java.lang.Exception.html -%%T%%/api/java.lang.ExceptionInInitializerError.html -%%T%%/api/java.lang.Float.html -%%T%%/api/java.lang.IllegalAccessError.html -%%T%%/api/java.lang.IllegalAccessException.html -%%T%%/api/java.lang.IllegalArgumentException.html -%%T%%/api/java.lang.IllegalMonitorStateException.html -%%T%%/api/java.lang.IllegalStateException.html -%%T%%/api/java.lang.IllegalThreadStateException.html -%%T%%/api/java.lang.IncompatibleClassChangeError.html -%%T%%/api/java.lang.IndexOutOfBoundsException.html -%%T%%/api/java.lang.InstantiationError.html -%%T%%/api/java.lang.InstantiationException.html -%%T%%/api/java.lang.Integer.html -%%T%%/api/java.lang.InternalError.html -%%T%%/api/java.lang.InterruptedException.html -%%T%%/api/java.lang.LinkageError.html -%%T%%/api/java.lang.Long.html -%%T%%/api/java.lang.Math.html -%%T%%/api/java.lang.NegativeArraySizeException.html -%%T%%/api/java.lang.NoClassDefFoundError.html -%%T%%/api/java.lang.NoSuchFieldError.html -%%T%%/api/java.lang.NoSuchFieldException.html -%%T%%/api/java.lang.NoSuchMethodError.html -%%T%%/api/java.lang.NoSuchMethodException.html -%%T%%/api/java.lang.NullPointerException.html -%%T%%/api/java.lang.Number.html -%%T%%/api/java.lang.NumberFormatException.html -%%T%%/api/java.lang.Object.html -%%T%%/api/java.lang.OutOfMemoryError.html -%%T%%/api/java.lang.Process.html -%%T%%/api/java.lang.Runnable.html -%%T%%/api/java.lang.Runtime.html -%%T%%/api/java.lang.RuntimeException.html -%%T%%/api/java.lang.SecurityException.html -%%T%%/api/java.lang.SecurityManager.html -%%T%%/api/java.lang.Short.html -%%T%%/api/java.lang.StackOverflowError.html -%%T%%/api/java.lang.String.html -%%T%%/api/java.lang.StringBuffer.html -%%T%%/api/java.lang.StringIndexOutOfBoundsException.html -%%T%%/api/java.lang.System.html -%%T%%/api/java.lang.Thread.html -%%T%%/api/java.lang.ThreadDeath.html -%%T%%/api/java.lang.ThreadGroup.html -%%T%%/api/java.lang.Throwable.html -%%T%%/api/java.lang.UnknownError.html -%%T%%/api/java.lang.UnsatisfiedLinkError.html -%%T%%/api/java.lang.VerifyError.html -%%T%%/api/java.lang.VirtualMachineError.html -%%T%%/api/java.lang.Void.html -%%T%%/api/java.lang.reflect.Array.html -%%T%%/api/java.lang.reflect.Constructor.html -%%T%%/api/java.lang.reflect.Field.html -%%T%%/api/java.lang.reflect.InvocationTargetException.html -%%T%%/api/java.lang.reflect.Member.html -%%T%%/api/java.lang.reflect.Method.html -%%T%%/api/java.lang.reflect.Modifier.html -%%T%%/api/java.math.BigDecimal.html -%%T%%/api/java.math.BigInteger.html -%%T%%/api/java.net.BindException.html -%%T%%/api/java.net.ConnectException.html -%%T%%/api/java.net.ContentHandler.html -%%T%%/api/java.net.ContentHandlerFactory.html -%%T%%/api/java.net.DatagramPacket.html -%%T%%/api/java.net.DatagramSocket.html -%%T%%/api/java.net.DatagramSocketImpl.html -%%T%%/api/java.net.FileNameMap.html -%%T%%/api/java.net.HttpURLConnection.html -%%T%%/api/java.net.InetAddress.html -%%T%%/api/java.net.MalformedURLException.html -%%T%%/api/java.net.MulticastSocket.html -%%T%%/api/java.net.NoRouteToHostException.html -%%T%%/api/java.net.ProtocolException.html -%%T%%/api/java.net.ServerSocket.html -%%T%%/api/java.net.Socket.html -%%T%%/api/java.net.SocketException.html -%%T%%/api/java.net.SocketImpl.html -%%T%%/api/java.net.SocketImplFactory.html -%%T%%/api/java.net.URL.html -%%T%%/api/java.net.URLConnection.html -%%T%%/api/java.net.URLEncoder.html -%%T%%/api/java.net.URLStreamHandler.html -%%T%%/api/java.net.URLStreamHandlerFactory.html -%%T%%/api/java.net.UnknownHostException.html -%%T%%/api/java.net.UnknownServiceException.html -%%T%%/api/java.rmi.AccessException.html -%%T%%/api/java.rmi.AlreadyBoundException.html -%%T%%/api/java.rmi.ConnectException.html -%%T%%/api/java.rmi.ConnectIOException.html -%%T%%/api/java.rmi.MarshalException.html -%%T%%/api/java.rmi.Naming.html -%%T%%/api/java.rmi.NoSuchObjectException.html -%%T%%/api/java.rmi.NotBoundException.html -%%T%%/api/java.rmi.RMISecurityException.html -%%T%%/api/java.rmi.RMISecurityManager.html -%%T%%/api/java.rmi.Remote.html -%%T%%/api/java.rmi.RemoteException.html -%%T%%/api/java.rmi.ServerError.html -%%T%%/api/java.rmi.ServerException.html -%%T%%/api/java.rmi.ServerRuntimeException.html -%%T%%/api/java.rmi.StubNotFoundException.html -%%T%%/api/java.rmi.UnexpectedException.html -%%T%%/api/java.rmi.UnknownHostException.html -%%T%%/api/java.rmi.UnmarshalException.html -%%T%%/api/java.rmi.dgc.DGC.html -%%T%%/api/java.rmi.dgc.Lease.html -%%T%%/api/java.rmi.dgc.VMID.html -%%T%%/api/java.rmi.registry.LocateRegistry.html -%%T%%/api/java.rmi.registry.Registry.html -%%T%%/api/java.rmi.registry.RegistryHandler.html -%%T%%/api/java.rmi.server.ExportException.html -%%T%%/api/java.rmi.server.LoaderHandler.html -%%T%%/api/java.rmi.server.LogStream.html -%%T%%/api/java.rmi.server.ObjID.html -%%T%%/api/java.rmi.server.Operation.html -%%T%%/api/java.rmi.server.RMIClassLoader.html -%%T%%/api/java.rmi.server.RMIFailureHandler.html -%%T%%/api/java.rmi.server.RMISocketFactory.html -%%T%%/api/java.rmi.server.RemoteCall.html -%%T%%/api/java.rmi.server.RemoteObject.html -%%T%%/api/java.rmi.server.RemoteRef.html -%%T%%/api/java.rmi.server.RemoteServer.html -%%T%%/api/java.rmi.server.RemoteStub.html -%%T%%/api/java.rmi.server.ServerCloneException.html -%%T%%/api/java.rmi.server.ServerNotActiveException.html -%%T%%/api/java.rmi.server.ServerRef.html -%%T%%/api/java.rmi.server.Skeleton.html -%%T%%/api/java.rmi.server.SkeletonMismatchException.html -%%T%%/api/java.rmi.server.SkeletonNotFoundException.html -%%T%%/api/java.rmi.server.SocketSecurityException.html -%%T%%/api/java.rmi.server.UID.html -%%T%%/api/java.rmi.server.UnicastRemoteObject.html -%%T%%/api/java.rmi.server.Unreferenced.html -%%T%%/api/java.security.Certificate.html -%%T%%/api/java.security.DigestException.html -%%T%%/api/java.security.DigestInputStream.html -%%T%%/api/java.security.DigestOutputStream.html -%%T%%/api/java.security.Identity.html -%%T%%/api/java.security.IdentityScope.html -%%T%%/api/java.security.InvalidKeyException.html -%%T%%/api/java.security.InvalidParameterException.html -%%T%%/api/java.security.Key.html -%%T%%/api/java.security.KeyException.html -%%T%%/api/java.security.KeyManagementException.html -%%T%%/api/java.security.KeyPair.html -%%T%%/api/java.security.KeyPairGenerator.html -%%T%%/api/java.security.MessageDigest.html -%%T%%/api/java.security.NoSuchAlgorithmException.html -%%T%%/api/java.security.NoSuchProviderException.html -%%T%%/api/java.security.Principal.html -%%T%%/api/java.security.PrivateKey.html -%%T%%/api/java.security.Provider.html -%%T%%/api/java.security.ProviderException.html -%%T%%/api/java.security.PublicKey.html -%%T%%/api/java.security.SecureRandom.html -%%T%%/api/java.security.Security.html -%%T%%/api/java.security.Signature.html -%%T%%/api/java.security.SignatureException.html -%%T%%/api/java.security.Signer.html -%%T%%/api/java.security.acl.Acl.html -%%T%%/api/java.security.acl.AclEntry.html -%%T%%/api/java.security.acl.AclNotFoundException.html -%%T%%/api/java.security.acl.Group.html -%%T%%/api/java.security.acl.LastOwnerException.html -%%T%%/api/java.security.acl.NotOwnerException.html -%%T%%/api/java.security.acl.Owner.html -%%T%%/api/java.security.acl.Permission.html -%%T%%/api/java.security.interfaces.DSAKey.html -%%T%%/api/java.security.interfaces.DSAKeyPairGenerator.html -%%T%%/api/java.security.interfaces.DSAParams.html -%%T%%/api/java.security.interfaces.DSAPrivateKey.html -%%T%%/api/java.security.interfaces.DSAPublicKey.html -%%T%%/api/java.sql.CallableStatement.html -%%T%%/api/java.sql.Connection.html -%%T%%/api/java.sql.DataTruncation.html -%%T%%/api/java.sql.DatabaseMetaData.html -%%T%%/api/java.sql.Date.html -%%T%%/api/java.sql.Driver.html -%%T%%/api/java.sql.DriverManager.html -%%T%%/api/java.sql.DriverPropertyInfo.html -%%T%%/api/java.sql.PreparedStatement.html -%%T%%/api/java.sql.ResultSet.html -%%T%%/api/java.sql.ResultSetMetaData.html -%%T%%/api/java.sql.SQLException.html -%%T%%/api/java.sql.SQLWarning.html -%%T%%/api/java.sql.Statement.html -%%T%%/api/java.sql.Time.html -%%T%%/api/java.sql.Timestamp.html -%%T%%/api/java.sql.Types.html -%%T%%/api/java.text.BreakIterator.html -%%T%%/api/java.text.CharacterIterator.html -%%T%%/api/java.text.ChoiceFormat.html -%%T%%/api/java.text.CollationElementIterator.html -%%T%%/api/java.text.CollationKey.html -%%T%%/api/java.text.Collator.html -%%T%%/api/java.text.DateFormat.html -%%T%%/api/java.text.DateFormatSymbols.html -%%T%%/api/java.text.DecimalFormat.html -%%T%%/api/java.text.DecimalFormatSymbols.html -%%T%%/api/java.text.FieldPosition.html -%%T%%/api/java.text.Format.html -%%T%%/api/java.text.MessageFormat.html -%%T%%/api/java.text.NumberFormat.html -%%T%%/api/java.text.ParseException.html -%%T%%/api/java.text.ParsePosition.html -%%T%%/api/java.text.RuleBasedCollator.html -%%T%%/api/java.text.SimpleDateFormat.html -%%T%%/api/java.text.StringCharacterIterator.html -%%T%%/api/java.util.BitSet.html -%%T%%/api/java.util.Calendar.html -%%T%%/api/java.util.Date.html -%%T%%/api/java.util.Dictionary.html -%%T%%/api/java.util.EmptyStackException.html -%%T%%/api/java.util.Enumeration.html -%%T%%/api/java.util.EventListener.html -%%T%%/api/java.util.EventObject.html -%%T%%/api/java.util.GregorianCalendar.html -%%T%%/api/java.util.Hashtable.html -%%T%%/api/java.util.ListResourceBundle.html -%%T%%/api/java.util.Locale.html -%%T%%/api/java.util.MissingResourceException.html -%%T%%/api/java.util.NoSuchElementException.html -%%T%%/api/java.util.Observable.html -%%T%%/api/java.util.Observer.html -%%T%%/api/java.util.Properties.html -%%T%%/api/java.util.PropertyResourceBundle.html -%%T%%/api/java.util.Random.html -%%T%%/api/java.util.ResourceBundle.html -%%T%%/api/java.util.SimpleTimeZone.html -%%T%%/api/java.util.Stack.html -%%T%%/api/java.util.StringTokenizer.html -%%T%%/api/java.util.TimeZone.html -%%T%%/api/java.util.TooManyListenersException.html -%%T%%/api/java.util.Vector.html -%%T%%/api/java.util.zip.Adler32.html -%%T%%/api/java.util.zip.CRC32.html -%%T%%/api/java.util.zip.CheckedInputStream.html -%%T%%/api/java.util.zip.CheckedOutputStream.html -%%T%%/api/java.util.zip.Checksum.html -%%T%%/api/java.util.zip.DataFormatException.html -%%T%%/api/java.util.zip.Deflater.html -%%T%%/api/java.util.zip.DeflaterOutputStream.html -%%T%%/api/java.util.zip.GZIPInputStream.html -%%T%%/api/java.util.zip.GZIPOutputStream.html -%%T%%/api/java.util.zip.Inflater.html -%%T%%/api/java.util.zip.InflaterInputStream.html -%%T%%/api/java.util.zip.ZipEntry.html -%%T%%/api/java.util.zip.ZipException.html -%%T%%/api/java.util.zip.ZipFile.html -%%T%%/api/java.util.zip.ZipInputStream.html -%%T%%/api/java.util.zip.ZipOutputStream.html -%%T%%/api/k-names.html -%%T%%/api/l-names.html -%%T%%/api/m-names.html -%%T%%/api/n-names.html -%%T%%/api/o-names.html -%%T%%/api/p-names.html -%%T%%/api/packages.html -%%T%%/api/q-names.html -%%T%%/api/r-names.html -%%T%%/api/s-names.html -%%T%%/api/t-names.html -%%T%%/api/tree.html -%%T%%/api/u-names.html -%%T%%/api/v-names.html -%%T%%/api/w-names.html -%%T%%/api/x-names.html -%%T%%/api/y-names.html -%%T%%/api/z-names.html -%%T%%/guide/awt/1.0example/AppletButton.class -%%T%%/guide/awt/1.0example/AppletButton.java -%%T%%/guide/awt/1.0example/DialogWindow.class -%%T%%/guide/awt/1.0example/DialogWindow.java -%%T%%/guide/awt/1.0example/SimpleDialog.class -%%T%%/guide/awt/DeprecatedMethods.html -%%T%%/guide/awt/DialogWindow.java -%%T%%/guide/awt/HowToUpgrade.html -%%T%%/guide/awt/IncompatibleChanges.html -%%T%%/guide/awt/NameChanges.html -%%T%%/guide/awt/demos/eventmodel/PageSwitcher.class -%%T%%/guide/awt/demos/eventmodel/actual/Box.class -%%T%%/guide/awt/demos/eventmodel/actual/Box.java -%%T%%/guide/awt/demos/eventmodel/actual/Click0$1.class -%%T%%/guide/awt/demos/eventmodel/actual/Click0$2.class -%%T%%/guide/awt/demos/eventmodel/actual/Click0.class -%%T%%/guide/awt/demos/eventmodel/actual/Click0.java -%%T%%/guide/awt/demos/eventmodel/actual/Click1$1.class -%%T%%/guide/awt/demos/eventmodel/actual/Click1$2.class -%%T%%/guide/awt/demos/eventmodel/actual/Click1$TargetListener.class -%%T%%/guide/awt/demos/eventmodel/actual/Click1.class -%%T%%/guide/awt/demos/eventmodel/actual/Click1.java -%%T%%/guide/awt/demos/eventmodel/actual/Click2$1.class -%%T%%/guide/awt/demos/eventmodel/actual/Click2$2.class -%%T%%/guide/awt/demos/eventmodel/actual/Click2$TargetListener.class -%%T%%/guide/awt/demos/eventmodel/actual/Click2.class -%%T%%/guide/awt/demos/eventmodel/actual/Click2.java -%%T%%/guide/awt/demos/eventmodel/actual/Click3$1.class -%%T%%/guide/awt/demos/eventmodel/actual/Click3$2.class -%%T%%/guide/awt/demos/eventmodel/actual/Click3$3.class -%%T%%/guide/awt/demos/eventmodel/actual/Click3$TargetListener.class -%%T%%/guide/awt/demos/eventmodel/actual/Click3.class -%%T%%/guide/awt/demos/eventmodel/actual/Click3.java -%%T%%/guide/awt/demos/eventmodel/actual/ColumnOfBoxes.class -%%T%%/guide/awt/demos/eventmodel/actual/ColumnOfBoxes.java -%%T%%/guide/awt/demos/eventmodel/actual/index.html -%%T%%/guide/awt/demos/eventmodel/alternative/Box.java -%%T%%/guide/awt/demos/eventmodel/alternative/Click0.java -%%T%%/guide/awt/demos/eventmodel/alternative/Click1.java -%%T%%/guide/awt/demos/eventmodel/alternative/Click2.java -%%T%%/guide/awt/demos/eventmodel/alternative/Click3.java -%%T%%/guide/awt/demos/eventmodel/alternative/ColumnOfBoxes.java -%%T%%/guide/awt/demos/eventmodel/alternative/ImageDisplayer.class -%%T%%/guide/awt/demos/eventmodel/alternative/Slide.class -%%T%%/guide/awt/demos/eventmodel/alternative/SlideList.class -%%T%%/guide/awt/demos/eventmodel/alternative/SlideShow.class -%%T%%/guide/awt/demos/eventmodel/alternative/Spinner.gif -%%T%%/guide/awt/demos/eventmodel/alternative/index.html -%%T%%/guide/awt/demos/eventmodel/alternative/slide1.gif -%%T%%/guide/awt/demos/eventmodel/alternative/slide2.gif -%%T%%/guide/awt/demos/eventmodel/alternative/slide3.gif -%%T%%/guide/awt/demos/eventmodel/alternative/slide4.gif -%%T%%/guide/awt/demos/eventmodel/alternative/source1.html -%%T%%/guide/awt/demos/eventmodel/alternative/source2.html -%%T%%/guide/awt/demos/eventmodel/alternative/source3.html -%%T%%/guide/awt/demos/eventmodel/alternative/source4.html -%%T%%/guide/awt/demos/eventmodel/index.html -%%T%%/guide/awt/demos/index.html -%%T%%/guide/awt/demos/lightweight/Gauge/ExampleApplet.jar -%%T%%/guide/awt/demos/lightweight/Gauge/ExampleApplet.zip -%%T%%/guide/awt/demos/lightweight/Gauge/Switcher.class -%%T%%/guide/awt/demos/lightweight/Gauge/actual/DoubleBufferPanel.class -%%T%%/guide/awt/demos/lightweight/Gauge/actual/DoubleBufferPanel.java -%%T%%/guide/awt/demos/lightweight/Gauge/actual/ExampleApplet.class -%%T%%/guide/awt/demos/lightweight/Gauge/actual/ExampleApplet.java -%%T%%/guide/awt/demos/lightweight/Gauge/actual/Gauge.class -%%T%%/guide/awt/demos/lightweight/Gauge/actual/Gauge.java -%%T%%/guide/awt/demos/lightweight/Gauge/actual/GaugeThread.class -%%T%%/guide/awt/demos/lightweight/Gauge/actual/PrettyPanel.class -%%T%%/guide/awt/demos/lightweight/Gauge/actual/images/mandrill.jpg -%%T%%/guide/awt/demos/lightweight/Gauge/alternative/Compatibility.class -%%T%%/guide/awt/demos/lightweight/Gauge/alternative/ExampleApplet.class -%%T%%/guide/awt/demos/lightweight/Gauge/alternative/ExampleApplet.gif -%%T%%/guide/awt/demos/lightweight/Gauge/alternative/ImageDisplayer.class -%%T%%/guide/awt/demos/lightweight/Gauge/alternative/PictureFrame.class -%%T%%/guide/awt/demos/lightweight/Gauge/example.html -%%T%%/guide/awt/demos/lightweight/GaugeSwing/ExampleApplet.java -%%T%%/guide/awt/demos/lightweight/GaugeSwing/Gauge.java -%%T%%/guide/awt/demos/lightweight/GaugeSwing/images/mandrill.jpg -%%T%%/guide/awt/demos/lightweight/OpenlookButtons/ExampleApplet.jar -%%T%%/guide/awt/demos/lightweight/OpenlookButtons/ExampleApplet.zip -%%T%%/guide/awt/demos/lightweight/OpenlookButtons/Switcher.class -%%T%%/guide/awt/demos/lightweight/OpenlookButtons/actual/ExampleActionListener.class -%%T%%/guide/awt/demos/lightweight/OpenlookButtons/actual/ExampleApplet.class -%%T%%/guide/awt/demos/lightweight/OpenlookButtons/actual/ExampleApplet.java -%%T%%/guide/awt/demos/lightweight/OpenlookButtons/actual/OpenlookButton.class -%%T%%/guide/awt/demos/lightweight/OpenlookButtons/actual/OpenlookButton.java -%%T%%/guide/awt/demos/lightweight/OpenlookButtons/actual/OpenlookButtonListener.class -%%T%%/guide/awt/demos/lightweight/OpenlookButtons/actual/images/scott.jpg -%%T%%/guide/awt/demos/lightweight/OpenlookButtons/alternative/Compatibility.class -%%T%%/guide/awt/demos/lightweight/OpenlookButtons/alternative/ExampleApplet.class -%%T%%/guide/awt/demos/lightweight/OpenlookButtons/alternative/ExampleApplet.gif -%%T%%/guide/awt/demos/lightweight/OpenlookButtons/alternative/ImageDisplayer.class -%%T%%/guide/awt/demos/lightweight/OpenlookButtons/alternative/PictureFrame.class -%%T%%/guide/awt/demos/lightweight/OpenlookButtons/example.html -%%T%%/guide/awt/demos/lightweight/RoundButtons/ExampleApplet.jar -%%T%%/guide/awt/demos/lightweight/RoundButtons/ExampleApplet.zip -%%T%%/guide/awt/demos/lightweight/RoundButtons/Switcher.class -%%T%%/guide/awt/demos/lightweight/RoundButtons/actual/ExampleActionListener.class -%%T%%/guide/awt/demos/lightweight/RoundButtons/actual/ExampleApplet.class -%%T%%/guide/awt/demos/lightweight/RoundButtons/actual/ExampleApplet.java -%%T%%/guide/awt/demos/lightweight/RoundButtons/actual/RoundButton.class -%%T%%/guide/awt/demos/lightweight/RoundButtons/actual/RoundButton.java -%%T%%/guide/awt/demos/lightweight/RoundButtons/actual/images/scott.jpg -%%T%%/guide/awt/demos/lightweight/RoundButtons/alternative/Compatibility.class -%%T%%/guide/awt/demos/lightweight/RoundButtons/alternative/ExampleApplet.class -%%T%%/guide/awt/demos/lightweight/RoundButtons/alternative/ExampleApplet.gif -%%T%%/guide/awt/demos/lightweight/RoundButtons/alternative/ImageDisplayer.class -%%T%%/guide/awt/demos/lightweight/RoundButtons/alternative/PictureFrame.class -%%T%%/guide/awt/demos/lightweight/RoundButtons/example.html -%%T%%/guide/awt/demos/lightweight/Spinner/ExampleApplet.jar -%%T%%/guide/awt/demos/lightweight/Spinner/ExampleApplet.zip -%%T%%/guide/awt/demos/lightweight/Spinner/Switcher.class -%%T%%/guide/awt/demos/lightweight/Spinner/actual/ExampleApplet.class -%%T%%/guide/awt/demos/lightweight/Spinner/actual/ExampleApplet.java -%%T%%/guide/awt/demos/lightweight/Spinner/actual/Spinner.class -%%T%%/guide/awt/demos/lightweight/Spinner/actual/Spinner.java -%%T%%/guide/awt/demos/lightweight/Spinner/actual/SpinnerThread.class -%%T%%/guide/awt/demos/lightweight/Spinner/actual/images/orb.gif -%%T%%/guide/awt/demos/lightweight/Spinner/alternative/Compatibility.class -%%T%%/guide/awt/demos/lightweight/Spinner/alternative/ExampleApplet.class -%%T%%/guide/awt/demos/lightweight/Spinner/alternative/ExampleApplet.gif -%%T%%/guide/awt/demos/lightweight/Spinner/alternative/ImageDisplayer.class -%%T%%/guide/awt/demos/lightweight/Spinner/alternative/PictureFrame.class -%%T%%/guide/awt/demos/lightweight/Spinner/example.html -%%T%%/guide/awt/demos/lightweight/index.html -%%T%%/guide/awt/demos/symboltest/PageSwitcher.class -%%T%%/guide/awt/demos/symboltest/actual/SymbolCanvas.class -%%T%%/guide/awt/demos/symboltest/actual/SymbolTest$MyAdapter.class -%%T%%/guide/awt/demos/symboltest/actual/SymbolTest.class -%%T%%/guide/awt/demos/symboltest/actual/SymbolTest.java -%%T%%/guide/awt/demos/symboltest/actual/index.html -%%T%%/guide/awt/demos/symboltest/alternative/ImageDisplayer.class -%%T%%/guide/awt/demos/symboltest/alternative/Slide.class -%%T%%/guide/awt/demos/symboltest/alternative/SlideList.class -%%T%%/guide/awt/demos/symboltest/alternative/SlideShow.class -%%T%%/guide/awt/demos/symboltest/alternative/index.html -%%T%%/guide/awt/demos/symboltest/alternative/slide1.gif -%%T%%/guide/awt/demos/symboltest/alternative/slide2.gif -%%T%%/guide/awt/demos/symboltest/alternative/slide3.gif -%%T%%/guide/awt/demos/symboltest/alternative/slide4.gif -%%T%%/guide/awt/demos/symboltest/alternative/slide5.gif -%%T%%/guide/awt/demos/symboltest/alternative/slide6.gif -%%T%%/guide/awt/demos/symboltest/index.html -%%T%%/guide/awt/designspec/datatransfer.html -%%T%%/guide/awt/designspec/desktopcolors.html -%%T%%/guide/awt/designspec/events.html -%%T%%/guide/awt/designspec/graphics/clipping.html -%%T%%/guide/awt/designspec/graphics/imageblit.html -%%T%%/guide/awt/designspec/graphics/imagescale.html -%%T%%/guide/awt/designspec/graphics/imganim.html -%%T%%/guide/awt/designspec/graphics/index.html -%%T%%/guide/awt/designspec/graphics/pixelgrab.html -%%T%%/guide/awt/designspec/images/box.sm.gif -%%T%%/guide/awt/designspec/images/flip.sm.gif -%%T%%/guide/awt/designspec/images/flip_trans.sm.gif -%%T%%/guide/awt/designspec/images/gun.sm.gif -%%T%%/guide/awt/designspec/images/hips.sm.gif -%%T%%/guide/awt/designspec/images/juggler.sm.gif -%%T%%/guide/awt/designspec/images/magnify.sm.gif -%%T%%/guide/awt/designspec/images/pencil.sm.gif -%%T%%/guide/awt/designspec/images/toolbox.med.gif -%%T%%/guide/awt/designspec/index.html -%%T%%/guide/awt/designspec/lightweights.html -%%T%%/guide/awt/designspec/mouseless.html -%%T%%/guide/awt/designspec/nextAWT.html -%%T%%/guide/awt/designspec/popupmenu.html -%%T%%/guide/awt/designspec/printing.html -%%T%%/guide/awt/designspec/scrollpane.html -%%T%%/guide/awt/images/DialogWindow-d.gif -%%T%%/guide/awt/images/DialogWindow-f.gif -%%T%%/guide/awt/index.html -%%T%%/guide/awt/innerclass/DialogWindow.java -%%T%%/guide/awt/updateAWT -%%T%%/guide/beans/index.html -%%T%%/guide/innerclasses/index.html -%%T%%/guide/innerclasses/spec/copyright.doc.html -%%T%%/guide/innerclasses/spec/innerclasses.doc.html -%%T%%/guide/innerclasses/spec/innerclasses.doc1.html -%%T%%/guide/innerclasses/spec/innerclasses.doc10.html -%%T%%/guide/innerclasses/spec/innerclasses.doc11.html -%%T%%/guide/innerclasses/spec/innerclasses.doc12.html -%%T%%/guide/innerclasses/spec/innerclasses.doc13.html -%%T%%/guide/innerclasses/spec/innerclasses.doc2.html -%%T%%/guide/innerclasses/spec/innerclasses.doc3.html -%%T%%/guide/innerclasses/spec/innerclasses.doc4.html -%%T%%/guide/innerclasses/spec/innerclasses.doc5.html -%%T%%/guide/innerclasses/spec/innerclasses.doc6.html -%%T%%/guide/innerclasses/spec/innerclasses.doc7.html -%%T%%/guide/innerclasses/spec/innerclasses.doc8.html -%%T%%/guide/innerclasses/spec/innerclasses.doc9.html -%%T%%/guide/intl/copyright.doc.html -%%T%%/guide/intl/demos/Collate/1.0.2/CollationDetails.html -%%T%%/guide/intl/demos/Collate/1.0.2/example1.html -%%T%%/guide/intl/demos/Collate/1.1/CollationDetails.html -%%T%%/guide/intl/demos/Collate/1.1/example1.html -%%T%%/guide/intl/demos/Collate/PageSwitcher.class -%%T%%/guide/intl/demos/Collate/example1.html -%%T%%/guide/intl/demos/DateTimeFormat/1.0.2/example1.html -%%T%%/guide/intl/demos/DateTimeFormat/1.1/example1.html -%%T%%/guide/intl/demos/DateTimeFormat/PageSwitcher.class -%%T%%/guide/intl/demos/DateTimeFormat/example1.html -%%T%%/guide/intl/demos/MessageFormat/1.0.2/example1.html -%%T%%/guide/intl/demos/MessageFormat/1.1/example1.html -%%T%%/guide/intl/demos/MessageFormat/PageSwitcher.class -%%T%%/guide/intl/demos/MessageFormat/example1.html -%%T%%/guide/intl/demos/NumberFormat/1.0.2/example1.html -%%T%%/guide/intl/demos/NumberFormat/1.1/example1.html -%%T%%/guide/intl/demos/NumberFormat/PageSwitcher.class -%%T%%/guide/intl/demos/NumberFormat/example1.html -%%T%%/guide/intl/demos/TextBound/1.0.2/example1.html -%%T%%/guide/intl/demos/TextBound/1.1/example1.html -%%T%%/guide/intl/demos/TextBound/PageSwitcher.class -%%T%%/guide/intl/demos/TextBound/example1.html -%%T%%/guide/intl/demos/code/BorderPanel.class -%%T%%/guide/intl/demos/code/BorderPanel.java -%%T%%/guide/intl/demos/code/ChoiceResource.class -%%T%%/guide/intl/demos/code/ChoiceResource.java -%%T%%/guide/intl/demos/code/ChoiceResource_da.class -%%T%%/guide/intl/demos/code/ChoiceResource_da.java -%%T%%/guide/intl/demos/code/ChoiceResource_de.class -%%T%%/guide/intl/demos/code/ChoiceResource_de.java -%%T%%/guide/intl/demos/code/ChoiceResource_en.class -%%T%%/guide/intl/demos/code/ChoiceResource_en.java -%%T%%/guide/intl/demos/code/ChoiceResource_fr.class -%%T%%/guide/intl/demos/code/ChoiceResource_fr.java -%%T%%/guide/intl/demos/code/ChoiceResource_it.class -%%T%%/guide/intl/demos/code/ChoiceResource_it.java -%%T%%/guide/intl/demos/code/ChoiceResource_ja.class -%%T%%/guide/intl/demos/code/ChoiceResource_ja.java -%%T%%/guide/intl/demos/code/CollateDemo.class -%%T%%/guide/intl/demos/code/CollateDemo.java -%%T%%/guide/intl/demos/code/CollateFrame.class -%%T%%/guide/intl/demos/code/DateTimeDemo.class -%%T%%/guide/intl/demos/code/DateTimeDemo.java -%%T%%/guide/intl/demos/code/DateTimeFrame.class -%%T%%/guide/intl/demos/code/DemoApplet.class -%%T%%/guide/intl/demos/code/DemoApplet.java -%%T%%/guide/intl/demos/code/MessageFormatDemo.class -%%T%%/guide/intl/demos/code/MessageFormatDemo.java -%%T%%/guide/intl/demos/code/MessageFormatFrame.class -%%T%%/guide/intl/demos/code/NumberFormatDemo.class -%%T%%/guide/intl/demos/code/NumberFormatDemo.java -%%T%%/guide/intl/demos/code/NumberFormatFrame.class -%%T%%/guide/intl/demos/code/TextBoundDemo.class -%%T%%/guide/intl/demos/code/TextBoundDemo.java -%%T%%/guide/intl/demos/code/TextBoundFrame.class -%%T%%/guide/intl/demos/code/Utility.class -%%T%%/guide/intl/demos/code/Utility.java -%%T%%/guide/intl/demos/code/XBorderPanel.class -%%T%%/guide/intl/encoding.doc.html -%%T%%/guide/intl/euro.html -%%T%%/guide/intl/fontprop.html -%%T%%/guide/intl/index.html -%%T%%/guide/intl/intl.doc.html -%%T%%/guide/intl/intlTOC.doc.html -%%T%%/guide/intl/locale.doc.html -%%T%%/guide/intl/unicode_font.doc.html -%%T%%/guide/io/b3-changes.html -%%T%%/guide/io/index.html -%%T%%/guide/io/io.html -%%T%%/guide/jar/index.html -%%T%%/guide/jar/jarGuide.html -%%T%%/guide/jar/manifest.html -%%T%%/guide/jdbc/getstart/SimpleSelect.doc.html -%%T%%/guide/jdbc/getstart/bridge.doc.html -%%T%%/guide/jdbc/getstart/callablestatement.doc.html -%%T%%/guide/jdbc/getstart/connection.doc.html -%%T%%/guide/jdbc/getstart/copyright.doc.html -%%T%%/guide/jdbc/getstart/drivermanager.doc.html -%%T%%/guide/jdbc/getstart/intro.doc.anc.gif -%%T%%/guide/jdbc/getstart/intro.doc.anc1.gif -%%T%%/guide/jdbc/getstart/intro.doc.anc2.gif -%%T%%/guide/jdbc/getstart/intro.doc.anc3.gif -%%T%%/guide/jdbc/getstart/intro.doc.html -%%T%%/guide/jdbc/getstart/introTOC.doc.html -%%T%%/guide/jdbc/getstart/mapping.doc.html -%%T%%/guide/jdbc/getstart/preparedstatement.doc.html -%%T%%/guide/jdbc/getstart/resultset.doc.html -%%T%%/guide/jdbc/getstart/statement.doc.html -%%T%%/guide/jdbc/index.html -%%T%%/guide/jni/index.html -%%T%%/guide/jni/spec/copyright.doc.html -%%T%%/guide/jni/spec/design.doc.anc.gif -%%T%%/guide/jni/spec/design.doc.html -%%T%%/guide/jni/spec/functions.doc.html -%%T%%/guide/jni/spec/intro.doc.html -%%T%%/guide/jni/spec/invocation.doc.html -%%T%%/guide/jni/spec/jniTOC.doc.html -%%T%%/guide/jni/spec/types.doc.anc.gif -%%T%%/guide/jni/spec/types.doc.anc1.gif -%%T%%/guide/jni/spec/types.doc.anc2.gif -%%T%%/guide/jni/spec/types.doc.anc3.gif -%%T%%/guide/jni/spec/types.doc.html -%%T%%/guide/math/index.html -%%T%%/guide/misc/applet.html -%%T%%/guide/misc/deprecation/deprecated.html -%%T%%/guide/misc/deprecation/deprecation.html -%%T%%/guide/misc/deprecation/index.html -%%T%%/guide/misc/index.html -%%T%%/guide/misc/resources.html -%%T%%/guide/net/extendingSocks.html -%%T%%/guide/net/images/duke4.gif -%%T%%/guide/net/images/new2.gif -%%T%%/guide/net/index.html -%%T%%/guide/net/miscNet.html -%%T%%/guide/net/socketClassDocs.html -%%T%%/guide/net/socketException.html -%%T%%/guide/net/socketOpt.html -%%T%%/guide/performance/performance.html -%%T%%/guide/reflection/faq/faq.html -%%T%%/guide/reflection/index.html -%%T%%/guide/reflection/spec/java-reflection-copyright.doc.html -%%T%%/guide/reflection/spec/java-reflection.doc.html -%%T%%/guide/reflection/spec/java-reflection.doc1.html -%%T%%/guide/reflection/spec/java-reflection.doc10.html -%%T%%/guide/reflection/spec/java-reflection.doc2.html -%%T%%/guide/reflection/spec/java-reflection.doc3.html -%%T%%/guide/reflection/spec/java-reflection.doc4.html -%%T%%/guide/reflection/spec/java-reflection.doc5.html -%%T%%/guide/reflection/spec/java-reflection.doc6.html -%%T%%/guide/reflection/spec/java-reflection.doc7.html -%%T%%/guide/reflection/spec/java-reflection.doc8.html -%%T%%/guide/reflection/spec/java-reflection.doc9.html -%%T%%/guide/reflection/spec/java-reflectionTOC.doc.html -%%T%%/guide/rmi/Factory-1.gif -%%T%%/guide/rmi/Factory.html -%%T%%/guide/rmi/archives/getStart.tar -%%T%%/guide/rmi/archives/getStart.tar.Z -%%T%%/guide/rmi/archives/getStart.zip -%%T%%/guide/rmi/examples/hello/Hello.java -%%T%%/guide/rmi/examples/hello/HelloApplet.java -%%T%%/guide/rmi/examples/hello/HelloImpl.java -%%T%%/guide/rmi/examples/hello/index.html -%%T%%/guide/rmi/examples/hello/readme.html -%%T%%/guide/rmi/examples/hello/readme.txt -%%T%%/guide/rmi/examples/hello/run -%%T%%/guide/rmi/examples/hello/run.bat -%%T%%/guide/rmi/examples/stock/Stock.java -%%T%%/guide/rmi/examples/stock/StockApplet.java -%%T%%/guide/rmi/examples/stock/StockNotFoundException.java -%%T%%/guide/rmi/examples/stock/StockNotify.java -%%T%%/guide/rmi/examples/stock/StockServer.java -%%T%%/guide/rmi/examples/stock/StockWatch.java -%%T%%/guide/rmi/examples/stock/index.html -%%T%%/guide/rmi/examples/stock/readme.html -%%T%%/guide/rmi/examples/stock/readme.txt -%%T%%/guide/rmi/examples/stock/run -%%T%%/guide/rmi/examples/stock/run.bat -%%T%%/guide/rmi/getstart.doc.anc.gif -%%T%%/guide/rmi/getstart.doc.html -%%T%%/guide/rmi/index.html -%%T%%/guide/rmi/release-notes.html -%%T%%/guide/rmi/spec/rmi-arch.doc.anc.gif -%%T%%/guide/rmi/spec/rmi-arch.doc.html -%%T%%/guide/rmi/spec/rmi-client.doc.html -%%T%%/guide/rmi/spec/rmi-dgc.doc.html -%%T%%/guide/rmi/spec/rmi-exceptions.doc.html -%%T%%/guide/rmi/spec/rmi-intro.doc.html -%%T%%/guide/rmi/spec/rmi-objmodel.doc.anc.gif -%%T%%/guide/rmi/spec/rmi-objmodel.doc.html -%%T%%/guide/rmi/spec/rmi-properties.doc.html -%%T%%/guide/rmi/spec/rmi-protocol.doc.html -%%T%%/guide/rmi/spec/rmi-registry.doc.html -%%T%%/guide/rmi/spec/rmi-server.doc.html -%%T%%/guide/rmi/spec/rmi-stubs.doc.html -%%T%%/guide/rmi/spec/rmiTOC.doc.html -%%T%%/guide/rmi/subscribe.html -%%T%%/guide/security/Acl.html -%%T%%/guide/security/CryptoSpec.html -%%T%%/guide/security/HowToImplAProvider.html -%%T%%/guide/security/JavaSecurityOverview.html -%%T%%/guide/security/Sun.java -%%T%%/guide/security/cert2.html -%%T%%/guide/security/index.html -%%T%%/guide/security/java.security -%%T%%/guide/serialization/index.html -%%T%%/guide/serialization/spec/class.doc.anc.gif -%%T%%/guide/serialization/spec/class.doc.html -%%T%%/guide/serialization/spec/exceptions.doc.html -%%T%%/guide/serialization/spec/input.doc.html -%%T%%/guide/serialization/spec/output.doc.html -%%T%%/guide/serialization/spec/protocol.doc.html -%%T%%/guide/serialization/spec/security.doc.html -%%T%%/guide/serialization/spec/serial-arch.doc.html -%%T%%/guide/serialization/spec/serialTOC.doc.html -%%T%%/guide/serialization/spec/version.doc.anc.gif -%%T%%/guide/serialization/spec/version.doc.html -%%T%%/images/JAVA.85.GIF -%%T%%/images/cupHJbutton.gif -%%T%%/images/smi.logo.gif -%%T%%/images/sunlogo64x30.gif -%%T%%/index.html -%%T%%/relnotes/SMICopyright.html -%%T%%/relnotes/classlist.html -%%T%%/relnotes/contacts.html -%%T%%/relnotes/demos.html -%%T%%/relnotes/deprecatedlist.html -%%T%%/relnotes/features.html -%%T%%/relnotes/features116.html -%%T%%/relnotes/intro.html -%%T%%/relnotes/update.html -%%T%%/tooldocs/index.html -%%T%%/tooldocs/solaris/appletviewer.html -%%T%%/tooldocs/solaris/classpath.html -%%T%%/tooldocs/solaris/index.html -%%T%%/tooldocs/solaris/jar.html -%%T%%/tooldocs/solaris/java.html -%%T%%/tooldocs/solaris/javac.html -%%T%%/tooldocs/solaris/javadoc.html -%%T%%/tooldocs/solaris/javah.html -%%T%%/tooldocs/solaris/javakey.html -%%T%%/tooldocs/solaris/javap.html -%%T%%/tooldocs/solaris/jdb.html -%%T%%/tooldocs/solaris/jre.html -%%T%%/tooldocs/solaris/native2ascii.html -%%T%%/tooldocs/solaris/rmic.html -%%T%%/tooldocs/solaris/rmiregistry.html -%%T%%/tooldocs/solaris/serialver.html -%%T%%/tooldocs/win32/appletviewer.html -%%T%%/tooldocs/win32/classpath.html -%%T%%/tooldocs/win32/index.html -%%T%%/tooldocs/win32/jar.html -%%T%%/tooldocs/win32/java.html -%%T%%/tooldocs/win32/javac.html -%%T%%/tooldocs/win32/javadoc.html -%%T%%/tooldocs/win32/javah.html -%%T%%/tooldocs/win32/javakey.html -%%T%%/tooldocs/win32/javap.html -%%T%%/tooldocs/win32/jdb.html -%%T%%/tooldocs/win32/jre.html -%%T%%/tooldocs/win32/native2ascii.html -%%T%%/tooldocs/win32/rmic.html -%%T%%/tooldocs/win32/rmiregistry.html -%%T%%/tooldocs/win32/serialver.html -@dirrm %%T%%/api/images -@dirrm %%T%%/api/images-awt -@dirrm %%T%%/api -@dirrm %%T%%/guide/awt/1.0example -@dirrm %%T%%/guide/awt/demos/eventmodel/actual -@dirrm %%T%%/guide/awt/demos/eventmodel/alternative -@dirrm %%T%%/guide/awt/demos/eventmodel -@dirrm %%T%%/guide/awt/demos/lightweight/Gauge/actual/images -@dirrm %%T%%/guide/awt/demos/lightweight/Gauge/actual -@dirrm %%T%%/guide/awt/demos/lightweight/Gauge/alternative -@dirrm %%T%%/guide/awt/demos/lightweight/Gauge -@dirrm %%T%%/guide/awt/demos/lightweight/GaugeSwing/images -@dirrm %%T%%/guide/awt/demos/lightweight/GaugeSwing -@dirrm %%T%%/guide/awt/demos/lightweight/OpenlookButtons/actual/images -@dirrm %%T%%/guide/awt/demos/lightweight/OpenlookButtons/actual -@dirrm %%T%%/guide/awt/demos/lightweight/OpenlookButtons/alternative -@dirrm %%T%%/guide/awt/demos/lightweight/OpenlookButtons -@dirrm %%T%%/guide/awt/demos/lightweight/RoundButtons/actual/images -@dirrm %%T%%/guide/awt/demos/lightweight/RoundButtons/actual -@dirrm %%T%%/guide/awt/demos/lightweight/RoundButtons/alternative -@dirrm %%T%%/guide/awt/demos/lightweight/RoundButtons -@dirrm %%T%%/guide/awt/demos/lightweight/Spinner/actual/images -@dirrm %%T%%/guide/awt/demos/lightweight/Spinner/actual -@dirrm %%T%%/guide/awt/demos/lightweight/Spinner/alternative -@dirrm %%T%%/guide/awt/demos/lightweight/Spinner -@dirrm %%T%%/guide/awt/demos/lightweight -@dirrm %%T%%/guide/awt/demos/symboltest/actual -@dirrm %%T%%/guide/awt/demos/symboltest/alternative -@dirrm %%T%%/guide/awt/demos/symboltest -@dirrm %%T%%/guide/awt/demos -@dirrm %%T%%/guide/awt/designspec/graphics -@dirrm %%T%%/guide/awt/designspec/images -@dirrm %%T%%/guide/awt/designspec -@dirrm %%T%%/guide/awt/images -@dirrm %%T%%/guide/awt/innerclass -@dirrm %%T%%/guide/awt -@dirrm %%T%%/guide/beans -@dirrm %%T%%/guide/innerclasses/spec -@dirrm %%T%%/guide/innerclasses -@dirrm %%T%%/guide/intl/demos/Collate/1.0.2 -@dirrm %%T%%/guide/intl/demos/Collate/1.1 -@dirrm %%T%%/guide/intl/demos/Collate -@dirrm %%T%%/guide/intl/demos/DateTimeFormat/1.0.2 -@dirrm %%T%%/guide/intl/demos/DateTimeFormat/1.1 -@dirrm %%T%%/guide/intl/demos/DateTimeFormat -@dirrm %%T%%/guide/intl/demos/MessageFormat/1.0.2 -@dirrm %%T%%/guide/intl/demos/MessageFormat/1.1 -@dirrm %%T%%/guide/intl/demos/MessageFormat -@dirrm %%T%%/guide/intl/demos/NumberFormat/1.0.2 -@dirrm %%T%%/guide/intl/demos/NumberFormat/1.1 -@dirrm %%T%%/guide/intl/demos/NumberFormat -@dirrm %%T%%/guide/intl/demos/TextBound/1.0.2 -@dirrm %%T%%/guide/intl/demos/TextBound/1.1 -@dirrm %%T%%/guide/intl/demos/TextBound -@dirrm %%T%%/guide/intl/demos/code -@dirrm %%T%%/guide/intl/demos -@dirrm %%T%%/guide/intl -@dirrm %%T%%/guide/io -@dirrm %%T%%/guide/jar -@dirrm %%T%%/guide/jdbc/getstart -@dirrm %%T%%/guide/jdbc -@dirrm %%T%%/guide/jni/spec -@dirrm %%T%%/guide/jni -@dirrm %%T%%/guide/math -@dirrm %%T%%/guide/misc/deprecation -@dirrm %%T%%/guide/misc -@dirrm %%T%%/guide/net/images -@dirrm %%T%%/guide/net -@dirrm %%T%%/guide/performance -@dirrm %%T%%/guide/reflection/faq -@dirrm %%T%%/guide/reflection/spec -@dirrm %%T%%/guide/reflection -@dirrm %%T%%/guide/rmi/archives -@dirrm %%T%%/guide/rmi/examples/hello -@dirrm %%T%%/guide/rmi/examples/stock -@dirrm %%T%%/guide/rmi/examples -@dirrm %%T%%/guide/rmi/spec -@dirrm %%T%%/guide/rmi -@dirrm %%T%%/guide/security -@dirrm %%T%%/guide/serialization/spec -@dirrm %%T%%/guide/serialization -@dirrm %%T%%/guide -@dirrm %%T%%/images -@dirrm %%T%%/relnotes -@dirrm %%T%%/tooldocs/solaris -@dirrm %%T%%/tooldocs/win32 -@dirrm %%T%%/tooldocs -@dirrm %%T%% |