--- old/src/macosx/classes/apple/applescript/AppleScriptEngine.java 2013-09-25 23:22:39.510021097 +0400 +++ new/src/macosx/classes/apple/applescript/AppleScriptEngine.java 2013-09-25 23:22:39.346021092 +0400 @@ -155,7 +155,7 @@ TRACE("init()"); // set up our context /* TODO -- name of current executable? bad java documentation at: - * http://java.sun.com/javase/6/docs/api/javax/script/ScriptEngine.html#FILENAME */ + * http://docs.oracle.com/javase/6/docs/api/javax/script/ScriptEngine.html#FILENAME */ put(ScriptEngine.FILENAME, ""); put(ScriptEngine.ENGINE, getEngine()); put(ScriptEngine.ENGINE_VERSION, getEngineVersion()); --- old/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509SKI.java 2013-09-25 23:22:40.102021118 +0400 +++ new/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509SKI.java 2013-09-25 23:22:39.950021113 +0400 @@ -35,7 +35,7 @@ /** * Handles SubjectKeyIdentifier (SKI) for X.509v3. * - * @see + * @see * Interface X509Extension */ public class XMLX509SKI extends SignatureElementProxy implements XMLX509DataContent { --- old/src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/ResolverDirectHTTP.java 2013-09-25 23:22:40.722021139 +0400 +++ new/src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/ResolverDirectHTTP.java 2013-09-25 23:22:40.570021134 +0400 @@ -56,7 +56,7 @@ * * * @see Java Tip 42: Write Java apps that work with proxy-based firewalls - * @see SUN J2SE docs for network properties + * @see SUN J2SE docs for network properties * @see The JAVA FAQ Question 9.5: How do I make Java work with a proxy server? */ public class ResolverDirectHTTP extends ResourceResolverSpi { --- old/src/share/classes/java/applet/Applet.java 2013-09-25 23:22:41.330021161 +0400 +++ new/src/share/classes/java/applet/Applet.java 2013-09-25 23:22:41.162021155 +0400 @@ -143,11 +143,11 @@ * For example, suppose an applet is contained * within the document: *
-     *    http://java.sun.com/products/jdk/1.2/index.html
+     *    http://www.oracle.com/technetwork/java/index.html
      * 
* The document base is: *
-     *    http://java.sun.com/products/jdk/1.2/index.html
+     *    http://www.oracle.com/technetwork/java/index.html
      * 
* * @return the {@link java.net.URL} of the document that contains this --- old/src/share/classes/java/applet/AppletStub.java 2013-09-25 23:22:41.930021181 +0400 +++ new/src/share/classes/java/applet/AppletStub.java 2013-09-25 23:22:41.774021176 +0400 @@ -54,11 +54,11 @@ * For example, suppose an applet is contained * within the document: *
-     *    http://java.sun.com/products/jdk/1.2/index.html
+     *    http://www.oracle.com/technetwork/java/index.html
      * 
* The document base is: *
-     *    http://java.sun.com/products/jdk/1.2/index.html
+     *    http://www.oracle.com/technetwork/java/index.html
      * 
* * @return the {@link java.net.URL} of the document that contains the --- old/src/share/classes/java/awt/Component.java 2013-09-25 23:22:42.554021203 +0400 +++ new/src/share/classes/java/awt/Component.java 2013-09-25 23:22:42.394021197 +0400 @@ -173,10 +173,10 @@ * Note: For more information on the paint mechanisms utilitized * by AWT and Swing, including information on how to write the most * efficient painting code, see - * Painting in AWT and Swing. + * Painting in AWT and Swing. *

* For details on the focus subsystem, see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial, and the * Focus Specification @@ -3205,7 +3205,7 @@ * Note: For more information on the paint mechanisms utilitized * by AWT and Swing, including information on how to write the most * efficient painting code, see - * Painting in AWT and Swing. + * Painting in AWT and Swing. * * @param g the graphics context to use for painting * @see #update @@ -3240,7 +3240,7 @@ * Note: For more information on the paint mechanisms utilitized * by AWT and Swing, including information on how to write the most * efficient painting code, see - * Painting in AWT and Swing. + * Painting in AWT and Swing. * * @param g the specified context to use for updating * @see #paint @@ -3301,7 +3301,7 @@ * Note: For more information on the paint mechanisms utilitized * by AWT and Swing, including information on how to write the most * efficient painting code, see - * Painting in AWT and Swing. + * Painting in AWT and Swing. * * @see #update(Graphics) @@ -3319,7 +3319,7 @@ * Note: For more information on the paint mechanisms utilitized * by AWT and Swing, including information on how to write the most * efficient painting code, see - * Painting in AWT and Swing. + * Painting in AWT and Swing. * * @param tm maximum time in milliseconds before update * @see #paint @@ -3341,7 +3341,7 @@ * Note: For more information on the paint mechanisms utilitized * by AWT and Swing, including information on how to write the most * efficient painting code, see - * Painting in AWT and Swing. + * Painting in AWT and Swing. * * @param x the x coordinate * @param y the y coordinate @@ -3366,7 +3366,7 @@ * Note: For more information on the paint mechanisms utilitized * by AWT and Swing, including information on how to write the most * efficient painting code, see - * Painting in AWT and Swing. + * Painting in AWT and Swing. * * @param tm maximum time in milliseconds before update * @param x the x coordinate --- old/src/share/classes/java/awt/Container.java 2013-09-25 23:22:43.290021229 +0400 +++ new/src/share/classes/java/awt/Container.java 2013-09-25 23:22:43.110021222 +0400 @@ -75,7 +75,7 @@ * (and hence to the bottom of the stacking order). *

* Note: For details on the focus subsystem, see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial, and the * Focus Specification --- old/src/share/classes/java/awt/DefaultFocusTraversalPolicy.java 2013-09-25 23:22:43.926021251 +0400 +++ new/src/share/classes/java/awt/DefaultFocusTraversalPolicy.java 2013-09-25 23:22:43.770021245 +0400 @@ -54,7 +54,7 @@ * impact, the focusability of the Component itself. *

* Please see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial, and the * Focus Specification --- old/src/share/classes/java/awt/DefaultKeyboardFocusManager.java 2013-09-25 23:22:44.542021272 +0400 +++ new/src/share/classes/java/awt/DefaultKeyboardFocusManager.java 2013-09-25 23:22:44.370021266 +0400 @@ -49,7 +49,7 @@ * Container's FocusTraversalPolicy. *

* Please see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial, and the * Focus Specification --- old/src/share/classes/java/awt/DisplayMode.java 2013-09-25 23:22:45.142021293 +0400 +++ new/src/share/classes/java/awt/DisplayMode.java 2013-09-25 23:22:44.990021288 +0400 @@ -35,7 +35,7 @@ * (see {@link GraphicsDevice#isDisplayChangeSupported}). *

* For more information on full-screen exclusive mode API, see the - * + * * Full-Screen Exclusive Mode API Tutorial. * * @see GraphicsDevice --- old/src/share/classes/java/awt/FocusTraversalPolicy.java 2013-09-25 23:22:45.702021312 +0400 +++ new/src/share/classes/java/awt/FocusTraversalPolicy.java 2013-09-25 23:22:45.538021307 +0400 @@ -49,7 +49,7 @@ * policy is used to perform the search operation. *

* Please see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial, and the * Focus Specification --- old/src/share/classes/java/awt/Font.java 2013-09-25 23:22:46.094021326 +0400 +++ new/src/share/classes/java/awt/Font.java 2013-09-25 23:22:45.966021322 +0400 @@ -127,7 +127,7 @@ *

* For a discussion of the relative advantages and disadvantages of using * physical or logical fonts, see the - * Internationalization FAQ + * Internationalization FAQ * document. * *

Font Faces and Names

--- old/src/share/classes/java/awt/GraphicsDevice.java 2013-09-25 23:22:46.614021344 +0400 +++ new/src/share/classes/java/awt/GraphicsDevice.java 2013-09-25 23:22:46.450021338 +0400 @@ -69,7 +69,7 @@ * *

* For more information on full-screen exclusive mode API, see the - * + * * Full-Screen Exclusive Mode API Tutorial. * * @see GraphicsEnvironment --- old/src/share/classes/java/awt/KeyboardFocusManager.java 2013-09-25 23:22:47.090021361 +0400 +++ new/src/share/classes/java/awt/KeyboardFocusManager.java 2013-09-25 23:22:46.930021355 +0400 @@ -88,7 +88,7 @@ * ClassLoader. *

* Please see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial, and the * Focus Specification --- old/src/share/classes/java/awt/Toolkit.java 2013-09-25 23:22:47.654021380 +0400 +++ new/src/share/classes/java/awt/Toolkit.java 2013-09-25 23:22:47.486021374 +0400 @@ -83,7 +83,7 @@ *

*

  • Moving the focus from one component to another. *
    For more information, see - * Timing + * Timing * Focus Transfers, a section in * The Swing * Tutorial. --- old/src/share/classes/java/awt/datatransfer/DataFlavor.java 2013-09-25 23:22:48.194021399 +0400 +++ new/src/share/classes/java/awt/datatransfer/DataFlavor.java 2013-09-25 23:22:48.042021394 +0400 @@ -90,7 +90,7 @@ * the same results. *

    * For more information on the using data transfer with Swing see - * the + * the * How to Use Drag and Drop and Data Transfer, * section in Java Tutorial. * --- old/src/share/classes/java/awt/datatransfer/Transferable.java 2013-09-25 23:22:48.810021420 +0400 +++ new/src/share/classes/java/awt/datatransfer/Transferable.java 2013-09-25 23:22:48.654021415 +0400 @@ -32,7 +32,7 @@ * for a transfer operation. *

    * For information on using data transfer with Swing, see - * + * * How to Use Drag and Drop and Data Transfer, * a section in The Java Tutorial, for more information. * --- old/src/share/classes/java/awt/event/ActionEvent.java 2013-09-25 23:22:49.426021442 +0400 +++ new/src/share/classes/java/awt/event/ActionEvent.java 2013-09-25 23:22:49.238021435 +0400 @@ -52,7 +52,7 @@ * in the range from {@code ACTION_FIRST} to {@code ACTION_LAST}. * * @see ActionListener - * @see Tutorial: How to Write an Action Listener + * @see Tutorial: How to Write an Action Listener * * @author Carl Quinn * @since 1.1 --- old/src/share/classes/java/awt/event/ActionListener.java 2013-09-25 23:22:49.978021461 +0400 +++ new/src/share/classes/java/awt/event/ActionListener.java 2013-09-25 23:22:49.802021455 +0400 @@ -37,7 +37,6 @@ * invoked. * * @see ActionEvent - * @see Tutorial: Java 1.1 Event Model * * @author Carl Quinn * @since 1.1 --- old/src/share/classes/java/awt/event/ComponentAdapter.java 2013-09-25 23:22:50.450021477 +0400 +++ new/src/share/classes/java/awt/event/ComponentAdapter.java 2013-09-25 23:22:50.274021471 +0400 @@ -44,7 +44,7 @@ * * @see ComponentEvent * @see ComponentListener - * @see Tutorial: Writing a Component Listener + * @see Tutorial: Writing a Component Listener * * @author Carl Quinn * @since 1.1 --- old/src/share/classes/java/awt/event/ComponentEvent.java 2013-09-25 23:22:50.902021493 +0400 +++ new/src/share/classes/java/awt/event/ComponentEvent.java 2013-09-25 23:22:50.750021488 +0400 @@ -60,7 +60,7 @@ * * @see ComponentAdapter * @see ComponentListener - * @see Tutorial: Writing a Component Listener + * @see Tutorial: Writing a Component Listener * * @author Carl Quinn * @since 1.1 --- old/src/share/classes/java/awt/event/ComponentListener.java 2013-09-25 23:22:51.350021509 +0400 +++ new/src/share/classes/java/awt/event/ComponentListener.java 2013-09-25 23:22:51.190021503 +0400 @@ -46,7 +46,7 @@ * * @see ComponentAdapter * @see ComponentEvent - * @see Tutorial: Writing a Component Listener + * @see Tutorial: Writing a Component Listener * * @author Carl Quinn * @since 1.1 --- old/src/share/classes/java/awt/event/ContainerAdapter.java 2013-09-25 23:22:51.822021525 +0400 +++ new/src/share/classes/java/awt/event/ContainerAdapter.java 2013-09-25 23:22:51.658021519 +0400 @@ -44,7 +44,7 @@ * * @see ContainerEvent * @see ContainerListener - * @see Tutorial: Writing a Container Listener + * @see Tutorial: Writing a Container Listener * * @author Amy Fowler * @since 1.1 --- old/src/share/classes/java/awt/event/ContainerEvent.java 2013-09-25 23:22:52.298021542 +0400 +++ new/src/share/classes/java/awt/event/ContainerEvent.java 2013-09-25 23:22:52.126021536 +0400 @@ -52,7 +52,7 @@ * * @see ContainerAdapter * @see ContainerListener - * @see Tutorial: Writing a Container Listener + * @see Tutorial: Writing a Container Listener * * @author Tim Prinzing * @author Amy Fowler --- old/src/share/classes/java/awt/event/ContainerListener.java 2013-09-25 23:22:52.798021559 +0400 +++ new/src/share/classes/java/awt/event/ContainerListener.java 2013-09-25 23:22:52.626021553 +0400 @@ -46,7 +46,7 @@ * * @see ContainerAdapter * @see ContainerEvent - * @see Tutorial: Writing a Container Listener + * @see Tutorial: Writing a Container Listener * * @author Tim Prinzing * @author Amy Fowler --- old/src/share/classes/java/awt/event/FocusAdapter.java 2013-09-25 23:22:53.278021576 +0400 +++ new/src/share/classes/java/awt/event/FocusAdapter.java 2013-09-25 23:22:53.118021570 +0400 @@ -44,7 +44,7 @@ * * @see FocusEvent * @see FocusListener - * @see Tutorial: Writing a Focus Listener + * @see Tutorial: Writing a Focus Listener * * @author Carl Quinn * @since 1.1 --- old/src/share/classes/java/awt/event/FocusEvent.java 2013-09-25 23:22:54.306021611 +0400 +++ new/src/share/classes/java/awt/event/FocusEvent.java 2013-09-25 23:22:53.626021588 +0400 @@ -57,7 +57,7 @@ * * @see FocusAdapter * @see FocusListener - * @see Tutorial: Writing a Focus Listener + * @see Tutorial: Writing a Focus Listener * * @author Carl Quinn * @author Amy Fowler --- old/src/share/classes/java/awt/event/FocusListener.java 2013-09-25 23:22:54.846021630 +0400 +++ new/src/share/classes/java/awt/event/FocusListener.java 2013-09-25 23:22:54.630021623 +0400 @@ -42,7 +42,7 @@ * * @see FocusAdapter * @see FocusEvent - * @see Tutorial: Writing a Focus Listener + * @see Tutorial: Writing a Focus Listener * * @author Carl Quinn * @since 1.1 --- old/src/share/classes/java/awt/event/ItemEvent.java 2013-09-25 23:22:55.326021647 +0400 +++ new/src/share/classes/java/awt/event/ItemEvent.java 2013-09-25 23:22:55.158021641 +0400 @@ -58,7 +58,7 @@ * * @see java.awt.ItemSelectable * @see ItemListener - * @see Tutorial: Writing an Item Listener + * @see Tutorial: Writing an Item Listener * * @since 1.1 */ --- old/src/share/classes/java/awt/event/ItemListener.java 2013-09-25 23:22:55.794021663 +0400 +++ new/src/share/classes/java/awt/event/ItemListener.java 2013-09-25 23:22:55.642021658 +0400 @@ -40,7 +40,7 @@ * * @see java.awt.ItemSelectable * @see ItemEvent - * @see Tutorial: Writing an Item Listener + * @see Tutorial: Writing an Item Listener * * @since 1.1 */ --- old/src/share/classes/java/awt/event/KeyAdapter.java 2013-09-25 23:22:56.214021678 +0400 +++ new/src/share/classes/java/awt/event/KeyAdapter.java 2013-09-25 23:22:56.070021673 +0400 @@ -46,7 +46,7 @@ * * @see KeyEvent * @see KeyListener - * @see Tutorial: Writing a Key Listener + * @see Tutorial: Writing a Key Listener * * @since 1.1 */ --- old/src/share/classes/java/awt/event/KeyEvent.java 2013-09-25 23:22:56.722021695 +0400 +++ new/src/share/classes/java/awt/event/KeyEvent.java 2013-09-25 23:22:56.510021688 +0400 @@ -145,7 +145,7 @@ * * @see KeyAdapter * @see KeyListener - * @see Tutorial: Writing a Key Listener + * @see Tutorial: Writing a Key Listener * * @since 1.1 */ --- old/src/share/classes/java/awt/event/MouseAdapter.java 2013-09-25 23:22:57.170021711 +0400 +++ new/src/share/classes/java/awt/event/MouseAdapter.java 2013-09-25 23:22:57.022021706 +0400 @@ -63,7 +63,7 @@ * @see MouseListener * @see MouseMotionListener * @see MouseWheelListener - * @see Tutorial: Writing a Mouse Listener + * @see Tutorial: Writing a Mouse Listener * * @since 1.1 */ --- old/src/share/classes/java/awt/event/MouseEvent.java 2013-09-25 23:22:57.662021728 +0400 +++ new/src/share/classes/java/awt/event/MouseEvent.java 2013-09-25 23:22:57.462021721 +0400 @@ -182,8 +182,8 @@ * @see MouseMotionAdapter * @see MouseMotionListener * @see MouseWheelListener - * @see Tutorial: Writing a Mouse Listener - * @see Tutorial: Writing a Mouse Motion Listener + * @see Tutorial: Writing a Mouse Listener + * @see Tutorial: Writing a Mouse Motion Listener * * @since 1.1 */ --- old/src/share/classes/java/awt/event/MouseListener.java 2013-09-25 23:22:58.090021743 +0400 +++ new/src/share/classes/java/awt/event/MouseListener.java 2013-09-25 23:22:57.946021738 +0400 @@ -50,7 +50,7 @@ * * @see MouseAdapter * @see MouseEvent - * @see Tutorial: Writing a Mouse Listener + * @see Tutorial: Writing a Mouse Listener * * @since 1.1 */ --- old/src/share/classes/java/awt/event/MouseMotionAdapter.java 2013-09-25 23:22:58.558021759 +0400 +++ new/src/share/classes/java/awt/event/MouseMotionAdapter.java 2013-09-25 23:22:58.374021753 +0400 @@ -49,7 +49,7 @@ * * @see MouseEvent * @see MouseMotionListener - * @see Tutorial: Writing a Mouse Motion Listener + * @see Tutorial: Writing a Mouse Motion Listener * * @since 1.1 */ --- old/src/share/classes/java/awt/event/MouseMotionListener.java 2013-09-25 23:22:58.970021773 +0400 +++ new/src/share/classes/java/awt/event/MouseMotionListener.java 2013-09-25 23:22:58.830021769 +0400 @@ -47,7 +47,7 @@ * * @see MouseMotionAdapter * @see MouseEvent - * @see Tutorial: Writing a Mouse Motion Listener + * @see Tutorial: Writing a Mouse Motion Listener * * @since 1.1 */ --- old/src/share/classes/java/awt/event/WindowAdapter.java 2013-09-25 23:22:59.406021789 +0400 +++ new/src/share/classes/java/awt/event/WindowAdapter.java 2013-09-25 23:22:59.250021783 +0400 @@ -45,7 +45,7 @@ * * @see WindowEvent * @see WindowListener - * @see Tutorial: Writing a Window Listener + * @see Tutorial: Writing a Window Listener * * @author Carl Quinn * @author Amy Fowler --- old/src/share/classes/java/awt/event/WindowEvent.java 2013-09-25 23:22:59.866021805 +0400 +++ new/src/share/classes/java/awt/event/WindowEvent.java 2013-09-25 23:22:59.718021799 +0400 @@ -52,7 +52,7 @@ * * @see WindowAdapter * @see WindowListener - * @see Tutorial: Writing a Window Listener + * @see Tutorial: Writing a Window Listener * * @since JDK1.1 */ --- old/src/share/classes/java/awt/event/WindowFocusListener.java 2013-09-25 23:23:00.294021819 +0400 +++ new/src/share/classes/java/awt/event/WindowFocusListener.java 2013-09-25 23:23:00.150021814 +0400 @@ -47,7 +47,7 @@ * * @see WindowAdapter * @see WindowEvent - * @see Tutorial: Writing a Window Listener + * @see Tutorial: Writing a Window Listener * * @since 1.4 */ --- old/src/share/classes/java/awt/event/WindowListener.java 2013-09-25 23:23:00.738021835 +0400 +++ new/src/share/classes/java/awt/event/WindowListener.java 2013-09-25 23:23:00.582021829 +0400 @@ -44,7 +44,7 @@ * * @see WindowAdapter * @see WindowEvent - * @see Tutorial: How to Write Window Listeners + * @see Tutorial: How to Write Window Listeners * * @since 1.1 */ --- old/src/share/classes/java/awt/geom/Line2D.java 2013-09-25 23:23:01.162021850 +0400 +++ new/src/share/classes/java/awt/geom/Line2D.java 2013-09-25 23:23:01.014021844 +0400 @@ -35,7 +35,7 @@ * default coordinate system called user space in which the y-axis * values increase downward and x-axis values increase to the right. For * more information on the user space coordinate system, see the - * + * * Coordinate Systems section of the Java 2D Programmer's Guide. *

    * This class is only the abstract superclass for all objects that --- old/src/share/classes/java/beans/Introspector.java 2013-09-25 23:23:01.618021865 +0400 +++ new/src/share/classes/java/beans/Introspector.java 2013-09-25 23:23:01.466021860 +0400 @@ -87,7 +87,7 @@ *

    * For more information about introspection and design patterns, please * consult the - * JavaBeans™ specification. + * JavaBeans™ specification. */ public class Introspector { --- old/src/share/classes/java/net/URI.java 2013-09-25 23:23:02.058021881 +0400 +++ new/src/share/classes/java/net/URI.java 2013-09-25 23:23:01.914021876 +0400 @@ -188,7 +188,7 @@ * URI * *

    - * {@code http://java.sun.com/j2se/1.3/docs/guide/collections/designfaq.html#28} + * {@code http://docs.oracle.com/javase/1.3/docs/guide/collections/designfaq.html#28} *
    * * Resolving the relative URI @@ -227,7 +227,7 @@ * possible. For example, relativizing the URI * *
    - * {@code http://java.sun.com/j2se/1.3/docs/guide/index.html} + * {@code http://docs.oracle.com/javase/1.3/docs/guide/index.html} *
    * * against the base URI --- old/src/share/classes/java/net/URL.java 2013-09-25 23:23:02.550021898 +0400 +++ new/src/share/classes/java/net/URL.java 2013-09-25 23:23:02.374021892 +0400 @@ -80,7 +80,7 @@ * as a "ref" or a "reference". The fragment is indicated by the sharp * sign character "#" followed by more characters. For example, *
    - *     http://java.sun.com/index.html#chapter1
    + *     http://www.oracle.com/technetwork/java/index.html#chapter1
      * 
    *

    * This fragment is not technically part of the URL. Rather, it @@ -94,7 +94,7 @@ * relative to another URL. Relative URLs are frequently used within * HTML pages. For example, if the contents of the URL: *

    - *     http://java.sun.com/index.html
    + *     http://www.oracle.com/technetwork/java/index.html
      * 
    * contained within it the relative URL: *
    @@ -102,7 +102,7 @@
      * 
    * it would be a shorthand for: *
    - *     http://java.sun.com/FAQ.html
    + *     http://www.oracle.com/technetwork/java/index.html
      * 
    *

    * The relative URL need not specify all the components of a URL. If --- old/src/share/classes/java/text/DecimalFormat.java 2013-09-25 23:23:03.042021915 +0400 +++ new/src/share/classes/java/text/DecimalFormat.java 2013-09-25 23:23:02.886021910 +0400 @@ -371,7 +371,7 @@ * } * } * - * @see Java Tutorial + * @see Java Tutorial * @see NumberFormat * @see DecimalFormatSymbols * @see ParsePosition --- old/src/share/classes/java/text/SimpleDateFormat.java 2013-09-25 23:23:03.522021932 +0400 +++ new/src/share/classes/java/text/SimpleDateFormat.java 2013-09-25 23:23:03.366021926 +0400 @@ -412,7 +412,7 @@ * If multiple threads access a format concurrently, it must be synchronized * externally. * - * @see Java Tutorial + * @see Java Tutorial * @see java.util.Calendar * @see java.util.TimeZone * @see DateFormat --- old/src/share/classes/java/util/concurrent/ForkJoinPool.java 2013-09-25 23:23:03.982021948 +0400 +++ new/src/share/classes/java/util/concurrent/ForkJoinPool.java 2013-09-25 23:23:03.834021942 +0400 @@ -189,7 +189,7 @@ * more detail before proceeding.) The main work-stealing queue * design is roughly similar to those in the papers "Dynamic * Circular Work-Stealing Deque" by Chase and Lev, SPAA 2005 - * (http://research.sun.com/scalable/pubs/index.html) and + * (http://labs.oracle.com/pls/apex/f?p=labs:10:0) and * "Idempotent work stealing" by Michael, Saraswat, and Vechev, * PPoPP 2009 (http://portal.acm.org/citation.cfm?id=1504186). * See also "Correct and Efficient Work-Stealing for Weak Memory --- old/src/share/classes/javax/accessibility/AccessibleHyperlink.java 2013-09-25 23:23:04.454021964 +0400 +++ new/src/share/classes/javax/accessibility/AccessibleHyperlink.java 2013-09-25 23:23:04.294021958 +0400 @@ -97,7 +97,7 @@ * as appropriate for that link. E.g. from HTML: * <a HREF="http://www.sun.com/access">Accessibility</a> * this method would return a - * java.net.URL("http://www.sun.com/access.html"); + * java.net.URL("http://www.oracle.com/us/sun/index.htm"); * * @param i zero-based index of the actions * @return an Object representing the hypertext link itself --- old/src/share/classes/javax/management/Descriptor.java 2013-09-25 23:23:04.902021980 +0400 +++ new/src/share/classes/javax/management/Descriptor.java 2013-09-25 23:23:04.750021974 +0400 @@ -319,7 +319,7 @@ * {@code ModelMBeanOperationInfo}, as * well as the chapter "Model MBeans" of the JMX + * href="http://www.oracle.com/technetwork/java/javase/tech/javamanagement-140525.html">JMX * Specification. The following table summarizes these fields. Note * that when the Type in this table is Number, a String that is the decimal * representation of a Long can also be used.

    --- old/src/share/classes/javax/swing/AbstractButton.java 2013-09-25 23:23:05.414021997 +0400 +++ new/src/share/classes/javax/swing/AbstractButton.java 2013-09-25 23:23:05.246021992 +0400 @@ -53,12 +53,12 @@ * configuring a button. Refer to * Swing Components Supporting Action for more * details, and you can find more information in How + * href="http://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How * to Use Actions, a section in The Java Tutorial. *

    * For further information see * How to Use Buttons, Check Boxes, and Radio Buttons, + href="http://docs.oracle.com/javase/tutorial/uiswing/components/button.html">How to Use Buttons, Check Boxes, and Radio Buttons, * a section in The Java Tutorial. *

    * Warning: --- old/src/share/classes/javax/swing/BorderFactory.java 2013-09-25 23:23:05.866022013 +0400 +++ new/src/share/classes/javax/swing/BorderFactory.java 2013-09-25 23:23:05.730022008 +0400 @@ -35,7 +35,7 @@ * possible, this factory will hand out references to shared * Border instances. * For further information and examples see - * How + * How to Use Borders, * a section in The Java Tutorial. * --- old/src/share/classes/javax/swing/BoundedRangeModel.java 2013-09-25 23:23:06.322022029 +0400 +++ new/src/share/classes/javax/swing/BoundedRangeModel.java 2013-09-25 23:23:06.190022024 +0400 @@ -71,8 +71,8 @@ * * For an example of specifying custom bounded range models used by sliders, * see The Anatomy of a Swing-Based Program - * in The Java Tutorial. + href="http://www.oracle.com/technetwork/java/architecture-142923.html#separable">Separable model architecture + * in A Swing Architecture Overview. * * @author Hans Muller * @see DefaultBoundedRangeModel --- old/src/share/classes/javax/swing/Box.java 2013-09-25 23:23:06.950022051 +0400 +++ new/src/share/classes/javax/swing/Box.java 2013-09-25 23:23:06.678022041 +0400 @@ -60,7 +60,7 @@ * If you are implementing a BoxLayout you * can find further information and examples in * How to Use BoxLayout, + href="http://docs.oracle.com/javase/tutorial/uiswing/layout/box.html">How to Use BoxLayout, * a section in The Java Tutorial. *

    * Warning: --- old/src/share/classes/javax/swing/BoxLayout.java 2013-09-25 23:23:07.570022072 +0400 +++ new/src/share/classes/javax/swing/BoxLayout.java 2013-09-25 23:23:07.386022066 +0400 @@ -116,7 +116,7 @@ *

    * For further information and examples see * How to Use BoxLayout, + href="http://docs.oracle.com/javase/tutorial/uiswing/layout/box.html">How to Use BoxLayout, * a section in The Java Tutorial. *

    * Warning: --- old/src/share/classes/javax/swing/ButtonGroup.java 2013-09-25 23:23:08.106022091 +0400 +++ new/src/share/classes/javax/swing/ButtonGroup.java 2013-09-25 23:23:07.914022084 +0400 @@ -51,7 +51,7 @@ * Initially, all buttons in the group are unselected. *

    * For examples and further information on using button groups see - * How to Use Radio Buttons, + * How to Use Radio Buttons, * a section in The Java Tutorial. *

    * Warning: --- old/src/share/classes/javax/swing/DefaultFocusManager.java 2013-09-25 23:23:08.618022109 +0400 +++ new/src/share/classes/javax/swing/DefaultFocusManager.java 2013-09-25 23:23:08.442022103 +0400 @@ -37,7 +37,7 @@ * java.awt.DefaultKeyboardFocusManager instead. *

    * Please see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial, and the * Focus Specification --- old/src/share/classes/javax/swing/FocusManager.java 2013-09-25 23:23:09.014022122 +0400 +++ new/src/share/classes/javax/swing/FocusManager.java 2013-09-25 23:23:08.870022117 +0400 @@ -34,7 +34,7 @@ * java.awt.DefaultKeyboardFocusManager instead. *

    * Please see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial, and the * Focus Specification --- old/src/share/classes/javax/swing/ImageIcon.java 2013-09-25 23:23:09.406022136 +0400 +++ new/src/share/classes/javax/swing/ImageIcon.java 2013-09-25 23:23:09.274022131 +0400 @@ -50,7 +50,7 @@ * *

    * For further information and examples of using image icons, see - * How to Use Icons + * How to Use Icons * in The Java Tutorial. * *

    --- old/src/share/classes/javax/swing/JApplet.java 2013-09-25 23:23:09.818022150 +0400 +++ new/src/share/classes/javax/swing/JApplet.java 2013-09-25 23:23:09.682022146 +0400 @@ -40,7 +40,7 @@ * in The Java Tutorial, * in the section * How to Make Applets. + href="http://docs.oracle.com/javase/tutorial/uiswing/components/applet.html">How to Make Applets. *

    * The JApplet class is slightly incompatible with * java.applet.Applet. JApplet contains a @@ -183,7 +183,7 @@ * are currently typed to {@code JComponent}. *

    * Please see - * + * * How to Use Drag and Drop and Data Transfer, a section in * The Java Tutorial, for more information. * --- old/src/share/classes/javax/swing/JButton.java 2013-09-25 23:23:10.210022164 +0400 +++ new/src/share/classes/javax/swing/JButton.java 2013-09-25 23:23:10.074022159 +0400 @@ -48,10 +48,10 @@ * configuring a button. Refer to * Swing Components Supporting Action for more * details, and you can find more information in How + * href="http://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How * to Use Actions, a section in The Java Tutorial. *

    - * See How to Use Buttons, Check Boxes, and Radio Buttons + * See How to Use Buttons, Check Boxes, and Radio Buttons * in The Java Tutorial * for information and examples of using buttons. *

    --- old/src/share/classes/javax/swing/JCheckBox.java 2013-09-25 23:23:10.606022178 +0400 +++ new/src/share/classes/javax/swing/JCheckBox.java 2013-09-25 23:23:10.462022173 +0400 @@ -40,7 +40,7 @@ * An implementation of a check box -- an item that can be selected or * deselected, and which displays its state to the user. * By convention, any number of check boxes in a group can be selected. - * See How to Use Buttons, Check Boxes, and Radio Buttons + * See How to Use Buttons, Check Boxes, and Radio Buttons * in The Java Tutorial * for examples and information on using check boxes. *

    @@ -50,7 +50,7 @@ * configuring a button. Refer to * Swing Components Supporting Action for more * details, and you can find more information in How + * href="http://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How * to Use Actions, a section in The Java Tutorial. *

    * Warning: Swing is not thread safe. For more --- old/src/share/classes/javax/swing/JCheckBoxMenuItem.java 2013-09-25 23:23:11.002022192 +0400 +++ new/src/share/classes/javax/swing/JCheckBoxMenuItem.java 2013-09-25 23:23:10.866022187 +0400 @@ -59,12 +59,12 @@ * configuring a menu item. Refer to * Swing Components Supporting Action for more * details, and you can find more information in How + * href="http://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How * to Use Actions, a section in The Java Tutorial. *

    * For further information and examples of using check box menu items, * see How to Use Menus, + href="http://docs.oracle.com/javase/tutorial/uiswing/components/menu.html">How to Use Menus, * a section in The Java Tutorial. *

    * Warning: Swing is not thread safe. For more --- old/src/share/classes/javax/swing/JColorChooser.java 2013-09-25 23:23:11.414022206 +0400 +++ new/src/share/classes/javax/swing/JColorChooser.java 2013-09-25 23:23:11.254022200 +0400 @@ -42,7 +42,7 @@ * a user to manipulate and select a color. * For information about using color choosers, see * How to Use Color Choosers, + href="http://docs.oracle.com/javase/tutorial/uiswing/components/colorchooser.html">How to Use Color Choosers, * a section in The Java Tutorial. * *

    --- old/src/share/classes/javax/swing/JComboBox.java 2013-09-25 23:23:11.866022222 +0400 +++ new/src/share/classes/javax/swing/JComboBox.java 2013-09-25 23:23:11.734022217 +0400 @@ -62,8 +62,8 @@ * Please see {@link java.beans.XMLEncoder}. * *

    - * See How to Use Combo Boxes - * in The Java Tutorial + * See How to Use Combo Boxes + * in The Java Tutorial * for further information. *

    * @see ComboBoxModel @@ -350,7 +350,7 @@ * by the look and feel. Some look and feels always use * heavyweight popups, no matter what the value of this property. *

    - * See the article Mixing Heavy and Light Components + * See the article Mixing Heavy and Light Components * on * The Swing Connection * This method fires a property changed event. --- old/src/share/classes/javax/swing/JComponent.java 2013-09-25 23:23:12.266022235 +0400 +++ new/src/share/classes/javax/swing/JComponent.java 2013-09-25 23:23:12.130022231 +0400 @@ -78,7 +78,7 @@ * that provide a place for other Swing components to paint themselves. * For an explanation of containment hierarchies, see * Swing Components and the Containment Hierarchy, + href="http://docs.oracle.com/javase/tutorial/uiswing/components/toplevel.html">Swing Components and the Containment Hierarchy, * a section in The Java Tutorial. * *

    @@ -92,13 +92,13 @@ * UI delegate -- an object that descends from * {@link javax.swing.plaf.ComponentUI}. * See How + * href="http://docs.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html">How * to Set the Look and Feel * in The Java Tutorial * for more information. *

  • Comprehensive keystroke handling. * See the document Keyboard + * href="http://www.oracle.com/technetwork/java/index.html">Keyboard * Bindings in Swing, * an article in The Swing Connection, * for more information. @@ -106,7 +106,7 @@ * short descriptions that pop up when the cursor lingers * over a component. * See How + * href="http://docs.oracle.com/javase/tutorial/uiswing/components/tooltip.html">How * to Use Tool Tips * in The Java Tutorial * for more information. @@ -124,15 +124,15 @@ *
  • An infrastructure for painting * that includes double buffering and support for borders. * For more information see Painting and - * How + * href="http://www.oracle.com/technetwork/java/painting-140037.html#swing">Painting and + * How * to Use Borders, * both of which are sections in The Java Tutorial. * * For more information on these subjects, see the * Swing package description * and The Java Tutorial section - * The JComponent Class. + * The JComponent Class. *

    * JComponent and its subclasses document default values * for certain properties. For example, JTable documents the @@ -150,7 +150,7 @@ *

    * In release 1.4, the focus subsystem was rearchitected. * For more information, see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial. *

    @@ -1291,7 +1291,7 @@ /** * In release 1.4, the focus subsystem was rearchitected. * For more information, see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial. *

    @@ -1353,7 +1353,7 @@ /** * In release 1.4, the focus subsystem was rearchitected. * For more information, see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial. *

    @@ -1386,7 +1386,7 @@ /** * In release 1.4, the focus subsystem was rearchitected. * For more information, see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial. *

    @@ -1419,7 +1419,7 @@ * all, use the setFocusable method instead. *

    * Please see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial, * for more information. @@ -1438,7 +1438,7 @@ * get focus; otherwise returns false. *

    * Please see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial, * for more information. @@ -1464,7 +1464,7 @@ * its behavior is platform dependent. Instead we recommend the * use of {@link #requestFocusInWindow() requestFocusInWindow()}. * If you would like more information on focus, see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial. * @@ -1487,7 +1487,7 @@ * use of {@link #requestFocusInWindow(boolean) * requestFocusInWindow(boolean)}. * If you would like more information on focus, see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial. * @@ -1509,7 +1509,7 @@ * this method. *

    * If you would like more information on focus, see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial. * @@ -1530,7 +1530,7 @@ * this method. *

    * If you would like more information on focus, see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial. * @@ -2595,7 +2595,7 @@ /** * In release 1.4, the focus subsystem was rearchitected. * For more information, see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial. *

    @@ -2986,7 +2986,7 @@ * Registers the text to display in a tool tip. * The text displays when the cursor lingers over the component. *

    - * See How to Use Tool Tips + * See How to Use Tool Tips * in The Java Tutorial * for further documentation. * @@ -3206,7 +3206,7 @@ * default value for the system property is {@code false}. *

    * Please see - * + * * How to Use Drag and Drop and Data Transfer, * a section in The Java Tutorial, for more information. * --- old/src/share/classes/javax/swing/JDesktopPane.java 2013-09-25 23:23:12.746022252 +0400 +++ new/src/share/classes/javax/swing/JDesktopPane.java 2013-09-25 23:23:12.582022246 +0400 @@ -63,7 +63,7 @@ * (closing, resizing, etc). *

    * For further documentation and examples see - * How to Use Internal Frames, + * How to Use Internal Frames, * a section in The Java Tutorial. *

    * Warning: Swing is not thread safe. For more --- old/src/share/classes/javax/swing/JDialog.java 2013-09-25 23:23:13.334022273 +0400 +++ new/src/share/classes/javax/swing/JDialog.java 2013-09-25 23:23:13.146022266 +0400 @@ -35,7 +35,7 @@ * For information about creating dialogs, see * The Java Tutorial section * How + href="http://docs.oracle.com/javase/tutorial/uiswing/components/dialog.html">How * to Make Dialogs. * *

    @@ -786,7 +786,7 @@ * are currently typed to {@code JComponent}. *

    * Please see - * + * * How to Use Drag and Drop and Data Transfer, a section in * The Java Tutorial, for more information. * --- old/src/share/classes/javax/swing/JEditorPane.java 2013-09-25 23:23:13.750022287 +0400 +++ new/src/share/classes/javax/swing/JEditorPane.java 2013-09-25 23:23:13.606022282 +0400 @@ -43,7 +43,7 @@ /** * A text component to edit various kinds of content. * You can find how-to information and examples of using editor panes in - * Using Text Components, + * Using Text Components, * a section in The Java Tutorial. * *

    --- old/src/share/classes/javax/swing/JFileChooser.java 2013-09-25 23:23:14.166022301 +0400 +++ new/src/share/classes/javax/swing/JFileChooser.java 2013-09-25 23:23:14.022022296 +0400 @@ -57,7 +57,7 @@ * choose a file. * For information about using JFileChooser, see * How to Use File Choosers, + href="http://docs.oracle.com/javase/tutorial/uiswing/components/filechooser.html">How to Use File Choosers, * a section in The Java Tutorial. * *

    --- old/src/share/classes/javax/swing/JFrame.java 2013-09-25 23:23:14.574022316 +0400 +++ new/src/share/classes/javax/swing/JFrame.java 2013-09-25 23:23:14.426022310 +0400 @@ -40,7 +40,7 @@ * You can find task-oriented documentation about using JFrame * in The Java Tutorial, in the section * How to Make Frames. + href="http://docs.oracle.com/javase/tutorial/uiswing/components/frame.html">How to Make Frames. * *

    * The JFrame class is slightly incompatible with Frame. @@ -77,7 +77,7 @@ * For more information on content panes * and other features that root panes provide, * see Using Top-Level Containers in The Java Tutorial. + href="http://docs.oracle.com/javase/tutorial/uiswing/components/toplevel.html">Using Top-Level Containers in The Java Tutorial. *

    * In a multi-screen environment, you can create a JFrame * on a different screen device. See {@link java.awt.Frame} for more @@ -430,7 +430,7 @@ * are currently typed to {@code JComponent}. *

    * Please see - * + * * How to Use Drag and Drop and Data Transfer, a section in * The Java Tutorial, for more information. * --- old/src/share/classes/javax/swing/JInternalFrame.java 2013-09-25 23:23:14.966022329 +0400 +++ new/src/share/classes/javax/swing/JInternalFrame.java 2013-09-25 23:23:14.834022325 +0400 @@ -50,7 +50,7 @@ * resizing, title display, and support for a menu bar. * For task-oriented documentation and examples of using internal frames, * see How to Use Internal Frames, + href="http://docs.oracle.com/javase/tutorial/uiswing/components/internalframe.html" target="_top">How to Use Internal Frames, * a section in The Java Tutorial. * *

    --- old/src/share/classes/javax/swing/JLabel.java 2013-09-25 23:23:15.358022343 +0400 +++ new/src/share/classes/javax/swing/JLabel.java 2013-09-25 23:23:15.226022338 +0400 @@ -80,7 +80,7 @@ * should appear between the text and the image. * The default is 4 pixels. *

    - * See How to Use Labels + * See How to Use Labels * in The Java Tutorial * for further documentation. *

    --- old/src/share/classes/javax/swing/JLayeredPane.java 2013-09-25 23:23:15.762022357 +0400 +++ new/src/share/classes/javax/swing/JLayeredPane.java 2013-09-25 23:23:15.610022352 +0400 @@ -41,7 +41,7 @@ * container, where higher-numbered components sit "on top" of other * components. * For task-oriented documentation and examples of using layered panes see - * How to Use a Layered Pane, + * How to Use a Layered Pane, * a section in The Java Tutorial. *

    * --- old/src/share/classes/javax/swing/JList.java 2013-09-25 23:23:16.146022370 +0400 +++ new/src/share/classes/javax/swing/JList.java 2013-09-25 23:23:16.014022366 +0400 @@ -257,10 +257,10 @@ * has been added to the java.beans package. * Please see {@link java.beans.XMLEncoder}. *

    - * See How to Use Lists - * in The Java Tutorial + * See How to Use Lists + * in The Java Tutorial * for further documentation. - * Also see the article Advanced JList Programming + * Also see the article Advanced JList Programming * in The Swing Connection. *

    * @see ListModel --- old/src/share/classes/javax/swing/JMenu.java 2013-09-25 23:23:16.562022385 +0400 +++ new/src/share/classes/javax/swing/JMenu.java 2013-09-25 23:23:16.422022380 +0400 @@ -76,11 +76,11 @@ * configuring a menu. Refer to * Swing Components Supporting Action for more * details, and you can find more information in How + * href="http://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How * to Use Actions, a section in The Java Tutorial. *

    * For information and examples of using menus see - * How to Use Menus, + * How to Use Menus, * a section in The Java Tutorial. *

    * Warning: Swing is not thread safe. For more --- old/src/share/classes/javax/swing/JMenuBar.java 2013-09-25 23:23:16.966022399 +0400 +++ new/src/share/classes/javax/swing/JMenuBar.java 2013-09-25 23:23:16.834022394 +0400 @@ -54,7 +54,7 @@ *

    * For information and examples of using menu bars see * How to Use Menus, + href="http://docs.oracle.com/javase/tutorial/uiswing/components/menu.html">How to Use Menus, * a section in The Java Tutorial. *

    * Warning: Swing is not thread safe. For more --- old/src/share/classes/javax/swing/JMenuItem.java 2013-09-25 23:23:17.354022412 +0400 +++ new/src/share/classes/javax/swing/JMenuItem.java 2013-09-25 23:23:17.222022408 +0400 @@ -54,12 +54,12 @@ * configuring a menu item. Refer to * Swing Components Supporting Action for more * details, and you can find more information in How + * href="http://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How * to Use Actions, a section in The Java Tutorial. *

    * For further documentation and for examples, see * How to Use Menus + href="http://docs.oracle.com/javase/tutorial/uiswing/components/menu.html">How to Use Menus * in The Java Tutorial. *

    * Warning: Swing is not thread safe. For more --- old/src/share/classes/javax/swing/JOptionPane.java 2013-09-25 23:23:17.754022426 +0400 +++ new/src/share/classes/javax/swing/JOptionPane.java 2013-09-25 23:23:17.610022421 +0400 @@ -62,7 +62,7 @@ * prompts users for a value or informs them of something. * For information about using JOptionPane, see * How to Make Dialogs, + href="http://docs.oracle.com/javase/tutorial/uiswing/components/dialog.html">How to Make Dialogs, * a section in The Java Tutorial. * *

    --- old/src/share/classes/javax/swing/JPanel.java 2013-09-25 23:23:18.178022441 +0400 +++ new/src/share/classes/javax/swing/JPanel.java 2013-09-25 23:23:18.038022436 +0400 @@ -39,7 +39,7 @@ * JPanel is a generic lightweight container. * For examples and task-oriented documentation for JPanel, see * How to Use Panels, + href="http://docs.oracle.com/javase/tutorial/uiswing/components/panel.html">How to Use Panels, * a section in The Java Tutorial. *

    * Warning: Swing is not thread safe. For more --- old/src/share/classes/javax/swing/JPasswordField.java 2013-09-25 23:23:18.570022454 +0400 +++ new/src/share/classes/javax/swing/JPasswordField.java 2013-09-25 23:23:18.446022450 +0400 @@ -39,7 +39,7 @@ * the editing of a single line of text where the view indicates * something was typed, but does not show the original characters. * You can find further information and examples in - * How to Use Text Fields, + * How to Use Text Fields, * a section in The Java Tutorial. *

    * JPasswordField is intended --- old/src/share/classes/javax/swing/JPopupMenu.java 2013-09-25 23:23:19.038022471 +0400 +++ new/src/share/classes/javax/swing/JPopupMenu.java 2013-09-25 23:23:18.890022466 +0400 @@ -58,7 +58,7 @@ *

    * For information and examples of using popup menus, see * How to Use Menus + href="http://docs.oracle.com/javase/tutorial/uiswing/components/menu.html">How to Use Menus * in The Java Tutorial. *

    * Warning: Swing is not thread safe. For more --- old/src/share/classes/javax/swing/JProgressBar.java 2013-09-25 23:23:19.442022485 +0400 +++ new/src/share/classes/javax/swing/JProgressBar.java 2013-09-25 23:23:19.306022480 +0400 @@ -100,7 +100,7 @@ *

    * * For complete examples and further documentation see - * How to Monitor Progress, + * How to Monitor Progress, * a section in The Java Tutorial. * *

    @@ -910,7 +910,7 @@ *

    * * See - * How to Monitor Progress + * How to Monitor Progress * for examples of using indeterminate progress bars. * * @param newValue true if the progress bar --- old/src/share/classes/javax/swing/JRadioButton.java 2013-09-25 23:23:19.922022501 +0400 +++ new/src/share/classes/javax/swing/JRadioButton.java 2013-09-25 23:23:19.770022496 +0400 @@ -57,10 +57,10 @@ * configuring a button. Refer to * Swing Components Supporting Action for more * details, and you can find more information in How + * href="http://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How * to Use Actions, a section in The Java Tutorial. *

    - * See How to Use Buttons, Check Boxes, and Radio Buttons + * See How to Use Buttons, Check Boxes, and Radio Buttons * in The Java Tutorial * for further documentation. *

    --- old/src/share/classes/javax/swing/JRadioButtonMenuItem.java 2013-09-25 23:23:20.342022516 +0400 +++ new/src/share/classes/javax/swing/JRadioButtonMenuItem.java 2013-09-25 23:23:20.206022511 +0400 @@ -53,12 +53,12 @@ * configuring a menu item. Refer to * Swing Components Supporting Action for more * details, and you can find more information in How + * href="http://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How * to Use Actions, a section in The Java Tutorial. *

    * For further documentation and examples see * How to Use Menus, + href="http://docs.oracle.com/javase/tutorial/uiswing/components/menu.html">How to Use Menus, * a section in The Java Tutorial. *

    * Warning: Swing is not thread safe. For more --- old/src/share/classes/javax/swing/JRootPane.java 2013-09-25 23:23:20.754022530 +0400 +++ new/src/share/classes/javax/swing/JRootPane.java 2013-09-25 23:23:20.590022525 +0400 @@ -43,7 +43,7 @@ * JFrame, JDialog, JWindow, * JApplet, and JInternalFrame. * For task-oriented information on functionality provided by root panes - * see How to Use Root Panes, + * see How to Use Root Panes, * a section in The Java Tutorial. * *

    --- old/src/share/classes/javax/swing/JScrollPane.java 2013-09-25 23:23:21.206022546 +0400 +++ new/src/share/classes/javax/swing/JScrollPane.java 2013-09-25 23:23:21.050022541 +0400 @@ -50,7 +50,7 @@ * vertical and horizontal scroll bars, and optional row and * column heading viewports. * You can find task-oriented documentation of JScrollPane in - * How to Use Scroll Panes, + * How to Use Scroll Panes, * a section in The Java Tutorial. Note that * JScrollPane does not support heavyweight components. *

    --- old/src/share/classes/javax/swing/JSeparator.java 2013-09-25 23:23:21.594022560 +0400 +++ new/src/share/classes/javax/swing/JSeparator.java 2013-09-25 23:23:21.454022555 +0400 @@ -47,7 +47,7 @@ * * For more information and examples see * How to Use Menus, + href="http://docs.oracle.com/javase/tutorial/uiswing/components/menu.html">How to Use Menus, * a section in The Java Tutorial. *

    * Warning: Swing is not thread safe. For more --- old/src/share/classes/javax/swing/JSlider.java 2013-09-25 23:23:22.002022574 +0400 +++ new/src/share/classes/javax/swing/JSlider.java 2013-09-25 23:23:21.854022569 +0400 @@ -55,7 +55,7 @@ *

    * For further information and examples see * How to Use Sliders, + href="http://docs.oracle.com/javase/tutorial/uiswing/components/slider.html">How to Use Sliders, * a section in The Java Tutorial. *

    * Warning: Swing is not thread safe. For more --- old/src/share/classes/javax/swing/JSpinner.java 2013-09-25 23:23:22.426022588 +0400 +++ new/src/share/classes/javax/swing/JSpinner.java 2013-09-25 23:23:22.258022583 +0400 @@ -93,7 +93,7 @@ * *

    * For information and examples of using spinner see - * How to Use Spinners, + * How to Use Spinners, * a section in The Java Tutorial. *

    * Warning: Swing is not thread safe. For more --- old/src/share/classes/javax/swing/JSplitPane.java 2013-09-25 23:23:22.890022605 +0400 +++ new/src/share/classes/javax/swing/JSplitPane.java 2013-09-25 23:23:22.742022599 +0400 @@ -49,7 +49,7 @@ * interactively resized by the user. * Information on using JSplitPane is in * How to Use Split Panes in + href="http://docs.oracle.com/javase/tutorial/uiswing/components/splitpane.html">How to Use Split Panes in * The Java Tutorial. *

    * The two Components in a split pane can be aligned --- old/src/share/classes/javax/swing/JTabbedPane.java 2013-09-25 23:23:23.294022619 +0400 +++ new/src/share/classes/javax/swing/JTabbedPane.java 2013-09-25 23:23:23.162022614 +0400 @@ -43,7 +43,7 @@ * A component that lets the user switch between a group of components by * clicking on a tab with a given title and/or icon. * For examples and information on using tabbed panes see - * How to Use Tabbed Panes, + * How to Use Tabbed Panes, * a section in The Java Tutorial. *

    * Tabs/components are added to a TabbedPane object by using the --- old/src/share/classes/javax/swing/JTable.java 2013-09-25 23:23:23.698022633 +0400 +++ new/src/share/classes/javax/swing/JTable.java 2013-09-25 23:23:23.566022628 +0400 @@ -62,7 +62,7 @@ /** * The JTable is used to display and edit regular two-dimensional tables * of cells. - * See How to Use Tables + * See How to Use Tables * in The Java Tutorial * for task-oriented documentation and examples of using JTable. * @@ -2489,7 +2489,7 @@ * The default value of this property is defined by the look * and feel implementation. *

    - * This is a JavaBeans bound property. + * This is a JavaBeans bound property. * * @param selectionForeground the Color to use in the foreground * for selected list items @@ -2527,7 +2527,7 @@ * The default value of this property is defined by the look * and feel implementation. *

    - * This is a JavaBeans bound property. + * This is a JavaBeans bound property. * * @param selectionBackground the Color to use for the background * of selected cells --- old/src/share/classes/javax/swing/JTextArea.java 2013-09-25 23:23:24.194022650 +0400 +++ new/src/share/classes/javax/swing/JTextArea.java 2013-09-25 23:23:24.066022645 +0400 @@ -44,7 +44,7 @@ * compatibility with the java.awt.TextArea class where it can * reasonably do so. * You can find information and examples of using all the text components in - * Using Text Components, + * Using Text Components, * a section in The Java Tutorial. * *

    --- old/src/share/classes/javax/swing/JTextField.java 2013-09-25 23:23:24.578022663 +0400 +++ new/src/share/classes/javax/swing/JTextField.java 2013-09-25 23:23:24.438022658 +0400 @@ -44,7 +44,7 @@ * of a single line of text. * For information on and examples of using text fields, * see - * How to Use Text Fields + * How to Use Text Fields * in The Java Tutorial. * *

    --- old/src/share/classes/javax/swing/JTextPane.java 2013-09-25 23:23:24.970022677 +0400 +++ new/src/share/classes/javax/swing/JTextPane.java 2013-09-25 23:23:24.842022672 +0400 @@ -39,7 +39,7 @@ * A text component that can be marked up with attributes that are * represented graphically. * You can find how-to information and examples of using text panes in - * Using Text Components, + * Using Text Components, * a section in The Java Tutorial. * *

    --- old/src/share/classes/javax/swing/JToggleButton.java 2013-09-25 23:23:25.366022691 +0400 +++ new/src/share/classes/javax/swing/JToggleButton.java 2013-09-25 23:23:25.222022686 +0400 @@ -42,7 +42,7 @@ * are subclasses of this class. * For information on using them see * How to Use Buttons, Check Boxes, and Radio Buttons, + href="http://docs.oracle.com/javase/tutorial/uiswing/components/button.html">How to Use Buttons, Check Boxes, and Radio Buttons, * a section in The Java Tutorial. *

    * Buttons can be configured, and to some degree controlled, by @@ -51,7 +51,7 @@ * configuring a button. Refer to * Swing Components Supporting Action for more * details, and you can find more information in How + * href="http://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How * to Use Actions, a section in The Java Tutorial. *

    * Warning: Swing is not thread safe. For more --- old/src/share/classes/javax/swing/JToolBar.java 2013-09-25 23:23:25.770022705 +0400 +++ new/src/share/classes/javax/swing/JToolBar.java 2013-09-25 23:23:25.634022700 +0400 @@ -52,7 +52,7 @@ * JToolBar provides a component that is useful for * displaying commonly used Actions or controls. * For examples and information on using tool bars see - * How to Use Tool Bars, + * How to Use Tool Bars, * a section in The Java Tutorial. * *

    --- old/src/share/classes/javax/swing/JToolTip.java 2013-09-25 23:23:26.174022719 +0400 +++ new/src/share/classes/javax/swing/JToolTip.java 2013-09-25 23:23:26.046022714 +0400 @@ -44,7 +44,7 @@ * display can override JComponent's createToolTip * method and use a subclass of this class. *

    - * See How to Use Tool Tips + * See How to Use Tool Tips * in The Java Tutorial * for further documentation. *

    --- old/src/share/classes/javax/swing/JTree.java 2013-09-25 23:23:26.578022733 +0400 +++ new/src/share/classes/javax/swing/JTree.java 2013-09-25 23:23:26.414022727 +0400 @@ -44,7 +44,7 @@ * * A control that displays a set of hierarchical data as an outline. * You can find task-oriented documentation and examples of using trees in - * How to Use Trees, + * How to Use Trees, * a section in The Java Tutorial. *

    * A specific node in a tree can be identified either by a --- old/src/share/classes/javax/swing/JWindow.java 2013-09-25 23:23:27.130022752 +0400 +++ new/src/share/classes/javax/swing/JWindow.java 2013-09-25 23:23:26.982022747 +0400 @@ -314,7 +314,7 @@ * are currently typed to {@code JComponent}. *

    * Please see - * + * * How to Use Drag and Drop and Data Transfer, a section in * The Java Tutorial, for more information. * --- old/src/share/classes/javax/swing/ProgressMonitor.java 2013-09-25 23:23:27.574022767 +0400 +++ new/src/share/classes/javax/swing/ProgressMonitor.java 2013-09-25 23:23:27.438022763 +0400 @@ -71,7 +71,7 @@ * * For further documentation and examples see * How to Monitor Progress, + href="http://docs.oracle.com/javase/tutorial/uiswing/components/progress.html">How to Monitor Progress, * a section in The Java Tutorial. * * @see ProgressMonitorInputStream --- old/src/share/classes/javax/swing/ProgressMonitorInputStream.java 2013-09-25 23:23:28.002022782 +0400 +++ new/src/share/classes/javax/swing/ProgressMonitorInputStream.java 2013-09-25 23:23:27.858022777 +0400 @@ -54,7 +54,7 @@ *

    * * For further documentation and examples see - * How to Monitor Progress, + * How to Monitor Progress, * a section in The Java Tutorial. * * @see ProgressMonitor --- old/src/share/classes/javax/swing/Spring.java 2013-09-25 23:23:28.402022796 +0400 +++ new/src/share/classes/javax/swing/Spring.java 2013-09-25 23:23:28.262022791 +0400 @@ -109,7 +109,7 @@ * If you are implementing a SpringLayout you * can find further information and examples in * How to Use SpringLayout, + href="http://docs.oracle.com/javase/tutorial/uiswing/layout/spring.html">How to Use SpringLayout, * a section in The Java Tutorial. *

    * Warning: --- old/src/share/classes/javax/swing/SpringLayout.java 2013-09-25 23:23:28.782022809 +0400 +++ new/src/share/classes/javax/swing/SpringLayout.java 2013-09-25 23:23:28.650022805 +0400 @@ -36,7 +36,7 @@ /** * A SpringLayout lays out the children of its associated container * according to a set of constraints. - * See How to Use SpringLayout + * See How to Use SpringLayout * in The Java Tutorial for examples of using * SpringLayout. * --- old/src/share/classes/javax/swing/SwingUtilities.java 2013-09-25 23:23:29.178022823 +0400 +++ new/src/share/classes/javax/swing/SwingUtilities.java 2013-09-25 23:23:29.046022818 +0400 @@ -1280,7 +1280,7 @@ *

    * Additional documentation and examples for this method can be * found in - * Concurrency in Swing. + * Concurrency in Swing. *

    * As of 1.3 this method is just a cover for java.awt.EventQueue.invokeLater(). *

    @@ -1331,7 +1331,7 @@ *

    * Additional documentation and examples for this method can be * found in - * Concurrency in Swing. + * Concurrency in Swing. *

    * As of 1.3 this method is just a cover for * java.awt.EventQueue.invokeAndWait(). --- old/src/share/classes/javax/swing/SwingWorker.java 2013-09-25 23:23:29.586022837 +0400 +++ new/src/share/classes/javax/swing/SwingWorker.java 2013-09-25 23:23:29.442022832 +0400 @@ -50,7 +50,7 @@ * When writing a multi-threaded application using Swing, there are * two constraints to keep in mind: * (refer to - * + * * Concurrency in Swing * for more details): *