diff --git a/src/macosx/classes/apple/applescript/AppleScriptEngine.java b/src/macosx/classes/apple/applescript/AppleScriptEngine.java index 8ef8116e7440f915701b40af8bbc3de900f7a10b..e5e4c45ddac5029ae4e0ec3cdd0f074735fe091a 100644 --- a/src/macosx/classes/apple/applescript/AppleScriptEngine.java +++ b/src/macosx/classes/apple/applescript/AppleScriptEngine.java @@ -155,7 +155,7 @@ public class AppleScriptEngine implements ScriptEngine { TRACE("init()"); // set up our context /* TODO -- name of current executable? bad java documentation at: - * http://docs.oracle.com/javase/6/docs/api/javax/script/ScriptEngine.html#FILENAME */ + * https://docs.oracle.com/javase/6/docs/api/javax/script/ScriptEngine.html#FILENAME */ put(ScriptEngine.FILENAME, ""); put(ScriptEngine.ENGINE, getEngine()); put(ScriptEngine.ENGINE_VERSION, getEngineVersion()); diff --git a/src/share/classes/com/sun/jndi/ldap/Connection.java b/src/share/classes/com/sun/jndi/ldap/Connection.java index 64b625dac2131f430e5c526f9588dd628834a444..359fd78286c3765c4512fdc9cb58757162b7baac 100644 --- a/src/share/classes/com/sun/jndi/ldap/Connection.java +++ b/src/share/classes/com/sun/jndi/ldap/Connection.java @@ -463,7 +463,7 @@ public final class Connection implements Runnable { } else { // no timeout is set so we wait infinitely until // a response is received - // http://docs.oracle.com/javase/8/docs/technotes/guides/jndi/jndi-ldap.html#PROP + // https://docs.oracle.com/javase/8/docs/technotes/guides/jndi/jndi-ldap.html#PROP ldr.wait(); } } else { diff --git a/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509SKI.java b/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509SKI.java index 6030c96637371519b62fdfe055d7158de05b8fe4..5f8c07f24e57a0b5dfbe31b49a922374081cf4e5 100644 --- a/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509SKI.java +++ b/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509SKI.java @@ -35,7 +35,7 @@ import org.w3c.dom.Element; /** * Handles SubjectKeyIdentifier (SKI) for X.509v3. * - * @see + * @see * Interface X509Extension */ public class XMLX509SKI extends SignatureElementProxy implements XMLX509DataContent { diff --git a/src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/ResolverDirectHTTP.java b/src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/ResolverDirectHTTP.java index a3359bdc675243359eecfbd23b15881b48e46520..b798e33a4238841e6baec4a9d43a4f1dac3b1d66 100644 --- a/src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/ResolverDirectHTTP.java +++ b/src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/ResolverDirectHTTP.java @@ -56,7 +56,7 @@ import com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverS * * * @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 { diff --git a/src/share/classes/java/awt/Component.java b/src/share/classes/java/awt/Component.java index f15013c9c4b243ba1db1d2950ba8b8a6aafc9bee..286c69ae6ed9a8fe37f6c843923b78d8119a39a2 100644 --- a/src/share/classes/java/awt/Component.java +++ b/src/share/classes/java/awt/Component.java @@ -174,7 +174,7 @@ import sun.util.logging.PlatformLogger; * 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 diff --git a/src/share/classes/java/awt/Container.java b/src/share/classes/java/awt/Container.java index 91582117a931209bf6e14b875a54d2c30b23b049..db95ed72af5de3a218632da731481fabd458f65c 100644 --- a/src/share/classes/java/awt/Container.java +++ b/src/share/classes/java/awt/Container.java @@ -74,7 +74,7 @@ import sun.security.action.GetBooleanAction; * (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 diff --git a/src/share/classes/java/awt/DefaultFocusTraversalPolicy.java b/src/share/classes/java/awt/DefaultFocusTraversalPolicy.java index cf54f8031ffc1e6759a3484cc3e008aded6f75e4..05c7dbb7563073dbb030f201aca594595060ae40 100644 --- a/src/share/classes/java/awt/DefaultFocusTraversalPolicy.java +++ b/src/share/classes/java/awt/DefaultFocusTraversalPolicy.java @@ -54,7 +54,7 @@ import java.awt.peer.ComponentPeer; * 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 diff --git a/src/share/classes/java/awt/DefaultKeyboardFocusManager.java b/src/share/classes/java/awt/DefaultKeyboardFocusManager.java index 0e4a829415e1f38b77d936769e00ee2d1e27fc0c..62132b238a9e4f68d53280f595be390491827d63 100644 --- a/src/share/classes/java/awt/DefaultKeyboardFocusManager.java +++ b/src/share/classes/java/awt/DefaultKeyboardFocusManager.java @@ -49,7 +49,7 @@ import sun.awt.TimedWindowEvent; * Container's FocusTraversalPolicy. *
* Please see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial, and the * Focus Specification diff --git a/src/share/classes/java/awt/DisplayMode.java b/src/share/classes/java/awt/DisplayMode.java index 71a5d7e8122b5536e1febd75f686b72b33909651..97886d6a6274cfce1d981970ccc767a61e6b74be 100644 --- a/src/share/classes/java/awt/DisplayMode.java +++ b/src/share/classes/java/awt/DisplayMode.java @@ -35,7 +35,7 @@ import java.lang.annotation.Native; * (see {@link GraphicsDevice#isDisplayChangeSupported}). *
* For more information on full-screen exclusive mode API, see the - * + * * Full-Screen Exclusive Mode API Tutorial. * * @see GraphicsDevice diff --git a/src/share/classes/java/awt/FocusTraversalPolicy.java b/src/share/classes/java/awt/FocusTraversalPolicy.java index 4d216bec5d98e587a4c3ad5cb18ffdefba94a4c0..7d2b285231c29a1c0cc4508f9b870d38a79564e4 100644 --- a/src/share/classes/java/awt/FocusTraversalPolicy.java +++ b/src/share/classes/java/awt/FocusTraversalPolicy.java @@ -49,7 +49,7 @@ package java.awt; * 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 diff --git a/src/share/classes/java/awt/GraphicsDevice.java b/src/share/classes/java/awt/GraphicsDevice.java index 819aa49989b16685908df5e14981cf878d764c4a..95079175942303782d59f92b57d83989027021f0 100644 --- a/src/share/classes/java/awt/GraphicsDevice.java +++ b/src/share/classes/java/awt/GraphicsDevice.java @@ -69,7 +69,7 @@ import sun.awt.SunToolkit; * } *
* For more information on full-screen exclusive mode API, see the - * + * * Full-Screen Exclusive Mode API Tutorial. * * @see GraphicsEnvironment diff --git a/src/share/classes/java/awt/KeyboardFocusManager.java b/src/share/classes/java/awt/KeyboardFocusManager.java index 9776758e1da45d0b7add2c7785a0bb3e74d831b3..1fe0602075114a73230719a006f1026b2729af33 100644 --- a/src/share/classes/java/awt/KeyboardFocusManager.java +++ b/src/share/classes/java/awt/KeyboardFocusManager.java @@ -88,7 +88,7 @@ import sun.awt.AWTAccessor; * ClassLoader. *
* Please see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial, and the * Focus Specification diff --git a/src/share/classes/java/awt/Toolkit.java b/src/share/classes/java/awt/Toolkit.java index 94e92b242dd9ea1669f0d3c03586e96643208bfd..5d0cfb91dfce2cea10a8b8c20b046414fd54a4ff 100644 --- a/src/share/classes/java/awt/Toolkit.java +++ b/src/share/classes/java/awt/Toolkit.java @@ -79,7 +79,7 @@ import sun.util.CoreResourceBundleControl; * *
* 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. * diff --git a/src/share/classes/java/awt/datatransfer/Transferable.java b/src/share/classes/java/awt/datatransfer/Transferable.java index 5753a8575a90b8684de5158a05085ab1cdef9ade..15f777cc7d85995e54bd2e0d3fce7b9351fa59ce 100644 --- a/src/share/classes/java/awt/datatransfer/Transferable.java +++ b/src/share/classes/java/awt/datatransfer/Transferable.java @@ -32,7 +32,7 @@ import java.io.IOException; * 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. * diff --git a/src/share/classes/java/awt/event/ActionEvent.java b/src/share/classes/java/awt/event/ActionEvent.java index 24a91ac0cd288a4f587fbf3eaabeab9221398f6f..c2878487f5805bf49b54d3456474c06f5d13039d 100644 --- a/src/share/classes/java/awt/event/ActionEvent.java +++ b/src/share/classes/java/awt/event/ActionEvent.java @@ -52,7 +52,7 @@ import java.lang.annotation.Native; * 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 diff --git a/src/share/classes/java/awt/event/ActionListener.java b/src/share/classes/java/awt/event/ActionListener.java index 446723e902f37266973710f1683df8e140a0b212..7059b1d51925fe92e9314cbcbb78d7618ab332a6 100644 --- a/src/share/classes/java/awt/event/ActionListener.java +++ b/src/share/classes/java/awt/event/ActionListener.java @@ -37,7 +37,7 @@ import java.util.EventListener; * invoked. * * @see ActionEvent - * @see How to Write an Action Listener + * @see How to Write an Action Listener * * @author Carl Quinn * @since 1.1 diff --git a/src/share/classes/java/awt/event/ComponentAdapter.java b/src/share/classes/java/awt/event/ComponentAdapter.java index 2e3ab4c2ca2a840f8fcea95c54b5ef2ab0b7e54f..c0451304d8475cdb006b50700f5a9e99b142ff68 100644 --- a/src/share/classes/java/awt/event/ComponentAdapter.java +++ b/src/share/classes/java/awt/event/ComponentAdapter.java @@ -44,7 +44,7 @@ package java.awt.event; * * @see ComponentEvent * @see ComponentListener - * @see Tutorial: Writing a Component Listener + * @see Tutorial: Writing a Component Listener * * @author Carl Quinn * @since 1.1 diff --git a/src/share/classes/java/awt/event/ComponentEvent.java b/src/share/classes/java/awt/event/ComponentEvent.java index d168f6c1763c5d0882491559279340459d805ad6..f8dbb2b7f910c060e856e8338c3dc269498838bd 100644 --- a/src/share/classes/java/awt/event/ComponentEvent.java +++ b/src/share/classes/java/awt/event/ComponentEvent.java @@ -60,7 +60,7 @@ import java.lang.annotation.Native; * * @see ComponentAdapter * @see ComponentListener - * @see Tutorial: Writing a Component Listener + * @see Tutorial: Writing a Component Listener * * @author Carl Quinn * @since 1.1 diff --git a/src/share/classes/java/awt/event/ComponentListener.java b/src/share/classes/java/awt/event/ComponentListener.java index 13637ee4face7bc6625843d5abe7af76b44f9cad..65c96cf6503e6575c9b4edcaf0c79087faaf3610 100644 --- a/src/share/classes/java/awt/event/ComponentListener.java +++ b/src/share/classes/java/awt/event/ComponentListener.java @@ -46,7 +46,7 @@ import java.util.EventListener; * * @see ComponentAdapter * @see ComponentEvent - * @see Tutorial: Writing a Component Listener + * @see Tutorial: Writing a Component Listener * * @author Carl Quinn * @since 1.1 diff --git a/src/share/classes/java/awt/event/ContainerAdapter.java b/src/share/classes/java/awt/event/ContainerAdapter.java index e4af172bc390af05cf7cc0bd8cc14e1e2992bfb6..eb06f5c16d845263675ebc6e64f02fa37fab298a 100644 --- a/src/share/classes/java/awt/event/ContainerAdapter.java +++ b/src/share/classes/java/awt/event/ContainerAdapter.java @@ -44,7 +44,7 @@ package java.awt.event; * * @see ContainerEvent * @see ContainerListener - * @see Tutorial: Writing a Container Listener + * @see Tutorial: Writing a Container Listener * * @author Amy Fowler * @since 1.1 diff --git a/src/share/classes/java/awt/event/ContainerEvent.java b/src/share/classes/java/awt/event/ContainerEvent.java index 964b27cd22cac349af873098c722180423c56857..688db3a6965f5ee8bcecbd572d6a19809a93ea7f 100644 --- a/src/share/classes/java/awt/event/ContainerEvent.java +++ b/src/share/classes/java/awt/event/ContainerEvent.java @@ -52,7 +52,7 @@ import java.awt.Component; * * @see ContainerAdapter * @see ContainerListener - * @see Tutorial: Writing a Container Listener + * @see Tutorial: Writing a Container Listener * * @author Tim Prinzing * @author Amy Fowler diff --git a/src/share/classes/java/awt/event/ContainerListener.java b/src/share/classes/java/awt/event/ContainerListener.java index 68cf266a342b66ac76abfb7369ddb3000e1992a5..0800f3528104bd0c4255aec431fbe7d5301f0dec 100644 --- a/src/share/classes/java/awt/event/ContainerListener.java +++ b/src/share/classes/java/awt/event/ContainerListener.java @@ -46,7 +46,7 @@ import java.util.EventListener; * * @see ContainerAdapter * @see ContainerEvent - * @see Tutorial: Writing a Container Listener + * @see Tutorial: Writing a Container Listener * * @author Tim Prinzing * @author Amy Fowler diff --git a/src/share/classes/java/awt/event/FocusAdapter.java b/src/share/classes/java/awt/event/FocusAdapter.java index 5676d082e82ba62af85efc7d3bbe5a982450d472..951f0aab46faeaab0b23c9932799bcd37672c1ba 100644 --- a/src/share/classes/java/awt/event/FocusAdapter.java +++ b/src/share/classes/java/awt/event/FocusAdapter.java @@ -44,7 +44,7 @@ package java.awt.event; * * @see FocusEvent * @see FocusListener - * @see Tutorial: Writing a Focus Listener + * @see Tutorial: Writing a Focus Listener * * @author Carl Quinn * @since 1.1 diff --git a/src/share/classes/java/awt/event/FocusEvent.java b/src/share/classes/java/awt/event/FocusEvent.java index 2f9e1911c9951a74c75656f91ca6a4d0a9353084..4c1de22827041d93da8c813d7c1dac71229c64c5 100644 --- a/src/share/classes/java/awt/event/FocusEvent.java +++ b/src/share/classes/java/awt/event/FocusEvent.java @@ -57,7 +57,7 @@ import sun.awt.SunToolkit; * * @see FocusAdapter * @see FocusListener - * @see Tutorial: Writing a Focus Listener + * @see Tutorial: Writing a Focus Listener * * @author Carl Quinn * @author Amy Fowler diff --git a/src/share/classes/java/awt/event/FocusListener.java b/src/share/classes/java/awt/event/FocusListener.java index 59c99fdd94d26e1aa519324d8dd01b35db568584..c317c11ec64dca84cbdc70fcc1e0d3c760cd26a3 100644 --- a/src/share/classes/java/awt/event/FocusListener.java +++ b/src/share/classes/java/awt/event/FocusListener.java @@ -42,7 +42,7 @@ import java.util.EventListener; * * @see FocusAdapter * @see FocusEvent - * @see Tutorial: Writing a Focus Listener + * @see Tutorial: Writing a Focus Listener * * @author Carl Quinn * @since 1.1 diff --git a/src/share/classes/java/awt/event/ItemEvent.java b/src/share/classes/java/awt/event/ItemEvent.java index 34e3b5b01db352621a3886abfee07a1a536d5c83..bad4117d59506ecfe11d80828385a3ec65597654 100644 --- a/src/share/classes/java/awt/event/ItemEvent.java +++ b/src/share/classes/java/awt/event/ItemEvent.java @@ -58,7 +58,7 @@ import java.awt.ItemSelectable; * * @see java.awt.ItemSelectable * @see ItemListener - * @see Tutorial: Writing an Item Listener + * @see Tutorial: Writing an Item Listener * * @since 1.1 */ diff --git a/src/share/classes/java/awt/event/ItemListener.java b/src/share/classes/java/awt/event/ItemListener.java index 5ae5a2924e45ce453fbaaac9b9dd8e10b1a8a7a2..807fb14cbe460660e5ea656627ecf00f916a3700 100644 --- a/src/share/classes/java/awt/event/ItemListener.java +++ b/src/share/classes/java/awt/event/ItemListener.java @@ -40,7 +40,7 @@ import java.util.EventListener; * * @see java.awt.ItemSelectable * @see ItemEvent - * @see Tutorial: Writing an Item Listener + * @see Tutorial: Writing an Item Listener * * @since 1.1 */ diff --git a/src/share/classes/java/awt/event/KeyAdapter.java b/src/share/classes/java/awt/event/KeyAdapter.java index 846da09af14f7ecb9e6406b780d7a472e53e7b75..d34301dde8f393d60c5970dbc88ba2cdddea4380 100644 --- a/src/share/classes/java/awt/event/KeyAdapter.java +++ b/src/share/classes/java/awt/event/KeyAdapter.java @@ -46,7 +46,7 @@ package java.awt.event; * * @see KeyEvent * @see KeyListener - * @see Tutorial: Writing a Key Listener + * @see Tutorial: Writing a Key Listener * * @since 1.1 */ diff --git a/src/share/classes/java/awt/event/KeyEvent.java b/src/share/classes/java/awt/event/KeyEvent.java index 36d9f64a3c23eb684b1f6b7a75c4bdd8155f7670..47bf7a5a230dd23d07b8165e03504aaa3b32e338 100644 --- a/src/share/classes/java/awt/event/KeyEvent.java +++ b/src/share/classes/java/awt/event/KeyEvent.java @@ -145,7 +145,7 @@ import sun.awt.AWTAccessor; * * @see KeyAdapter * @see KeyListener - * @see Tutorial: Writing a Key Listener + * @see Tutorial: Writing a Key Listener * * @since 1.1 */ diff --git a/src/share/classes/java/awt/event/MouseAdapter.java b/src/share/classes/java/awt/event/MouseAdapter.java index 0ae02db25d7c9f1f3abc46ccb0d024ce8edf8874..3ac14c42a83598d2003d84b2e13a6a702de3f38c 100644 --- a/src/share/classes/java/awt/event/MouseAdapter.java +++ b/src/share/classes/java/awt/event/MouseAdapter.java @@ -63,7 +63,7 @@ package java.awt.event; * @see MouseListener * @see MouseMotionListener * @see MouseWheelListener - * @see Tutorial: Writing a Mouse Listener + * @see Tutorial: Writing a Mouse Listener * * @since 1.1 */ diff --git a/src/share/classes/java/awt/event/MouseEvent.java b/src/share/classes/java/awt/event/MouseEvent.java index 89c950aff1f7f859c49c140ae4bc6840193b3248..05bec710513fda781ef905c473cb432b5c7f0d67 100644 --- a/src/share/classes/java/awt/event/MouseEvent.java +++ b/src/share/classes/java/awt/event/MouseEvent.java @@ -182,8 +182,8 @@ import sun.awt.SunToolkit; * @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 */ diff --git a/src/share/classes/java/awt/event/MouseListener.java b/src/share/classes/java/awt/event/MouseListener.java index 039473428361226b6155b7f6d413a6fdbc985115..43b2e2252a0e072d5143425459f429f21554b308 100644 --- a/src/share/classes/java/awt/event/MouseListener.java +++ b/src/share/classes/java/awt/event/MouseListener.java @@ -50,7 +50,7 @@ import java.util.EventListener; * * @see MouseAdapter * @see MouseEvent - * @see Tutorial: Writing a Mouse Listener + * @see Tutorial: Writing a Mouse Listener * * @since 1.1 */ diff --git a/src/share/classes/java/awt/event/MouseMotionAdapter.java b/src/share/classes/java/awt/event/MouseMotionAdapter.java index 8b8068511cab2097f1eaea0c77b674913fba7932..51719daf3d92832ed7b15af9dfab3688f3243471 100644 --- a/src/share/classes/java/awt/event/MouseMotionAdapter.java +++ b/src/share/classes/java/awt/event/MouseMotionAdapter.java @@ -49,7 +49,7 @@ package java.awt.event; * * @see MouseEvent * @see MouseMotionListener - * @see Tutorial: Writing a Mouse Motion Listener + * @see Tutorial: Writing a Mouse Motion Listener * * @since 1.1 */ diff --git a/src/share/classes/java/awt/event/MouseMotionListener.java b/src/share/classes/java/awt/event/MouseMotionListener.java index b7549e14521cea7f5b6d08367609bcc6b6222763..7ef59246566362661d0af955794810798ddf7196 100644 --- a/src/share/classes/java/awt/event/MouseMotionListener.java +++ b/src/share/classes/java/awt/event/MouseMotionListener.java @@ -47,7 +47,7 @@ import java.util.EventListener; * * @see MouseMotionAdapter * @see MouseEvent - * @see Tutorial: Writing a Mouse Motion Listener + * @see Tutorial: Writing a Mouse Motion Listener * * @since 1.1 */ diff --git a/src/share/classes/java/awt/event/WindowAdapter.java b/src/share/classes/java/awt/event/WindowAdapter.java index 1ef0473e2d4d08dea20f0996144ef5b6858d16b3..5a8c11fa255ade0dd8ed55e303add3d40bce9148 100644 --- a/src/share/classes/java/awt/event/WindowAdapter.java +++ b/src/share/classes/java/awt/event/WindowAdapter.java @@ -45,7 +45,7 @@ package java.awt.event; * * @see WindowEvent * @see WindowListener - * @see Tutorial: Writing a Window Listener + * @see Tutorial: Writing a Window Listener * * @author Carl Quinn * @author Amy Fowler diff --git a/src/share/classes/java/awt/event/WindowEvent.java b/src/share/classes/java/awt/event/WindowEvent.java index 6750805a9fa3907d36d18321f152eada785c47b0..ae51b127e153865c69e900a00c7bf3a5d7d1c81a 100644 --- a/src/share/classes/java/awt/event/WindowEvent.java +++ b/src/share/classes/java/awt/event/WindowEvent.java @@ -52,7 +52,7 @@ import sun.awt.SunToolkit; * * @see WindowAdapter * @see WindowListener - * @see Tutorial: Writing a Window Listener + * @see Tutorial: Writing a Window Listener * * @since JDK1.1 */ diff --git a/src/share/classes/java/awt/event/WindowFocusListener.java b/src/share/classes/java/awt/event/WindowFocusListener.java index 8b881a6b1951ff44a567d867ef98e9d88716ce47..23727f6855b79fd377422202683e75a79ae921b4 100644 --- a/src/share/classes/java/awt/event/WindowFocusListener.java +++ b/src/share/classes/java/awt/event/WindowFocusListener.java @@ -47,7 +47,7 @@ import java.util.EventListener; * * @see WindowAdapter * @see WindowEvent - * @see Tutorial: Writing a Window Listener + * @see Tutorial: Writing a Window Listener * * @since 1.4 */ diff --git a/src/share/classes/java/awt/event/WindowListener.java b/src/share/classes/java/awt/event/WindowListener.java index d9aaeb2bf914b03fe919d85fddf3cb2757d195c3..9a7057a6847b54cfa6066e14c940699a5a839179 100644 --- a/src/share/classes/java/awt/event/WindowListener.java +++ b/src/share/classes/java/awt/event/WindowListener.java @@ -44,7 +44,7 @@ import java.util.EventListener; * * @see WindowAdapter * @see WindowEvent - * @see Tutorial: How to Write Window Listeners + * @see Tutorial: How to Write Window Listeners * * @since 1.1 */ diff --git a/src/share/classes/java/awt/geom/Line2D.java b/src/share/classes/java/awt/geom/Line2D.java index ff7f5c91ba4e0c17fe04e51862938eee72b3ed1b..ae06dd01cad67528c435817824d0ee1d08c1fd99 100644 --- a/src/share/classes/java/awt/geom/Line2D.java +++ b/src/share/classes/java/awt/geom/Line2D.java @@ -35,7 +35,7 @@ import java.io.Serializable; * 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 diff --git a/src/share/classes/java/net/URI.java b/src/share/classes/java/net/URI.java index 813de5cf453c3ff6643760726315a4d06ce24355..ff05b75762a8f749cbb5491dc6886ac5185abe89 100644 --- a/src/share/classes/java/net/URI.java +++ b/src/share/classes/java/net/URI.java @@ -188,7 +188,7 @@ import java.lang.NullPointerException; // for javadoc * URI * *
- * {@code http://docs.oracle.com/javase/1.3/docs/guide/collections/designfaq.html#28} + * {@code https://docs.oracle.com/javase/1.3/docs/guide/collections/designfaq.html#28} ** * Resolving the relative URI @@ -227,7 +227,7 @@ import java.lang.NullPointerException; // for javadoc * possible. For example, relativizing the URI * *
- * {@code http://docs.oracle.com/javase/1.3/docs/guide/index.html} + * {@code https://docs.oracle.com/javase/1.3/docs/guide/index.html} ** * against the base URI diff --git a/src/share/classes/java/text/DecimalFormat.java b/src/share/classes/java/text/DecimalFormat.java index f89fd151749cf01da523a5f44311f9f017712b19..a0020ba12a34bc5d188f50f23c092e025c75223a 100644 --- a/src/share/classes/java/text/DecimalFormat.java +++ b/src/share/classes/java/text/DecimalFormat.java @@ -371,7 +371,7 @@ import sun.util.locale.provider.ResourceBundleBasedAdapter; * } * } * - * @see Java Tutorial + * @see Java Tutorial * @see NumberFormat * @see DecimalFormatSymbols * @see ParsePosition diff --git a/src/share/classes/java/text/SimpleDateFormat.java b/src/share/classes/java/text/SimpleDateFormat.java index c510d2d78a649a20b8adf4d5994a17008a6335ac..729238b5d69a7b33c73e8eb4912593d169119fca 100644 --- a/src/share/classes/java/text/SimpleDateFormat.java +++ b/src/share/classes/java/text/SimpleDateFormat.java @@ -411,7 +411,7 @@ import sun.util.locale.provider.LocaleProviderAdapter; * 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 diff --git a/src/share/classes/java/util/concurrent/atomic/package-info.java b/src/share/classes/java/util/concurrent/atomic/package-info.java index ce497eb53b938f65f049a049700e280d4e534a42..a51d75cf8c2995c0d0c010fe0e8cd8442c65aadd 100644 --- a/src/share/classes/java/util/concurrent/atomic/package-info.java +++ b/src/share/classes/java/util/concurrent/atomic/package-info.java @@ -94,7 +94,7 @@ * *
The memory effects for accesses and updates of atomics generally * follow the rules for volatiles, as stated in - * + * * The Java Language Specification (17.4 Memory Model): * *
All {@code Lock} implementations must enforce the same * memory synchronization semantics as provided by the built-in monitor * lock, as described in - * + * * The Java Language Specification (17.4 Memory Model): *
Action for more
* details, and you can find more information in How
+ * href="https://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="https://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:
diff --git a/src/share/classes/javax/swing/BorderFactory.java b/src/share/classes/javax/swing/BorderFactory.java
index f821e76f8cc8d2b568b063e86949e9f3151d73a3..f90c1e2c37005a0474057bb1dcee51a54ef1d89e 100644
--- a/src/share/classes/javax/swing/BorderFactory.java
+++ b/src/share/classes/javax/swing/BorderFactory.java
@@ -35,7 +35,7 @@ import javax.swing.border.*;
* 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.
*
diff --git a/src/share/classes/javax/swing/Box.java b/src/share/classes/javax/swing/Box.java
index 9bf5474c746c2e476a35332ac77289e956181ff9..e3b79f812442799dd9095c8a81b3d64712b835ca 100644
--- a/src/share/classes/javax/swing/Box.java
+++ b/src/share/classes/javax/swing/Box.java
@@ -60,7 +60,7 @@ import javax.accessibility.*;
* If you are implementing a BoxLayout you
* can find further information and examples in
* How to Use BoxLayout,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/layout/box.html">How to Use BoxLayout,
* a section in The Java Tutorial.
*
* Warning: diff --git a/src/share/classes/javax/swing/BoxLayout.java b/src/share/classes/javax/swing/BoxLayout.java index 8723a15f0482ee1d4c213e46bdb1c1836fedf980..3f37d8537b522b0fe8eb882ea4c31db5948f39bb 100644 --- a/src/share/classes/javax/swing/BoxLayout.java +++ b/src/share/classes/javax/swing/BoxLayout.java @@ -116,7 +116,7 @@ import java.io.PrintStream; *
* For further information and examples see * How to Use BoxLayout, + href="https://docs.oracle.com/javase/tutorial/uiswing/layout/box.html">How to Use BoxLayout, * a section in The Java Tutorial. *
* Warning: diff --git a/src/share/classes/javax/swing/ButtonGroup.java b/src/share/classes/javax/swing/ButtonGroup.java index 27b11ea3fc7cb37f31b1c17643cd7f16dee21f44..feb3a92ceb9ffb376eec935c64ae6816e2ea47d7 100644 --- a/src/share/classes/javax/swing/ButtonGroup.java +++ b/src/share/classes/javax/swing/ButtonGroup.java @@ -51,7 +51,7 @@ import java.io.Serializable; * 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:
diff --git a/src/share/classes/javax/swing/DefaultFocusManager.java b/src/share/classes/javax/swing/DefaultFocusManager.java
index 0644bc074339d33d9778b0f2ab4992e3aec77794..9bdf96f6b1895ec2acc684e99522a129b54b9a0f 100644
--- a/src/share/classes/javax/swing/DefaultFocusManager.java
+++ b/src/share/classes/javax/swing/DefaultFocusManager.java
@@ -37,7 +37,7 @@ import java.util.Comparator;
* java.awt.DefaultKeyboardFocusManager instead.
*
* Please see
- *
+ *
* How to Use the Focus Subsystem,
* a section in The Java Tutorial, and the
* Focus Specification
diff --git a/src/share/classes/javax/swing/FocusManager.java b/src/share/classes/javax/swing/FocusManager.java
index 1e3a98b3622739a96a0634da11a6368db7709ba9..0946dd19d3b5aa50e500ccbbbe35fc4ec5d444a9 100644
--- a/src/share/classes/javax/swing/FocusManager.java
+++ b/src/share/classes/javax/swing/FocusManager.java
@@ -34,7 +34,7 @@ import java.awt.*;
* java.awt.DefaultKeyboardFocusManager instead.
*
* Please see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial, and the * Focus Specification diff --git a/src/share/classes/javax/swing/ImageIcon.java b/src/share/classes/javax/swing/ImageIcon.java index e670f92a5c0b33570a273b100daa9a268e2774f9..0f2fb4c09d810390343d4fcd91f02883679d5933 100644 --- a/src/share/classes/javax/swing/ImageIcon.java +++ b/src/share/classes/javax/swing/ImageIcon.java @@ -50,7 +50,7 @@ import java.security.*; * *
* For further information and examples of using image icons, see - * How to Use Icons + * How to Use Icons * in The Java Tutorial. * *
diff --git a/src/share/classes/javax/swing/JApplet.java b/src/share/classes/javax/swing/JApplet.java index afd66e1d438d9b11ab34900d7e2f71a405c7a426..e1754d3a434a34d559658c87499c4ee68fe2a1c4 100644 --- a/src/share/classes/javax/swing/JApplet.java +++ b/src/share/classes/javax/swing/JApplet.java @@ -40,7 +40,7 @@ import javax.accessibility.*; * in The Java Tutorial, * in the section * How to Make Applets. + href="https://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
@@ -184,7 +184,7 @@ public class JApplet extends Applet implements Accessible,
* 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.
*
diff --git a/src/share/classes/javax/swing/JButton.java b/src/share/classes/javax/swing/JButton.java
index 5823cf1bffa36f52035b9310ea38119b2cff32a1..6a154aded11973282f57309e7495ae1b234ea295 100644
--- a/src/share/classes/javax/swing/JButton.java
+++ b/src/share/classes/javax/swing/JButton.java
@@ -48,10 +48,10 @@ import java.io.IOException;
* configuring a button. Refer to
* Swing Components Supporting Action for more
* details, and you can find more information in How
+ * href="https://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. *
diff --git a/src/share/classes/javax/swing/JCheckBox.java b/src/share/classes/javax/swing/JCheckBox.java index ff93077f2a3a567c23faa146668f55ff95b5119c..34c1abf47c5354112e4a82b43c732721e6a76185 100644 --- a/src/share/classes/javax/swing/JCheckBox.java +++ b/src/share/classes/javax/swing/JCheckBox.java @@ -40,7 +40,7 @@ import java.io.IOException; * 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 @@ import java.io.IOException;
* configuring a button. Refer to
* Swing Components Supporting Action for more
* details, and you can find more information in How
+ * href="https://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
diff --git a/src/share/classes/javax/swing/JCheckBoxMenuItem.java b/src/share/classes/javax/swing/JCheckBoxMenuItem.java
index 8908b62ece7eaf2c56c868cc58cc5a4adaced61e..945e75c3a994452d33bbd34820031ce8bbd4a72b 100644
--- a/src/share/classes/javax/swing/JCheckBoxMenuItem.java
+++ b/src/share/classes/javax/swing/JCheckBoxMenuItem.java
@@ -59,12 +59,12 @@ import javax.accessibility.*;
* configuring a menu item. Refer to
* Swing Components Supporting Action for more
* details, and you can find more information in How
+ * href="https://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="https://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 diff --git a/src/share/classes/javax/swing/JColorChooser.java b/src/share/classes/javax/swing/JColorChooser.java index 476ce05f94bb73fe988cea5c363d6d383271fa54..7ad1fed551655bdbef0cbc9d618439087cbae4c1 100644 --- a/src/share/classes/javax/swing/JColorChooser.java +++ b/src/share/classes/javax/swing/JColorChooser.java @@ -42,7 +42,7 @@ import sun.swing.SwingUtilities2; * a user to manipulate and select a color. * For information about using color choosers, see * How to Use Color Choosers, + href="https://docs.oracle.com/javase/tutorial/uiswing/components/colorchooser.html">How to Use Color Choosers, * a section in The Java Tutorial. * *
diff --git a/src/share/classes/javax/swing/JComboBox.java b/src/share/classes/javax/swing/JComboBox.java index 0862f437a50a3ed8684e64eabcefa23f48c622bd..8a1b1b8515c58c32c8b262306c18c8a60dc0a1b1 100644 --- a/src/share/classes/javax/swing/JComboBox.java +++ b/src/share/classes/javax/swing/JComboBox.java @@ -62,8 +62,8 @@ import javax.accessibility.*; * 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 diff --git a/src/share/classes/javax/swing/JComponent.java b/src/share/classes/javax/swing/JComponent.java index 1d24558aef91a826a3193ab7ff40d0bb0ecfbf2a..940eb3ebb4770169ea29ce40606067278eda200b 100644 --- a/src/share/classes/javax/swing/JComponent.java +++ b/src/share/classes/javax/swing/JComponent.java @@ -80,7 +80,7 @@ import sun.swing.UIClientPropertyKey; * 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="https://docs.oracle.com/javase/tutorial/uiswing/components/toplevel.html">Swing Components and the Containment Hierarchy, * a section in The Java Tutorial. * *
@@ -94,20 +94,20 @@ import sun.swing.UIClientPropertyKey; * UI delegate -- an object that descends from * {@link javax.swing.plaf.ComponentUI}. * See How + * href="https://docs.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html">How * to Set the Look and Feel * in The Java Tutorial * for more information. *
* JComponent and its subclasses document default values
* for certain properties. For example, JTable documents the
@@ -151,7 +151,7 @@ import sun.swing.UIClientPropertyKey;
*
* 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. *
@@ -1293,7 +1293,7 @@ public abstract class JComponent extends Container implements Serializable, /** * 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. *
@@ -1355,7 +1355,7 @@ public abstract class JComponent extends Container implements Serializable, /** * 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. *
@@ -1388,7 +1388,7 @@ public abstract class JComponent extends Container implements Serializable, /** * 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. *
@@ -1421,7 +1421,7 @@ public abstract class JComponent extends Container implements Serializable,
* all, use the setFocusable method instead.
*
* Please see
- *
+ *
* How to Use the Focus Subsystem,
* a section in The Java Tutorial,
* for more information.
@@ -1440,7 +1440,7 @@ public abstract class JComponent extends Container implements Serializable,
* get focus; otherwise returns false.
*
* Please see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial, * for more information. @@ -1466,7 +1466,7 @@ public abstract class JComponent extends Container implements Serializable, * 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. * @@ -1489,7 +1489,7 @@ public abstract class JComponent extends Container implements Serializable, * 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. * @@ -1511,7 +1511,7 @@ public abstract class JComponent extends Container implements Serializable, * this method. *
* If you would like more information on focus, see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial. * @@ -1532,7 +1532,7 @@ public abstract class JComponent extends Container implements Serializable, * this method. *
* If you would like more information on focus, see - * + * * How to Use the Focus Subsystem, * a section in The Java Tutorial. * @@ -2597,7 +2597,7 @@ public abstract class JComponent extends Container implements Serializable, /** * 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. *
@@ -2988,7 +2988,7 @@ public abstract class JComponent extends Container implements Serializable, * 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. * @@ -3208,7 +3208,7 @@ public abstract class JComponent extends Container implements Serializable, * 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. * diff --git a/src/share/classes/javax/swing/JDesktopPane.java b/src/share/classes/javax/swing/JDesktopPane.java index 0f05f7900d51a9f192c450bf0f7501ee9b5a7086..fbd56f4d07e762e361dc3bc6d89cb7595a167017 100644 --- a/src/share/classes/javax/swing/JDesktopPane.java +++ b/src/share/classes/javax/swing/JDesktopPane.java @@ -64,7 +64,7 @@ import java.util.LinkedHashSet; * (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 diff --git a/src/share/classes/javax/swing/JDialog.java b/src/share/classes/javax/swing/JDialog.java index 51228851fa1f4e6bddb8024a8cb85a2d2087e58c..2f55873dfae3b65eb198d7c279ad32b27e84c707 100644 --- a/src/share/classes/javax/swing/JDialog.java +++ b/src/share/classes/javax/swing/JDialog.java @@ -35,7 +35,7 @@ import javax.accessibility.*; * For information about creating dialogs, see * The Java Tutorial section * How + href="https://docs.oracle.com/javase/tutorial/uiswing/components/dialog.html">How * to Make Dialogs. * *
@@ -788,7 +788,7 @@ public class JDialog extends Dialog implements WindowConstants, * 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. * diff --git a/src/share/classes/javax/swing/JEditorPane.java b/src/share/classes/javax/swing/JEditorPane.java index ffd8e046bd6ccde855bb32422596ebba64cad26b..0df1181939d564aaf095e10fcfae709575ed56ab 100644 --- a/src/share/classes/javax/swing/JEditorPane.java +++ b/src/share/classes/javax/swing/JEditorPane.java @@ -43,7 +43,7 @@ import javax.accessibility.*; /** * 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. * *
diff --git a/src/share/classes/javax/swing/JFileChooser.java b/src/share/classes/javax/swing/JFileChooser.java
index a3d4443ab2b1e54b4d1d1731ec9aaf678dc0c5f9..453827c0c1bea30e088a1f82382d83b41bef294c 100644
--- a/src/share/classes/javax/swing/JFileChooser.java
+++ b/src/share/classes/javax/swing/JFileChooser.java
@@ -57,7 +57,7 @@ import java.lang.ref.WeakReference;
* choose a file.
* For information about using JFileChooser, see
* How to Use File Choosers,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/filechooser.html">How to Use File Choosers,
* a section in The Java Tutorial.
*
*
diff --git a/src/share/classes/javax/swing/JFrame.java b/src/share/classes/javax/swing/JFrame.java
index ab3ad7fc08757bc53a1b12b0e89055d64e45783e..bbcf92f29936ac93411e6444af6e7dd914323151 100644
--- a/src/share/classes/javax/swing/JFrame.java
+++ b/src/share/classes/javax/swing/JFrame.java
@@ -48,7 +48,7 @@ import javax.accessibility.AccessibleStateSet;
* You can find task-oriented documentation about using JFrame
* in The Java Tutorial, in the section
* How to Make Frames.
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/frame.html">How to Make Frames.
*
*
* The JFrame class is slightly incompatible with Frame.
@@ -86,7 +86,7 @@ import javax.accessibility.AccessibleStateSet;
* For more information on content panes
* and other features that root panes provide,
* see Using Top-Level Containers in The Java Tutorial.
+ href="https://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
@@ -434,7 +434,7 @@ public class JFrame extends Frame implements WindowConstants,
* 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. * diff --git a/src/share/classes/javax/swing/JInternalFrame.java b/src/share/classes/javax/swing/JInternalFrame.java index 5cba3aa6f17d84814eb19ea1514c5041cd81ad96..9783d01398c3caabde65928286c0cff7dab36b19 100644 --- a/src/share/classes/javax/swing/JInternalFrame.java +++ b/src/share/classes/javax/swing/JInternalFrame.java @@ -50,7 +50,7 @@ import sun.swing.SwingUtilities2; * 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="https://docs.oracle.com/javase/tutorial/uiswing/components/internalframe.html" target="_top">How to Use Internal Frames, * a section in The Java Tutorial. * *
diff --git a/src/share/classes/javax/swing/JLabel.java b/src/share/classes/javax/swing/JLabel.java index 3d7f9d12662f8be2d2a191d6dc8cc5f36f931451..a3e3905e895696ff48b43f4c84e64a545190fb4e 100644 --- a/src/share/classes/javax/swing/JLabel.java +++ b/src/share/classes/javax/swing/JLabel.java @@ -80,7 +80,7 @@ import java.util.*; * 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. *
diff --git a/src/share/classes/javax/swing/JLayeredPane.java b/src/share/classes/javax/swing/JLayeredPane.java index 07e1d0acd8dde48dbe68b9ad616333eafe36b309..5e107556dee81aaa7808db3b5d5ad4db7b8cfad8 100644 --- a/src/share/classes/javax/swing/JLayeredPane.java +++ b/src/share/classes/javax/swing/JLayeredPane.java @@ -41,7 +41,7 @@ import javax.accessibility.*; * 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. * *