8212882: links to tutorial should be updated to use https:
Reviewed-by: psadhukhan, pbansal
--- a/src/demo/share/jfc/FileChooserDemo/FileChooserDemo.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/demo/share/jfc/FileChooserDemo/FileChooserDemo.java Tue Nov 20 16:40:40 2018 +0530
@@ -800,7 +800,7 @@
* NOTE: By default, the look and feel will be set to the
* Cross Platform Look and Feel (which is currently Metal).
* The following code tries to set the Look and Feel to Nimbus.
- * http://docs.oracle.com/javase/tutorial/uiswing/lookandfeel/nimbus.html
+ * https://docs.oracle.com/javase/tutorial/uiswing/lookandfeel/nimbus.html
*/
try {
for (LookAndFeelInfo info : UIManager.
--- a/src/java.desktop/share/classes/java/awt/Component.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/Component.java Tue Nov 20 16:40:40 2018 +0530
@@ -204,7 +204,7 @@
* <a href="http://www.oracle.com/technetwork/java/painting-140037.html">Painting in AWT and Swing</a>.
* <p>
* For details on the focus subsystem, see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
* How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>, and the
* <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a>
--- a/src/java.desktop/share/classes/java/awt/Container.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/Container.java Tue Nov 20 16:40:40 2018 +0530
@@ -79,7 +79,7 @@
* (and hence to the bottom of the stacking order).
* <p>
* <b>Note</b>: For details on the focus subsystem, see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
* How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>, and the
* <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a>
--- a/src/java.desktop/share/classes/java/awt/DefaultFocusTraversalPolicy.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/DefaultFocusTraversalPolicy.java Tue Nov 20 16:40:40 2018 +0530
@@ -54,7 +54,7 @@
* impact, the focusability of the Component itself.
* <p>
* Please see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
* How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>, and the
* <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a>
--- a/src/java.desktop/share/classes/java/awt/DefaultKeyboardFocusManager.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/DefaultKeyboardFocusManager.java Tue Nov 20 16:40:40 2018 +0530
@@ -49,7 +49,7 @@
* Container's FocusTraversalPolicy.
* <p>
* Please see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
* How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>, and the
* <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a>
--- a/src/java.desktop/share/classes/java/awt/DisplayMode.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/DisplayMode.java Tue Nov 20 16:40:40 2018 +0530
@@ -35,7 +35,7 @@
* (see {@link GraphicsDevice#isDisplayChangeSupported}).
* <p>
* For more information on full-screen exclusive mode API, see the
- * <a href="http://docs.oracle.com/javase/tutorial/extra/fullscreen/index.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/extra/fullscreen/index.html">
* Full-Screen Exclusive Mode API Tutorial</a>.
*
* @see GraphicsDevice
--- a/src/java.desktop/share/classes/java/awt/FocusTraversalPolicy.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/FocusTraversalPolicy.java Tue Nov 20 16:40:40 2018 +0530
@@ -49,7 +49,7 @@
* policy is used to perform the search operation.
* <p>
* Please see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
* How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>, and the
* <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a>
--- a/src/java.desktop/share/classes/java/awt/GraphicsDevice.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/GraphicsDevice.java Tue Nov 20 16:40:40 2018 +0530
@@ -67,7 +67,7 @@
* }</pre>
* <p>
* For more information on full-screen exclusive mode API, see the
- * <a href="http://docs.oracle.com/javase/tutorial/extra/fullscreen/index.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/extra/fullscreen/index.html">
* Full-Screen Exclusive Mode API Tutorial</a>.
*
* @see GraphicsEnvironment
--- a/src/java.desktop/share/classes/java/awt/KeyboardFocusManager.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/KeyboardFocusManager.java Tue Nov 20 16:40:40 2018 +0530
@@ -85,7 +85,7 @@
* ClassLoader.
* <p>
* Please see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
* How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>, and the
* <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a>
--- a/src/java.desktop/share/classes/java/awt/Toolkit.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/Toolkit.java Tue Nov 20 16:40:40 2018 +0530
@@ -102,9 +102,9 @@
*
* <li>Moving the focus from one component to another.
* <br>For more information, see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html#transferTiming">Timing
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html#transferTiming">Timing
* Focus Transfers</a>, a section in
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/">The Swing
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/">The Swing
* Tutorial</a>.
*
* <li>Making a top-level container visible.
--- a/src/java.desktop/share/classes/java/awt/event/ActionEvent.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/event/ActionEvent.java Tue Nov 20 16:40:40 2018 +0530
@@ -51,7 +51,7 @@
* in the range from {@code ACTION_FIRST} to {@code ACTION_LAST}.
*
* @see ActionListener
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/actionlistener.html">Tutorial: How to Write an Action Listener</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/actionlistener.html">Tutorial: How to Write an Action Listener</a>
*
* @author Carl Quinn
* @since 1.1
--- a/src/java.desktop/share/classes/java/awt/event/ActionListener.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/event/ActionListener.java Tue Nov 20 16:40:40 2018 +0530
@@ -37,7 +37,7 @@
* invoked.
*
* @see ActionEvent
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/actionlistener.html">How to Write an Action Listener</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/actionlistener.html">How to Write an Action Listener</a>
*
* @author Carl Quinn
* @since 1.1
--- a/src/java.desktop/share/classes/java/awt/event/ComponentAdapter.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/event/ComponentAdapter.java Tue Nov 20 16:40:40 2018 +0530
@@ -44,7 +44,7 @@
*
* @see ComponentEvent
* @see ComponentListener
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/componentlistener.html">Tutorial: Writing a Component Listener</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/componentlistener.html">Tutorial: Writing a Component Listener</a>
*
* @author Carl Quinn
* @since 1.1
--- a/src/java.desktop/share/classes/java/awt/event/ComponentEvent.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/event/ComponentEvent.java Tue Nov 20 16:40:40 2018 +0530
@@ -60,7 +60,7 @@
*
* @see ComponentAdapter
* @see ComponentListener
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/componentlistener.html">Tutorial: Writing a Component Listener</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/componentlistener.html">Tutorial: Writing a Component Listener</a>
*
* @author Carl Quinn
* @since 1.1
--- a/src/java.desktop/share/classes/java/awt/event/ComponentListener.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/event/ComponentListener.java Tue Nov 20 16:40:40 2018 +0530
@@ -46,7 +46,7 @@
*
* @see ComponentAdapter
* @see ComponentEvent
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/componentlistener.html">Tutorial: Writing a Component Listener</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/componentlistener.html">Tutorial: Writing a Component Listener</a>
*
* @author Carl Quinn
* @since 1.1
--- a/src/java.desktop/share/classes/java/awt/event/ContainerAdapter.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/event/ContainerAdapter.java Tue Nov 20 16:40:40 2018 +0530
@@ -44,7 +44,7 @@
*
* @see ContainerEvent
* @see ContainerListener
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/containerlistener.html">Tutorial: Writing a Container Listener</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/containerlistener.html">Tutorial: Writing a Container Listener</a>
*
* @author Amy Fowler
* @since 1.1
--- a/src/java.desktop/share/classes/java/awt/event/ContainerEvent.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/event/ContainerEvent.java Tue Nov 20 16:40:40 2018 +0530
@@ -52,7 +52,7 @@
*
* @see ContainerAdapter
* @see ContainerListener
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/containerlistener.html">Tutorial: Writing a Container Listener</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/containerlistener.html">Tutorial: Writing a Container Listener</a>
*
* @author Tim Prinzing
* @author Amy Fowler
--- a/src/java.desktop/share/classes/java/awt/event/ContainerListener.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/event/ContainerListener.java Tue Nov 20 16:40:40 2018 +0530
@@ -46,7 +46,7 @@
*
* @see ContainerAdapter
* @see ContainerEvent
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/containerlistener.html">Tutorial: Writing a Container Listener</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/containerlistener.html">Tutorial: Writing a Container Listener</a>
*
* @author Tim Prinzing
* @author Amy Fowler
--- a/src/java.desktop/share/classes/java/awt/event/FocusAdapter.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/event/FocusAdapter.java Tue Nov 20 16:40:40 2018 +0530
@@ -44,7 +44,7 @@
*
* @see FocusEvent
* @see FocusListener
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/focuslistener.html">Tutorial: Writing a Focus Listener</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/focuslistener.html">Tutorial: Writing a Focus Listener</a>
*
* @author Carl Quinn
* @since 1.1
--- a/src/java.desktop/share/classes/java/awt/event/FocusEvent.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/event/FocusEvent.java Tue Nov 20 16:40:40 2018 +0530
@@ -64,7 +64,7 @@
*
* @see FocusAdapter
* @see FocusListener
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/focuslistener.html">Tutorial: Writing a Focus Listener</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/focuslistener.html">Tutorial: Writing a Focus Listener</a>
*
* @author Carl Quinn
* @author Amy Fowler
--- a/src/java.desktop/share/classes/java/awt/event/FocusListener.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/event/FocusListener.java Tue Nov 20 16:40:40 2018 +0530
@@ -42,7 +42,7 @@
*
* @see FocusAdapter
* @see FocusEvent
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/focuslistener.html">Tutorial: Writing a Focus Listener</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/focuslistener.html">Tutorial: Writing a Focus Listener</a>
*
* @author Carl Quinn
* @since 1.1
--- a/src/java.desktop/share/classes/java/awt/event/ItemEvent.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/event/ItemEvent.java Tue Nov 20 16:40:40 2018 +0530
@@ -58,7 +58,7 @@
*
* @see java.awt.ItemSelectable
* @see ItemListener
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/itemlistener.html">Tutorial: Writing an Item Listener</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/itemlistener.html">Tutorial: Writing an Item Listener</a>
*
* @since 1.1
*/
--- a/src/java.desktop/share/classes/java/awt/event/ItemListener.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/event/ItemListener.java Tue Nov 20 16:40:40 2018 +0530
@@ -40,7 +40,7 @@
*
* @see java.awt.ItemSelectable
* @see ItemEvent
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/itemlistener.html">Tutorial: Writing an Item Listener</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/itemlistener.html">Tutorial: Writing an Item Listener</a>
*
* @since 1.1
*/
--- a/src/java.desktop/share/classes/java/awt/event/KeyAdapter.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/event/KeyAdapter.java Tue Nov 20 16:40:40 2018 +0530
@@ -46,7 +46,7 @@
*
* @see KeyEvent
* @see KeyListener
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/keylistener.html">Tutorial: Writing a Key Listener</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/keylistener.html">Tutorial: Writing a Key Listener</a>
*
* @since 1.1
*/
--- a/src/java.desktop/share/classes/java/awt/event/KeyEvent.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/event/KeyEvent.java Tue Nov 20 16:40:40 2018 +0530
@@ -145,7 +145,7 @@
*
* @see KeyAdapter
* @see KeyListener
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/keylistener.html">Tutorial: Writing a Key Listener</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/keylistener.html">Tutorial: Writing a Key Listener</a>
*
* @since 1.1
*/
--- a/src/java.desktop/share/classes/java/awt/event/MouseAdapter.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/event/MouseAdapter.java Tue Nov 20 16:40:40 2018 +0530
@@ -63,7 +63,7 @@
* @see MouseListener
* @see MouseMotionListener
* @see MouseWheelListener
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/mouselistener.html">Tutorial: Writing a Mouse Listener</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/mouselistener.html">Tutorial: Writing a Mouse Listener</a>
*
* @since 1.1
*/
--- a/src/java.desktop/share/classes/java/awt/event/MouseEvent.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/event/MouseEvent.java Tue Nov 20 16:40:40 2018 +0530
@@ -184,8 +184,8 @@
* @see MouseMotionAdapter
* @see MouseMotionListener
* @see MouseWheelListener
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/mouselistener.html">Tutorial: Writing a Mouse Listener</a>
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/mousemotionlistener.html">Tutorial: Writing a Mouse Motion Listener</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/mouselistener.html">Tutorial: Writing a Mouse Listener</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/mousemotionlistener.html">Tutorial: Writing a Mouse Motion Listener</a>
*
* @since 1.1
*/
--- a/src/java.desktop/share/classes/java/awt/event/MouseListener.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/event/MouseListener.java Tue Nov 20 16:40:40 2018 +0530
@@ -50,7 +50,7 @@
*
* @see MouseAdapter
* @see MouseEvent
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/mouselistener.html">Tutorial: Writing a Mouse Listener</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/mouselistener.html">Tutorial: Writing a Mouse Listener</a>
*
* @since 1.1
*/
--- a/src/java.desktop/share/classes/java/awt/event/MouseMotionAdapter.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/event/MouseMotionAdapter.java Tue Nov 20 16:40:40 2018 +0530
@@ -49,7 +49,7 @@
*
* @see MouseEvent
* @see MouseMotionListener
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/mousemotionlistener.html">Tutorial: Writing a Mouse Motion Listener</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/mousemotionlistener.html">Tutorial: Writing a Mouse Motion Listener</a>
*
* @since 1.1
*/
--- a/src/java.desktop/share/classes/java/awt/event/MouseMotionListener.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/event/MouseMotionListener.java Tue Nov 20 16:40:40 2018 +0530
@@ -47,7 +47,7 @@
*
* @see MouseMotionAdapter
* @see MouseEvent
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/mousemotionlistener.html">Tutorial: Writing a Mouse Motion Listener</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/mousemotionlistener.html">Tutorial: Writing a Mouse Motion Listener</a>
*
* @since 1.1
*/
--- a/src/java.desktop/share/classes/java/awt/event/WindowAdapter.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/event/WindowAdapter.java Tue Nov 20 16:40:40 2018 +0530
@@ -45,7 +45,7 @@
*
* @see WindowEvent
* @see WindowListener
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/windowlistener.html">Tutorial: Writing a Window Listener</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/windowlistener.html">Tutorial: Writing a Window Listener</a>
*
* @author Carl Quinn
* @author Amy Fowler
--- a/src/java.desktop/share/classes/java/awt/event/WindowEvent.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/event/WindowEvent.java Tue Nov 20 16:40:40 2018 +0530
@@ -52,7 +52,7 @@
*
* @see WindowAdapter
* @see WindowListener
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/windowlistener.html">Tutorial: Writing a Window Listener</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/windowlistener.html">Tutorial: Writing a Window Listener</a>
*
* @since 1.1
*/
--- a/src/java.desktop/share/classes/java/awt/event/WindowFocusListener.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/event/WindowFocusListener.java Tue Nov 20 16:40:40 2018 +0530
@@ -47,7 +47,7 @@
*
* @see WindowAdapter
* @see WindowEvent
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/windowlistener.html">Tutorial: Writing a Window Listener</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/windowlistener.html">Tutorial: Writing a Window Listener</a>
*
* @since 1.4
*/
--- a/src/java.desktop/share/classes/java/awt/event/WindowListener.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/awt/event/WindowListener.java Tue Nov 20 16:40:40 2018 +0530
@@ -44,7 +44,7 @@
*
* @see WindowAdapter
* @see WindowEvent
- * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/windowlistener.html">Tutorial: How to Write Window Listeners</a>
+ * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/windowlistener.html">Tutorial: How to Write Window Listeners</a>
*
* @since 1.1
*/
--- a/src/java.desktop/share/classes/java/beans/package-info.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/java/beans/package-info.java Tue Nov 20 16:40:40 2018 +0530
@@ -102,7 +102,7 @@
* <h2>Related Documentation</h2>
* For overview, architecture, and tutorial documentation, please see:
* <ul>
- * <li><a href="http://docs.oracle.com/javase/tutorial/javabeans/">
+ * <li><a href="https://docs.oracle.com/javase/tutorial/javabeans/">
* JavaBeans</a>, a trail in <em>The Java Tutorial</em>.</li>
* <li><a href="http://www.oracle.com/technetwork/java/persistence2-141443.html">
* Long-Term Persistence</a>, an article in
--- a/src/java.desktop/share/classes/javax/swing/AbstractButton.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/AbstractButton.java Tue Nov 20 16:40:40 2018 +0530
@@ -49,12 +49,12 @@
* configuring a button. Refer to <a href="Action.html#buttonActions">
* Swing Components Supporting <code>Action</code></a> for more
* details, and you can find more information in <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How
* to Use Actions</a>, a section in <em>The Java Tutorial</em>.
* <p>
* For further information see
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/button.html">How to Use Buttons, Check Boxes, and Radio Buttons</a>,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/button.html">How to Use Buttons, Check Boxes, and Radio Buttons</a>,
* a section in <em>The Java Tutorial</em>.
* <p>
* <strong>Warning:</strong>
--- a/src/java.desktop/share/classes/javax/swing/BorderFactory.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/BorderFactory.java Tue Nov 20 16:40:40 2018 +0530
@@ -35,7 +35,7 @@
* possible, this factory will hand out references to shared
* <code>Border</code> instances.
* For further information and examples see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/border.html">How
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/border.html">How
to Use Borders</a>,
* a section in <em>The Java Tutorial</em>.
*
--- a/src/java.desktop/share/classes/javax/swing/Box.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/Box.java Tue Nov 20 16:40:40 2018 +0530
@@ -57,7 +57,7 @@
* If you are implementing a <code>BoxLayout</code> you
* can find further information and examples in
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/layout/box.html">How to Use BoxLayout</a>,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/layout/box.html">How to Use BoxLayout</a>,
* a section in <em>The Java Tutorial.</em>
* <p>
* <strong>Warning:</strong>
--- a/src/java.desktop/share/classes/javax/swing/BoxLayout.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/BoxLayout.java Tue Nov 20 16:40:40 2018 +0530
@@ -117,7 +117,7 @@
* <p>
* For further information and examples see
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/layout/box.html">How to Use BoxLayout</a>,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/layout/box.html">How to Use BoxLayout</a>,
* a section in <em>The Java Tutorial.</em>
* <p>
* <strong>Warning:</strong>
--- a/src/java.desktop/share/classes/javax/swing/ButtonGroup.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/ButtonGroup.java Tue Nov 20 16:40:40 2018 +0530
@@ -51,7 +51,7 @@
* Initially, all buttons in the group are unselected.
* <p>
* For examples and further information on using button groups see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/button.html#radiobutton">How to Use Radio Buttons</a>,
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/button.html#radiobutton">How to Use Radio Buttons</a>,
* a section in <em>The Java Tutorial</em>.
* <p>
* <strong>Warning:</strong>
--- a/src/java.desktop/share/classes/javax/swing/DefaultFocusManager.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/DefaultFocusManager.java Tue Nov 20 16:40:40 2018 +0530
@@ -37,7 +37,7 @@
* <code>java.awt.DefaultKeyboardFocusManager</code> instead.
* <p>
* Please see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
* How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>, and the
* <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a>
--- a/src/java.desktop/share/classes/javax/swing/FocusManager.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/FocusManager.java Tue Nov 20 16:40:40 2018 +0530
@@ -34,7 +34,7 @@
* <code>java.awt.DefaultKeyboardFocusManager</code> instead.
* <p>
* Please see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
* How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>, and the
* <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a>
--- a/src/java.desktop/share/classes/javax/swing/ImageIcon.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/ImageIcon.java Tue Nov 20 16:40:40 2018 +0530
@@ -51,7 +51,7 @@
*
* <p>
* For further information and examples of using image icons, see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/icon.html">How to Use Icons</a>
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/icon.html">How to Use Icons</a>
* in <em>The Java Tutorial.</em>
*
* <p>
--- a/src/java.desktop/share/classes/javax/swing/JApplet.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JApplet.java Tue Nov 20 16:40:40 2018 +0530
@@ -47,7 +47,7 @@
* in <em>The Java Tutorial</em>,
* in the section
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/applet.html">How to Make Applets</a>.
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/applet.html">How to Make Applets</a>.
* <p>
* The <code>JApplet</code> class is slightly incompatible with
* <code>java.applet.Applet</code>. <code>JApplet</code> contains a
@@ -197,7 +197,7 @@
* are currently typed to {@code JComponent}.
* <p>
* Please see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html">
* How to Use Drag and Drop and Data Transfer</a>, a section in
* <em>The Java Tutorial</em>, for more information.
*
--- a/src/java.desktop/share/classes/javax/swing/JButton.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JButton.java Tue Nov 20 16:40:40 2018 +0530
@@ -43,10 +43,10 @@
* configuring a button. Refer to <a href="Action.html#buttonActions">
* Swing Components Supporting <code>Action</code></a> for more
* details, and you can find more information in <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How
* to Use Actions</a>, a section in <em>The Java Tutorial</em>.
* <p>
- * See <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/button.html">How to Use Buttons, Check Boxes, and Radio Buttons</a>
+ * See <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/button.html">How to Use Buttons, Check Boxes, and Radio Buttons</a>
* in <em>The Java Tutorial</em>
* for information and examples of using buttons.
* <p>
--- a/src/java.desktop/share/classes/javax/swing/JCheckBox.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JCheckBox.java Tue Nov 20 16:40:40 2018 +0530
@@ -38,7 +38,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 <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/button.html">How to Use Buttons, Check Boxes, and Radio Buttons</a>
+ * See <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/button.html">How to Use Buttons, Check Boxes, and Radio Buttons</a>
* in <em>The Java Tutorial</em>
* for examples and information on using check boxes.
* <p>
@@ -48,7 +48,7 @@
* configuring a button. Refer to <a href="Action.html#buttonActions">
* Swing Components Supporting <code>Action</code></a> for more
* details, and you can find more information in <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How
* to Use Actions</a>, a section in <em>The Java Tutorial</em>.
* <p>
* <strong>Warning:</strong> Swing is not thread safe. For more
--- a/src/java.desktop/share/classes/javax/swing/JCheckBoxMenuItem.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JCheckBoxMenuItem.java Tue Nov 20 16:40:40 2018 +0530
@@ -53,7 +53,7 @@
* configuring a menu item. Refer to <a href="Action.html#buttonActions">
* Swing Components Supporting <code>Action</code></a> for more
* details, and you can find more information in <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How
* to Use Actions</a>, a section in <em>The Java Tutorial</em>.
* <p>
* Some times it is required to select several check box menu items from a menu.
@@ -70,7 +70,7 @@
* <p>
* For further information and examples of using check box menu items,
* see <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/menu.html">How to Use Menus</a>,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/menu.html">How to Use Menus</a>,
* a section in <em>The Java Tutorial.</em>
* <p>
* <strong>Warning:</strong> Swing is not thread safe. For more
--- a/src/java.desktop/share/classes/javax/swing/JColorChooser.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JColorChooser.java Tue Nov 20 16:40:40 2018 +0530
@@ -42,7 +42,7 @@
* a user to manipulate and select a color.
* For information about using color choosers, see
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/colorchooser.html">How to Use Color Choosers</a>,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/colorchooser.html">How to Use Color Choosers</a>,
* a section in <em>The Java Tutorial</em>.
*
* <p>
--- a/src/java.desktop/share/classes/javax/swing/JComboBox.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JComboBox.java Tue Nov 20 16:40:40 2018 +0530
@@ -64,8 +64,8 @@
* Please see {@link java.beans.XMLEncoder}.
*
* <p>
- * See <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/combobox.html">How to Use Combo Boxes</a>
- * in <a href="http://docs.oracle.com/javase/tutorial/"><em>The Java Tutorial</em></a>
+ * See <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/combobox.html">How to Use Combo Boxes</a>
+ * in <a href="https://docs.oracle.com/javase/tutorial/"><em>The Java Tutorial</em></a>
* for further information.
*
* @see ComboBoxModel
--- a/src/java.desktop/share/classes/javax/swing/JComponent.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JComponent.java Tue Nov 20 16:40:40 2018 +0530
@@ -70,7 +70,7 @@
* that provide a place for other Swing components to paint themselves.
* For an explanation of containment hierarchies, see
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/toplevel.html">Swing Components and the Containment Hierarchy</a>,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/toplevel.html">Swing Components and the Containment Hierarchy</a>,
* a section in <em>The Java Tutorial</em>.
*
* <p>
@@ -84,20 +84,20 @@
* <em>UI delegate</em> -- an object that descends from
* {@link javax.swing.plaf.ComponentUI}.
* See <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html">How
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html">How
* to Set the Look and Feel</a>
* in <em>The Java Tutorial</em>
* for more information.
* <li>Comprehensive keystroke handling.
* See the document <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/misc/keybinding.html">How to Use Key Bindings</a>,
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/misc/keybinding.html">How to Use Key Bindings</a>,
* an article in <em>The Java Tutorial</em>,
* for more information.
* <li>Support for tool tips --
* short descriptions that pop up when the cursor lingers
* over a component.
* See <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/components/tooltip.html">How
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/components/tooltip.html">How
* to Use Tool Tips</a>
* in <em>The Java Tutorial</em>
* for more information.
@@ -116,14 +116,14 @@
* that includes double buffering and support for borders.
* For more information see <a
* href="http://www.oracle.com/technetwork/java/painting-140037.html#swing">Painting</a> and
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/border.html">How
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/border.html">How
* to Use Borders</a>,
* both of which are sections in <em>The Java Tutorial</em>.
* </ul>
* For more information on these subjects, see the
* {@link javax.swing Swing package description}
* and <em>The Java Tutorial</em> section
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/jcomponent.html">The JComponent Class</a>.
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/jcomponent.html">The JComponent Class</a>.
* <p>
* <code>JComponent</code> and its subclasses document default values
* for certain properties. For example, <code>JTable</code> documents the
@@ -141,7 +141,7 @@
* <p>
* In release 1.4, the focus subsystem was rearchitected.
* For more information, see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
* How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>.
* <p>
@@ -1313,7 +1313,7 @@
/**
* In release 1.4, the focus subsystem was rearchitected.
* For more information, see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
* How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>.
* <p>
@@ -1377,7 +1377,7 @@
/**
* In release 1.4, the focus subsystem was rearchitected.
* For more information, see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
* How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>.
* <p>
@@ -1410,7 +1410,7 @@
/**
* In release 1.4, the focus subsystem was rearchitected.
* For more information, see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
* How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>.
* <p>
@@ -1443,7 +1443,7 @@
* all, use the <code>setFocusable</code> method instead.
* <p>
* Please see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
* How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>,
* for more information.
@@ -1462,7 +1462,7 @@
* get focus; otherwise returns <code>false</code>.
* <p>
* Please see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
* How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>,
* for more information.
@@ -1488,7 +1488,7 @@
* its behavior is platform dependent. Instead we recommend the
* use of {@link #requestFocusInWindow() requestFocusInWindow()}.
* If you would like more information on focus, see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
* How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>.
*
@@ -1511,7 +1511,7 @@
* use of {@link #requestFocusInWindow(boolean)
* requestFocusInWindow(boolean)}.
* If you would like more information on focus, see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
* How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>.
*
@@ -1533,7 +1533,7 @@
* this method.
* <p>
* If you would like more information on focus, see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
* How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>.
*
@@ -1554,7 +1554,7 @@
* this method.
* <p>
* If you would like more information on focus, see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
* How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>.
*
@@ -2628,7 +2628,7 @@
/**
* In release 1.4, the focus subsystem was rearchitected.
* For more information, see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
* How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>.
* <p>
@@ -3007,7 +3007,7 @@
* Registers the text to display in a tool tip.
* The text displays when the cursor lingers over the component.
* <p>
- * See <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/tooltip.html">How to Use Tool Tips</a>
+ * See <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/tooltip.html">How to Use Tool Tips</a>
* in <em>The Java Tutorial</em>
* for further documentation.
*
@@ -3228,7 +3228,7 @@
* default value for the system property is {@code false}.
* <p>
* Please see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html">
* How to Use Drag and Drop and Data Transfer</a>,
* a section in <em>The Java Tutorial</em>, for more information.
*
--- a/src/java.desktop/share/classes/javax/swing/JDesktopPane.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JDesktopPane.java Tue Nov 20 16:40:40 2018 +0530
@@ -62,7 +62,7 @@
* (closing, resizing, etc).
* <p>
* For further documentation and examples see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/internalframe.html">How to Use Internal Frames</a>,
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/internalframe.html">How to Use Internal Frames</a>,
* a section in <em>The Java Tutorial</em>.
* <p>
* <strong>Warning:</strong> Swing is not thread safe. For more
--- a/src/java.desktop/share/classes/javax/swing/JDialog.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JDialog.java Tue Nov 20 16:40:40 2018 +0530
@@ -37,7 +37,7 @@
* For information about creating dialogs, see
* <em>The Java Tutorial</em> section
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/dialog.html">How
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/dialog.html">How
* to Make Dialogs</a>.
*
* <p>
@@ -788,7 +788,7 @@
* are currently typed to {@code JComponent}.
* <p>
* Please see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html">
* How to Use Drag and Drop and Data Transfer</a>, a section in
* <em>The Java Tutorial</em>, for more information.
*
--- a/src/java.desktop/share/classes/javax/swing/JEditorPane.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JEditorPane.java Tue Nov 20 16:40:40 2018 +0530
@@ -42,7 +42,7 @@
/**
* A text component to edit various kinds of content.
* You can find how-to information and examples of using editor panes in
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/text.html">Using Text Components</a>,
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/text.html">Using Text Components</a>,
* a section in <em>The Java Tutorial.</em>
*
* <p>
--- a/src/java.desktop/share/classes/javax/swing/JFileChooser.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JFileChooser.java Tue Nov 20 16:40:40 2018 +0530
@@ -57,7 +57,7 @@
* choose a file.
* For information about using <code>JFileChooser</code>, see
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/filechooser.html">How to Use File Choosers</a>,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/filechooser.html">How to Use File Choosers</a>,
* a section in <em>The Java Tutorial</em>.
*
* <p>
--- a/src/java.desktop/share/classes/javax/swing/JFrame.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JFrame.java Tue Nov 20 16:40:40 2018 +0530
@@ -50,7 +50,7 @@
* You can find task-oriented documentation about using <code>JFrame</code>
* in <em>The Java Tutorial</em>, in the section
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/frame.html">How to Make Frames</a>.
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/frame.html">How to Make Frames</a>.
*
* <p>
* The <code>JFrame</code> class is slightly incompatible with <code>Frame</code>.
@@ -88,7 +88,7 @@
* For more information on content panes
* and other features that root panes provide,
* see <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/toplevel.html">Using Top-Level Containers</a> in <em>The Java Tutorial</em>.
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/toplevel.html">Using Top-Level Containers</a> in <em>The Java Tutorial</em>.
* <p>
* In a multi-screen environment, you can create a <code>JFrame</code>
* on a different screen device. See {@link java.awt.Frame} for more
@@ -426,7 +426,7 @@
* are currently typed to {@code JComponent}.
* <p>
* Please see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html">
* How to Use Drag and Drop and Data Transfer</a>, a section in
* <em>The Java Tutorial</em>, for more information.
*
--- a/src/java.desktop/share/classes/javax/swing/JInternalFrame.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JInternalFrame.java Tue Nov 20 16:40:40 2018 +0530
@@ -48,7 +48,7 @@
* resizing, title display, and support for a menu bar.
* For task-oriented documentation and examples of using internal frames,
* see <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/internalframe.html" target="_top">How to Use Internal Frames</a>,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/internalframe.html" target="_top">How to Use Internal Frames</a>,
* a section in <em>The Java Tutorial</em>.
*
* <p>
--- a/src/java.desktop/share/classes/javax/swing/JLabel.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JLabel.java Tue Nov 20 16:40:40 2018 +0530
@@ -75,7 +75,7 @@
* should appear between the text and the image.
* The default is 4 pixels.
* <p>
- * See <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/label.html">How to Use Labels</a>
+ * See <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/label.html">How to Use Labels</a>
* in <em>The Java Tutorial</em>
* for further documentation.
* <p>
--- a/src/java.desktop/share/classes/javax/swing/JLayeredPane.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JLayeredPane.java Tue Nov 20 16:40:40 2018 +0530
@@ -44,7 +44,7 @@
* container, where higher-numbered components sit "on top" of other
* components.
* For task-oriented documentation and examples of using layered panes see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/layeredpane.html">How to Use a Layered Pane</a>,
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/layeredpane.html">How to Use a Layered Pane</a>,
* a section in <em>The Java Tutorial</em>.
*
* <table class="borderless" style="float:right">
--- a/src/java.desktop/share/classes/javax/swing/JList.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JList.java Tue Nov 20 16:40:40 2018 +0530
@@ -258,8 +258,8 @@
* has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}.
* <p>
- * See <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/list.html">How to Use Lists</a>
- * in <a href="http://docs.oracle.com/javase/tutorial/"><em>The Java Tutorial</em></a>
+ * See <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/list.html">How to Use Lists</a>
+ * in <a href="https://docs.oracle.com/javase/tutorial/"><em>The Java Tutorial</em></a>
* for further documentation.
*
* @see ListModel
--- a/src/java.desktop/share/classes/javax/swing/JMenu.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JMenu.java Tue Nov 20 16:40:40 2018 +0530
@@ -69,11 +69,11 @@
* configuring a menu. Refer to <a href="Action.html#buttonActions">
* Swing Components Supporting <code>Action</code></a> for more
* details, and you can find more information in <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How
* to Use Actions</a>, a section in <em>The Java Tutorial</em>.
* <p>
* For information and examples of using menus see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/menu.html">How to Use Menus</a>,
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/menu.html">How to Use Menus</a>,
* a section in <em>The Java Tutorial.</em>
* <p>
* <strong>Warning:</strong> Swing is not thread safe. For more
--- a/src/java.desktop/share/classes/javax/swing/JMenuBar.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JMenuBar.java Tue Nov 20 16:40:40 2018 +0530
@@ -52,7 +52,7 @@
* <p>
* For information and examples of using menu bars see
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/menu.html">How to Use Menus</a>,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/menu.html">How to Use Menus</a>,
* a section in <em>The Java Tutorial.</em>
* <p>
* <strong>Warning:</strong> Swing is not thread safe. For more
--- a/src/java.desktop/share/classes/javax/swing/JMenuItem.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JMenuItem.java Tue Nov 20 16:40:40 2018 +0530
@@ -51,12 +51,12 @@
* configuring a menu item. Refer to <a href="Action.html#buttonActions">
* Swing Components Supporting <code>Action</code></a> for more
* details, and you can find more information in <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How
* to Use Actions</a>, a section in <em>The Java Tutorial</em>.
* <p>
* For further documentation and for examples, see
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/menu.html">How to Use Menus</a>
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/menu.html">How to Use Menus</a>
* in <em>The Java Tutorial.</em>
* <p>
* <strong>Warning:</strong> Swing is not thread safe. For more
--- a/src/java.desktop/share/classes/javax/swing/JOptionPane.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JOptionPane.java Tue Nov 20 16:40:40 2018 +0530
@@ -62,7 +62,7 @@
* prompts users for a value or informs them of something.
* For information about using <code>JOptionPane</code>, see
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/dialog.html">How to Make Dialogs</a>,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/dialog.html">How to Make Dialogs</a>,
* a section in <em>The Java Tutorial</em>.
*
* <p>
--- a/src/java.desktop/share/classes/javax/swing/JPanel.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JPanel.java Tue Nov 20 16:40:40 2018 +0530
@@ -39,7 +39,7 @@
* <code>JPanel</code> is a generic lightweight container.
* For examples and task-oriented documentation for JPanel, see
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/panel.html">How to Use Panels</a>,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/panel.html">How to Use Panels</a>,
* a section in <em>The Java Tutorial</em>.
* <p>
* <strong>Warning:</strong> Swing is not thread safe. For more
--- a/src/java.desktop/share/classes/javax/swing/JPasswordField.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JPasswordField.java Tue Nov 20 16:40:40 2018 +0530
@@ -38,7 +38,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
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/textfield.html">How to Use Text Fields</a>,
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/textfield.html">How to Use Text Fields</a>,
* a section in <em>The Java Tutorial.</em>
* <p>
* <code>JPasswordField</code> is intended
--- a/src/java.desktop/share/classes/javax/swing/JPopupMenu.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JPopupMenu.java Tue Nov 20 16:40:40 2018 +0530
@@ -54,7 +54,7 @@
* <p>
* For information and examples of using popup menus, see
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/menu.html">How to Use Menus</a>
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/menu.html">How to Use Menus</a>
* in <em>The Java Tutorial.</em>
* <p>
* <strong>Warning:</strong> Swing is not thread safe. For more
--- a/src/java.desktop/share/classes/javax/swing/JProgressBar.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JProgressBar.java Tue Nov 20 16:40:40 2018 +0530
@@ -98,7 +98,7 @@
* <p>
*
* For complete examples and further documentation see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/progress.html" target="_top">How to Monitor Progress</a>,
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/progress.html" target="_top">How to Monitor Progress</a>,
* a section in <em>The Java Tutorial.</em>
*
* <p>
@@ -891,7 +891,7 @@
* <p>
*
* See
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/progress.html" target="_top">How to Monitor Progress</a>
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/progress.html" target="_top">How to Monitor Progress</a>
* for examples of using indeterminate progress bars.
*
* @param newValue <code>true</code> if the progress bar
--- a/src/java.desktop/share/classes/javax/swing/JRadioButton.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JRadioButton.java Tue Nov 20 16:40:40 2018 +0530
@@ -54,10 +54,10 @@
* configuring a button. Refer to <a href="Action.html#buttonActions">
* Swing Components Supporting <code>Action</code></a> for more
* details, and you can find more information in <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How
* to Use Actions</a>, a section in <em>The Java Tutorial</em>.
* <p>
- * See <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/button.html">How to Use Buttons, Check Boxes, and Radio Buttons</a>
+ * See <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/button.html">How to Use Buttons, Check Boxes, and Radio Buttons</a>
* in <em>The Java Tutorial</em>
* for further documentation.
* <p>
--- a/src/java.desktop/share/classes/javax/swing/JRadioButtonMenuItem.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JRadioButtonMenuItem.java Tue Nov 20 16:40:40 2018 +0530
@@ -47,7 +47,7 @@
* configuring a menu item. Refer to <a href="Action.html#buttonActions">
* Swing Components Supporting <code>Action</code></a> for more
* details, and you can find more information in <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How
* to Use Actions</a>, a section in <em>The Java Tutorial</em>.
* <p>
* Some menus can have several button groups with radio button menu items. In
@@ -64,7 +64,7 @@
* <p>
* For further documentation and examples see
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/menu.html">How to Use Menus</a>,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/menu.html">How to Use Menus</a>,
* a section in <em>The Java Tutorial.</em>
* <p>
* <strong>Warning:</strong> Swing is not thread safe. For more
--- a/src/java.desktop/share/classes/javax/swing/JRootPane.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JRootPane.java Tue Nov 20 16:40:40 2018 +0530
@@ -44,7 +44,7 @@
* <code>JFrame</code>, <code>JDialog</code>, <code>JWindow</code>,
* <code>JApplet</code>, and <code>JInternalFrame</code>.
* For task-oriented information on functionality provided by root panes
- * see <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/rootpane.html">How to Use Root Panes</a>,
+ * see <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/rootpane.html">How to Use Root Panes</a>,
* a section in <em>The Java Tutorial</em>.
*
* <p>
--- a/src/java.desktop/share/classes/javax/swing/JScrollPane.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JScrollPane.java Tue Nov 20 16:40:40 2018 +0530
@@ -51,7 +51,7 @@
* vertical and horizontal scroll bars, and optional row and
* column heading viewports.
* You can find task-oriented documentation of <code>JScrollPane</code> in
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/scrollpane.html">How to Use Scroll Panes</a>,
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/scrollpane.html">How to Use Scroll Panes</a>,
* a section in <em>The Java Tutorial</em>. Note that
* <code>JScrollPane</code> does not support heavyweight components.
*
--- a/src/java.desktop/share/classes/javax/swing/JSeparator.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JSeparator.java Tue Nov 20 16:40:40 2018 +0530
@@ -46,7 +46,7 @@
*
* For more information and examples see
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/menu.html">How to Use Menus</a>,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/menu.html">How to Use Menus</a>,
* a section in <em>The Java Tutorial.</em>
* <p>
* <strong>Warning:</strong> Swing is not thread safe. For more
--- a/src/java.desktop/share/classes/javax/swing/JSlider.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JSlider.java Tue Nov 20 16:40:40 2018 +0530
@@ -56,7 +56,7 @@
* <p>
* For further information and examples see
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/slider.html">How to Use Sliders</a>,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/slider.html">How to Use Sliders</a>,
* a section in <em>The Java Tutorial.</em>
* <p>
* <strong>Warning:</strong> Swing is not thread safe. For more
--- a/src/java.desktop/share/classes/javax/swing/JSpinner.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JSpinner.java Tue Nov 20 16:40:40 2018 +0530
@@ -93,7 +93,7 @@
* </pre>
* <p>
* For information and examples of using spinner see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/spinner.html">How to Use Spinners</a>,
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/spinner.html">How to Use Spinners</a>,
* a section in <em>The Java Tutorial.</em>
* <p>
* <strong>Warning:</strong> Swing is not thread safe. For more
--- a/src/java.desktop/share/classes/javax/swing/JSplitPane.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JSplitPane.java Tue Nov 20 16:40:40 2018 +0530
@@ -44,7 +44,7 @@
* interactively resized by the user.
* Information on using <code>JSplitPane</code> is in
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/splitpane.html">How to Use Split Panes</a> in
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/splitpane.html">How to Use Split Panes</a> in
* <em>The Java Tutorial</em>.
* <p>
* The two <code>Component</code>s in a split pane can be aligned
--- a/src/java.desktop/share/classes/javax/swing/JTabbedPane.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JTabbedPane.java Tue Nov 20 16:40:40 2018 +0530
@@ -45,7 +45,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
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/tabbedpane.html">How to Use Tabbed Panes</a>,
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/tabbedpane.html">How to Use Tabbed Panes</a>,
* a section in <em>The Java Tutorial</em>.
* <p>
* Tabs/components are added to a <code>TabbedPane</code> object by using the
--- a/src/java.desktop/share/classes/javax/swing/JTable.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JTable.java Tue Nov 20 16:40:40 2018 +0530
@@ -68,7 +68,7 @@
/**
* The <code>JTable</code> is used to display and edit regular two-dimensional tables
* of cells.
- * See <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/table.html">How to Use Tables</a>
+ * See <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/table.html">How to Use Tables</a>
* in <em>The Java Tutorial</em>
* for task-oriented documentation and examples of using <code>JTable</code>.
*
@@ -2477,7 +2477,7 @@
* The default value of this property is defined by the look
* and feel implementation.
* <p>
- * This is a <a href="http://docs.oracle.com/javase/tutorial/javabeans/writing/properties.html">JavaBeans</a> bound property.
+ * This is a <a href="https://docs.oracle.com/javase/tutorial/javabeans/writing/properties.html">JavaBeans</a> bound property.
*
* @param selectionForeground the <code>Color</code> to use in the foreground
* for selected list items
@@ -2514,7 +2514,7 @@
* The default value of this property is defined by the look
* and feel implementation.
* <p>
- * This is a <a href="http://docs.oracle.com/javase/tutorial/javabeans/writing/properties.html">JavaBeans</a> bound property.
+ * This is a <a href="https://docs.oracle.com/javase/tutorial/javabeans/writing/properties.html">JavaBeans</a> bound property.
*
* @param selectionBackground the <code>Color</code> to use for the background
* of selected cells
--- a/src/java.desktop/share/classes/javax/swing/JTextArea.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JTextArea.java Tue Nov 20 16:40:40 2018 +0530
@@ -39,7 +39,7 @@
* compatibility with the <code>java.awt.TextArea</code> class where it can
* reasonably do so.
* You can find information and examples of using all the text components in
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/text.html">Using Text Components</a>,
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/text.html">Using Text Components</a>,
* a section in <em>The Java Tutorial.</em>
*
* <p>
--- a/src/java.desktop/share/classes/javax/swing/JTextField.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JTextField.java Tue Nov 20 16:40:40 2018 +0530
@@ -43,7 +43,7 @@
* of a single line of text.
* For information on and examples of using text fields,
* see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/textfield.html">How to Use Text Fields</a>
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/textfield.html">How to Use Text Fields</a>
* in <em>The Java Tutorial.</em>
*
* <p>
--- a/src/java.desktop/share/classes/javax/swing/JTextPane.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JTextPane.java Tue Nov 20 16:40:40 2018 +0530
@@ -36,7 +36,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
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/text.html">Using Text Components</a>,
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/text.html">Using Text Components</a>,
* a section in <em>The Java Tutorial.</em>
*
* <p>
--- a/src/java.desktop/share/classes/javax/swing/JToggleButton.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JToggleButton.java Tue Nov 20 16:40:40 2018 +0530
@@ -42,7 +42,7 @@
* are subclasses of this class.
* For information on using them see
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/button.html">How to Use Buttons, Check Boxes, and Radio Buttons</a>,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/button.html">How to Use Buttons, Check Boxes, and Radio Buttons</a>,
* a section in <em>The Java Tutorial</em>.
* <p>
* Buttons can be configured, and to some degree controlled, by
@@ -51,7 +51,7 @@
* configuring a button. Refer to <a href="Action.html#buttonActions">
* Swing Components Supporting <code>Action</code></a> for more
* details, and you can find more information in <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How
* to Use Actions</a>, a section in <em>The Java Tutorial</em>.
* <p>
* <strong>Warning:</strong> Swing is not thread safe. For more
--- a/src/java.desktop/share/classes/javax/swing/JToolBar.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JToolBar.java Tue Nov 20 16:40:40 2018 +0530
@@ -47,7 +47,7 @@
* <code>JToolBar</code> provides a component that is useful for
* displaying commonly used <code>Action</code>s or controls.
* For examples and information on using tool bars see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/toolbar.html">How to Use Tool Bars</a>,
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/toolbar.html">How to Use Tool Bars</a>,
* a section in <em>The Java Tutorial</em>.
*
* <p>
--- a/src/java.desktop/share/classes/javax/swing/JToolTip.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JToolTip.java Tue Nov 20 16:40:40 2018 +0530
@@ -46,7 +46,7 @@
* display can override <code>JComponent</code>'s <code>createToolTip</code>
* method and use a subclass of this class.
* <p>
- * See <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/tooltip.html">How to Use Tool Tips</a>
+ * See <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/tooltip.html">How to Use Tool Tips</a>
* in <em>The Java Tutorial</em>
* for further documentation.
* <p>
--- a/src/java.desktop/share/classes/javax/swing/JTree.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JTree.java Tue Nov 20 16:40:40 2018 +0530
@@ -48,7 +48,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
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/tree.html">How to Use Trees</a>,
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/tree.html">How to Use Trees</a>,
* a section in <em>The Java Tutorial.</em>
* <p>
* A specific node in a tree can be identified either by a
--- a/src/java.desktop/share/classes/javax/swing/JWindow.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JWindow.java Tue Nov 20 16:40:40 2018 +0530
@@ -313,7 +313,7 @@
* are currently typed to {@code JComponent}.
* <p>
* Please see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html">
* How to Use Drag and Drop and Data Transfer</a>, a section in
* <em>The Java Tutorial</em>, for more information.
*
--- a/src/java.desktop/share/classes/javax/swing/ProgressMonitor.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/ProgressMonitor.java Tue Nov 20 16:40:40 2018 +0530
@@ -71,7 +71,7 @@
*
* For further documentation and examples see
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/progress.html">How to Monitor Progress</a>,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/progress.html">How to Monitor Progress</a>,
* a section in <em>The Java Tutorial.</em>
*
* @see ProgressMonitorInputStream
--- a/src/java.desktop/share/classes/javax/swing/ProgressMonitorInputStream.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/ProgressMonitorInputStream.java Tue Nov 20 16:40:40 2018 +0530
@@ -54,7 +54,7 @@
* <p>
*
* For further documentation and examples see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/progress.html">How to Monitor Progress</a>,
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/progress.html">How to Monitor Progress</a>,
* a section in <em>The Java Tutorial.</em>
*
* @see ProgressMonitor
--- a/src/java.desktop/share/classes/javax/swing/Spring.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/Spring.java Tue Nov 20 16:40:40 2018 +0530
@@ -109,7 +109,7 @@
* If you are implementing a <code>SpringLayout</code> you
* can find further information and examples in
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/layout/spring.html">How to Use SpringLayout</a>,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/layout/spring.html">How to Use SpringLayout</a>,
* a section in <em>The Java Tutorial.</em>
* <p>
* <strong>Warning:</strong>
--- a/src/java.desktop/share/classes/javax/swing/SpringLayout.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/SpringLayout.java Tue Nov 20 16:40:40 2018 +0530
@@ -36,7 +36,7 @@
/**
* A <code>SpringLayout</code> lays out the children of its associated container
* according to a set of constraints.
- * See <a href="http://docs.oracle.com/javase/tutorial/uiswing/layout/spring.html">How to Use SpringLayout</a>
+ * See <a href="https://docs.oracle.com/javase/tutorial/uiswing/layout/spring.html">How to Use SpringLayout</a>
* in <em>The Java Tutorial</em> for examples of using
* <code>SpringLayout</code>.
*
--- a/src/java.desktop/share/classes/javax/swing/SwingUtilities.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/SwingUtilities.java Tue Nov 20 16:40:40 2018 +0530
@@ -1408,7 +1408,7 @@
* <p>
* Additional documentation and examples for this method can be
* found in
- * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency in Swing</a>.
+ * <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency in Swing</a>.
* <p>
* As of 1.3 this method is just a cover for <code>java.awt.EventQueue.invokeLater()</code>.
* <p>
@@ -1460,7 +1460,7 @@
* <p>
* Additional documentation and examples for this method can be
* found in
- * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency in Swing</a>.
+ * <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency in Swing</a>.
* <p>
* As of 1.3 this method is just a cover for
* <code>java.awt.EventQueue.invokeAndWait()</code>.
--- a/src/java.desktop/share/classes/javax/swing/SwingWorker.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/SwingWorker.java Tue Nov 20 16:40:40 2018 +0530
@@ -59,7 +59,7 @@
* When writing a multi-threaded application using Swing, there are
* two constraints to keep in mind:
* (refer to
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">
* Concurrency in Swing
* </a> for more details):
* <ul>
--- a/src/java.desktop/share/classes/javax/swing/Timer.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/Timer.java Tue Nov 20 16:40:40 2018 +0530
@@ -121,7 +121,7 @@
* <p>
* You can find further documentation
* and several examples of using timers by visiting
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/timer.html"
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/timer.html"
* target = "_top">How to Use Timers</a>,
* a section in <em>The Java Tutorial.</em>
* For more examples and help in choosing between
--- a/src/java.desktop/share/classes/javax/swing/TransferHandler.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/TransferHandler.java Tue Nov 20 16:40:40 2018 +0530
@@ -75,7 +75,7 @@
* of the transfer, and <code>setForeground</code> for the target of a transfer.
* <p>
* Please see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html">
* How to Use Drag and Drop and Data Transfer</a>,
* a section in <em>The Java Tutorial</em>, for more information.
*
--- a/src/java.desktop/share/classes/javax/swing/WindowConstants.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/WindowConstants.java Tue Nov 20 16:40:40 2018 +0530
@@ -36,7 +36,7 @@
* use these constants.
* For examples of setting the default window-closing operation, see
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/frame.html#windowevents">Responding to Window-Closing Events</a>,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/frame.html#windowevents">Responding to Window-Closing Events</a>,
* a section in <em>The Java Tutorial</em>.
* @see JFrame#setDefaultCloseOperation(int)
* @see JDialog#setDefaultCloseOperation(int)
--- a/src/java.desktop/share/classes/javax/swing/border/Border.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/border/Border.java Tue Nov 20 16:40:40 2018 +0530
@@ -33,7 +33,7 @@
* Interface describing an object capable of rendering a border
* around the edges of a swing component.
* For examples of using borders see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/border.html">How to Use Borders</a>,
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/border.html">How to Use Borders</a>,
* a section in <em>The Java Tutorial.</em>
* <p>
* In the Swing component set, borders supercede Insets as the
--- a/src/java.desktop/share/classes/javax/swing/border/package-info.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/border/package-info.java Tue Nov 20 16:40:40 2018 +0530
@@ -32,17 +32,17 @@
* <strong>Note:</strong>
* Most of the Swing API is <em>not</em> thread safe. For details, see
* <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
* target="_top">Concurrency in Swing</a>,
* a section in
- * <em><a href="http://docs.oracle.com/javase/tutorial/"
+ * <em><a href="https://docs.oracle.com/javase/tutorial/"
* target="_top">The Java Tutorial</a></em>.
*
* <h2>Related Documentation</h2>
* For overviews, tutorials, examples, guides, and tool documentation,
* please see:
* <ul>
- * <li><a href="http://docs.oracle.com/javase/tutorial/uiswing/components/border.html"
+ * <li><a href="https://docs.oracle.com/javase/tutorial/uiswing/components/border.html"
* target="_top">How to Use Borders</a>,
* a section in <em>The Java Tutorial</em></li>
* </ul>
--- a/src/java.desktop/share/classes/javax/swing/colorchooser/package-info.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/colorchooser/package-info.java Tue Nov 20 16:40:40 2018 +0530
@@ -29,17 +29,17 @@
* <strong>Note:</strong>
* Most of the Swing API is <em>not</em> thread safe. For details, see
* <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
* target="_top">Concurrency in Swing</a>,
* a section in
- * <em><a href="http://docs.oracle.com/javase/tutorial/"
+ * <em><a href="https://docs.oracle.com/javase/tutorial/"
* target="_top">The Java Tutorial</a></em>.
*
* <h2>Related Documentation </h2>
* This document forms the complete API specification. For overviews, tutorials,
* examples, guides, and tool documentation, please see:
* <ul>
- * <li><a href="http://docs.oracle.com/javase/tutorial/uiswing/components/colorchooser.html"
+ * <li><a href="https://docs.oracle.com/javase/tutorial/uiswing/components/colorchooser.html"
* target="_top">How to Use Color Choosers</a>,
* a section in <em>The Java Tutorial</em></li>
* <li>{@extLink i18n_overview Internationalization Overview}</li>
--- a/src/java.desktop/share/classes/javax/swing/event/InternalFrameAdapter.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/event/InternalFrameAdapter.java Tue Nov 20 16:40:40 2018 +0530
@@ -31,7 +31,7 @@
* convenience for creating listener objects, and is functionally
* equivalent to the WindowAdapter class in the AWT.
* <p>
- * See <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/internalframelistener.html">How to Write an Internal Frame Listener</a>
+ * See <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/internalframelistener.html">How to Write an Internal Frame Listener</a>
* in <em>The Java Tutorial</em>
*
* @see InternalFrameEvent
--- a/src/java.desktop/share/classes/javax/swing/event/InternalFrameEvent.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/event/InternalFrameEvent.java Tue Nov 20 16:40:40 2018 +0530
@@ -34,7 +34,7 @@
* although different IDs are used.
* Help on handling internal frame events
* is in
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/internalframelistener.html" target="_top">How to Write an Internal Frame Listener</a>,
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/internalframelistener.html" target="_top">How to Write an Internal Frame Listener</a>,
* a section in <em>The Java Tutorial</em>.
* <p>
* <strong>Warning:</strong>
--- a/src/java.desktop/share/classes/javax/swing/event/InternalFrameListener.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/event/InternalFrameListener.java Tue Nov 20 16:40:40 2018 +0530
@@ -32,7 +32,7 @@
* This class is functionally equivalent to the WindowListener class
* in the AWT.
* <p>
- * See <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/internalframelistener.html">How to Write an Internal Frame Listener</a>
+ * See <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/internalframelistener.html">How to Write an Internal Frame Listener</a>
* in <em>The Java Tutorial</em> for further documentation.
*
* @see java.awt.event.WindowListener
--- a/src/java.desktop/share/classes/javax/swing/event/TreeExpansionEvent.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/event/TreeExpansionEvent.java Tue Nov 20 16:40:40 2018 +0530
@@ -34,8 +34,8 @@
* <p>
* For further documentation and examples see
* the following sections in <em>The Java Tutorial</em>:
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/treeexpansionlistener.html">How to Write a Tree Expansion Listener</a> and
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/treewillexpandlistener.html">How to Write a Tree-Will-Expand Listener</a>.
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/treeexpansionlistener.html">How to Write a Tree Expansion Listener</a> and
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/treewillexpandlistener.html">How to Write a Tree-Will-Expand Listener</a>.
* <p>
* <strong>Warning:</strong>
* Serialized objects of this class will not be compatible with
--- a/src/java.desktop/share/classes/javax/swing/event/TreeExpansionListener.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/event/TreeExpansionListener.java Tue Nov 20 16:40:40 2018 +0530
@@ -32,7 +32,7 @@
* a node.
* For further documentation and examples see
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/events/treeexpansionlistener.html">How to Write a Tree Expansion Listener</a>,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/events/treeexpansionlistener.html">How to Write a Tree Expansion Listener</a>,
* a section in <em>The Java Tutorial.</em>
*
* @author Scott Violet
--- a/src/java.desktop/share/classes/javax/swing/event/TreeModelEvent.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/event/TreeModelEvent.java Tue Nov 20 16:40:40 2018 +0530
@@ -34,7 +34,7 @@
* used to notify tree model listeners of the change.
* For more information and examples see
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/events/treemodellistener.html">How to Write a Tree Model Listener</a>,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/events/treemodellistener.html">How to Write a Tree Model Listener</a>,
* a section in <em>The Java Tutorial.</em>
* <p>
* <strong>Warning:</strong>
--- a/src/java.desktop/share/classes/javax/swing/event/TreeModelListener.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/event/TreeModelListener.java Tue Nov 20 16:40:40 2018 +0530
@@ -32,7 +32,7 @@
* to changes in a TreeModel.
* For further information and examples see
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/events/treemodellistener.html">How to Write a Tree Model Listener</a>,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/events/treemodellistener.html">How to Write a Tree Model Listener</a>,
* a section in <em>The Java Tutorial.</em>
*
* @author Rob Davis
--- a/src/java.desktop/share/classes/javax/swing/event/TreeSelectionListener.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/event/TreeSelectionListener.java Tue Nov 20 16:40:40 2018 +0530
@@ -32,7 +32,7 @@
* changes.
* For more information and examples see
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/events/treeselectionlistener.html">How to Write a Tree Selection Listener</a>,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/events/treeselectionlistener.html">How to Write a Tree Selection Listener</a>,
* a section in <em>The Java Tutorial.</em>
*
* @see javax.swing.tree.TreeSelectionModel
--- a/src/java.desktop/share/classes/javax/swing/event/TreeWillExpandListener.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/event/TreeWillExpandListener.java Tue Nov 20 16:40:40 2018 +0530
@@ -32,7 +32,7 @@
* The listener that's notified when a tree expands or collapses
* a node.
* For further information and examples see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/treewillexpandlistener.html">How to Write a Tree-Will-Expand Listener</a>,
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/treewillexpandlistener.html">How to Write a Tree-Will-Expand Listener</a>,
* a section in <em>The Java Tutorial.</em>
*
* @author Scott Violet
--- a/src/java.desktop/share/classes/javax/swing/event/package-info.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/event/package-info.java Tue Nov 20 16:40:40 2018 +0530
@@ -31,17 +31,17 @@
* <strong>Note:</strong>
* Most of the Swing API is <em>not</em> thread safe. For details, see
* <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
* target="_top">Concurrency in Swing</a>,
* a section in
- * <em><a href="http://docs.oracle.com/javase/tutorial/"
+ * <em><a href="https://docs.oracle.com/javase/tutorial/"
* target="_top">The Java Tutorial</a></em>.
*
* <h2>Related Documentation</h2>
* For overviews, tutorials, examples, guides, and tool documentation,
* please see:
* <ul>
- * <li><a href="http://docs.oracle.com/javase/tutorial/uiswing/events/index.html"
+ * <li><a href="https://docs.oracle.com/javase/tutorial/uiswing/events/index.html"
* target="_top">Writing Event Listeners</a>,
* a section in <em>The Java Tutorial</em></li>
* </ul>
--- a/src/java.desktop/share/classes/javax/swing/filechooser/FileFilter.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/filechooser/FileFilter.java Tue Nov 20 16:40:40 2018 +0530
@@ -39,7 +39,7 @@
* For an example implementation of a simple file filter, see
* <code><i>yourJDK</i>/demo/jfc/FileChooserDemo/ExampleFileFilter.java</code>.
* For more information and examples see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/filechooser.html">How to Use File Choosers</a>,
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/filechooser.html">How to Use File Choosers</a>,
* a section in <em>The Java Tutorial</em>.
*
* @see FileNameExtensionFilter
--- a/src/java.desktop/share/classes/javax/swing/filechooser/FileView.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/filechooser/FileView.java Tue Nov 20 16:40:40 2018 +0530
@@ -57,7 +57,7 @@
* <code><i>yourJDK</i>/demo/jfc/FileChooserDemo/ExampleFileView.java</code>.
* For more information and examples see
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/filechooser.html">How to Use File Choosers</a>,
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/filechooser.html">How to Use File Choosers</a>,
* a section in <em>The Java Tutorial</em>.
*
* @see javax.swing.JFileChooser
--- a/src/java.desktop/share/classes/javax/swing/filechooser/package-info.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/filechooser/package-info.java Tue Nov 20 16:40:40 2018 +0530
@@ -29,17 +29,17 @@
* <strong>Note:</strong>
* Most of the Swing API is <em>not</em> thread safe. For details, see
* <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
* target="_top">Concurrency in Swing</a>,
* a section in
- * <em><a href="http://docs.oracle.com/javase/tutorial/"
+ * <em><a href="https://docs.oracle.com/javase/tutorial/"
* target="_top">The Java Tutorial</a></em>.
*
* <h2>Related Documentation </h2>
* This document forms the complete API specification. For overviews, tutorials,
* examples, guides, and tool documentation, please see:
* <ul>
- * <li><a href="http://docs.oracle.com/javase/tutorial/uiswing/components/filechooser.html"
+ * <li><a href="https://docs.oracle.com/javase/tutorial/uiswing/components/filechooser.html"
* target="_top">How to Use File Choosers</a>,
* a section in <em>The Java Tutorial</em></li>
* <li>{@extLink i18n_overview Internationalization Overview}</li>
--- a/src/java.desktop/share/classes/javax/swing/package-info.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/package-info.java Tue Nov 20 16:40:40 2018 +0530
@@ -27,7 +27,7 @@
* Provides a set of "lightweight" (all-Java language) components
* that, to the maximum degree possible, work the same on all platforms. For a
* programmer's guide to using these components, see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/index.html"
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/index.html"
* target="_top">Creating a GUI with JFC/Swing</a>, a trail in
* <em>The Java Tutorial</em>. For other resources, see
* <a href="#related">Related Documentation</a>.
@@ -121,10 +121,10 @@
* when working with Swing.
* <p>
* More information on this topic can be found in the
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/">Swing tutorial</a>,
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/">Swing tutorial</a>,
* in particular the section on
* <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">
* Concurrency in Swing</a>.
*
* <h2><a id="related">Related Documentation</a></h2>
@@ -133,7 +133,7 @@
* <ul>
* <li><a href="http://www.oracle.com/technetwork/java/javase/tech/articles-jsp-139072.html"
* target="_top">The Swing Connection</a></li>
- * <li><a href="http://docs.oracle.com/javase/tutorial/"
+ * <li><a href="https://docs.oracle.com/javase/tutorial/"
* target="_top">The Java Tutorial</a></li>
* <li><a href="http://www.oracle.com/technetwork/java/javase/training/index.html"
* target="_top">Online Training</a>
--- a/src/java.desktop/share/classes/javax/swing/plaf/basic/BasicComboBoxUI.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/plaf/basic/BasicComboBoxUI.java Tue Nov 20 16:40:40 2018 +0530
@@ -55,7 +55,7 @@
* <p>
* For adding specific actions,
* overide <code>installKeyboardActions</code> to add actions in response to
- * KeyStroke bindings. See the article <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/keybinding.html">How to Use Key Bindings</a>
+ * KeyStroke bindings. See the article <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/keybinding.html">How to Use Key Bindings</a>
*
* @author Arnaud Weber
* @author Tom Santos
--- a/src/java.desktop/share/classes/javax/swing/plaf/basic/package-info.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/plaf/basic/package-info.java Tue Nov 20 16:40:40 2018 +0530
@@ -43,10 +43,10 @@
* <strong>Note:</strong>
* Most of the Swing API is <em>not</em> thread safe. For details, see
* <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
* target="_top">Concurrency in Swing</a>,
* a section in
- * <em><a href="http://docs.oracle.com/javase/tutorial/"
+ * <em><a href="https://docs.oracle.com/javase/tutorial/"
* target="_top">The Java Tutorial</a></em>.
*
* @since 1.2
--- a/src/java.desktop/share/classes/javax/swing/plaf/metal/package-info.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/plaf/metal/package-info.java Tue Nov 20 16:40:40 2018 +0530
@@ -40,10 +40,10 @@
* <strong>Note:</strong>
* Most of the Swing API is <em>not</em> thread safe. For details, see
* <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
* target="_top">Concurrency in Swing</a>,
* a section in
- * <em><a href="http://docs.oracle.com/javase/tutorial/"
+ * <em><a href="https://docs.oracle.com/javase/tutorial/"
* target="_top">The Java Tutorial</a></em>.
*
* @since 1.2
--- a/src/java.desktop/share/classes/javax/swing/plaf/multi/package-info.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/plaf/multi/package-info.java Tue Nov 20 16:40:40 2018 +0530
@@ -40,10 +40,10 @@
* <strong>Note:</strong>
* Most of the Swing API is <em>not</em> thread safe. For details, see
* <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
* target="_top">Concurrency in Swing</a>,
* a section in
- * <em><a href="http://docs.oracle.com/javase/tutorial/"
+ * <em><a href="https://docs.oracle.com/javase/tutorial/"
* target="_top">The Java Tutorial</a></em>.
*
* @since 1.2
--- a/src/java.desktop/share/classes/javax/swing/plaf/nimbus/package-info.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/plaf/nimbus/package-info.java Tue Nov 20 16:40:40 2018 +0530
@@ -81,10 +81,10 @@
* <strong>Note:</strong>
* Most of the Swing API is <em>not</em> thread safe. For details, see
* <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
* target="_top">Concurrency in Swing</a>,
* a section in
- * <em><a href="http://docs.oracle.com/javase/tutorial/"
+ * <em><a href="https://docs.oracle.com/javase/tutorial/"
* target="_top">The Java Tutorial</a></em>.
*
* @since 1.7
--- a/src/java.desktop/share/classes/javax/swing/plaf/package-info.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/plaf/package-info.java Tue Nov 20 16:40:40 2018 +0530
@@ -35,10 +35,10 @@
* <strong>Note:</strong>
* Most of the Swing API is <em>not</em> thread safe. For details, see
* <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
* target="_top">Concurrency in Swing</a>,
* a section in
- * <em><a href="http://docs.oracle.com/javase/tutorial/"
+ * <em><a href="https://docs.oracle.com/javase/tutorial/"
* target="_top">The Java Tutorial</a></em>.
*
* @since 1.2
--- a/src/java.desktop/share/classes/javax/swing/table/TableModel.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/table/TableModel.java Tue Nov 20 16:40:40 2018 +0530
@@ -40,7 +40,7 @@
* JTable table = new JTable(myData);
* </pre><p>
*
- * For further documentation, see <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/table.html#data">Creating a Table Model</a>
+ * For further documentation, see <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/table.html#data">Creating a Table Model</a>
* in <em>The Java Tutorial</em>.
*
* @author Philip Milne
--- a/src/java.desktop/share/classes/javax/swing/table/package-info.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/table/package-info.java Tue Nov 20 16:40:40 2018 +0530
@@ -34,17 +34,17 @@
* <strong>Note:</strong>
* Most of the Swing API is <em>not</em> thread safe. For details, see
* <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
* target="_top">Concurrency in Swing</a>,
* a section in
- * <em><a href="http://docs.oracle.com/javase/tutorial/"
+ * <em><a href="https://docs.oracle.com/javase/tutorial/"
* target="_top">The Java Tutorial</a></em>.
*
* <h2>Related Documentation</h2>
* For overviews, tutorials, examples, guides, and tool documentation,
* please see:
* <ul>
- * <li><a href="http://docs.oracle.com/javase/tutorial/uiswing/components/table.html"
+ * <li><a href="https://docs.oracle.com/javase/tutorial/uiswing/components/table.html"
* target="_top">How to Use Tables</a>,
* a section in <em>The Java Tutorial</em></li>
* </ul>
--- a/src/java.desktop/share/classes/javax/swing/text/AbstractDocument.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/text/AbstractDocument.java Tue Nov 20 16:40:40 2018 +0530
@@ -414,7 +414,7 @@
* <p>
* This method is thread safe, although most Swing methods
* are not. Please see
- * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
+ * <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
* in Swing</A> for more information.
*
* @param r the renderer to execute
@@ -575,7 +575,7 @@
* <p>
* This method is thread safe, although most Swing methods
* are not. Please see
- * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
+ * <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
* in Swing</A> for more information.
*
* @param offs the starting offset >= 0
@@ -688,7 +688,7 @@
* <p>
* This method is thread safe, although most Swing methods
* are not. Please see
- * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
+ * <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
* in Swing</A> for more information.
*
* @param offs the starting offset >= 0
@@ -825,7 +825,7 @@
* <p>
* This method is thread safe, although most Swing methods
* are not. Please see
- * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
+ * <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
* in Swing</A> for more information.
*
* @param offs the position in the model >= 0
--- a/src/java.desktop/share/classes/javax/swing/text/DefaultCaret.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/text/DefaultCaret.java Tue Nov 20 16:40:40 2018 +0530
@@ -238,7 +238,7 @@
* <p>
* This method is thread safe, although most Swing methods
* are not. Please see
- * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
+ * <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
* in Swing</A> for more information.
*/
protected final synchronized void repaint() {
--- a/src/java.desktop/share/classes/javax/swing/text/DefaultStyledDocument.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/text/DefaultStyledDocument.java Tue Nov 20 16:40:40 2018 +0530
@@ -176,7 +176,7 @@
* <p>
* This method is thread safe, although most Swing methods
* are not. Please see
- * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
+ * <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
* in Swing</A> for more information.
*
* @param offset the starting offset >= 0
@@ -429,7 +429,7 @@
* <p>
* This method is thread safe, although most Swing methods
* are not. Please see
- * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
+ * <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
* in Swing</A> for more information.
*
* @param pos the offset from the start of the document >= 0
@@ -486,7 +486,7 @@
* <p>
* This method is thread safe, although most Swing methods
* are not. Please see
- * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
+ * <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
* in Swing</A> for more information.
*
* @param offset the offset in the document >= 0
@@ -539,7 +539,7 @@
* <p>
* This method is thread safe, although most Swing methods
* are not. Please see
- * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
+ * <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
* in Swing</A> for more information.
*
* @param offset the offset into the paragraph >= 0
--- a/src/java.desktop/share/classes/javax/swing/text/JTextComponent.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/text/JTextComponent.java Tue Nov 20 16:40:40 2018 +0530
@@ -86,7 +86,7 @@
* support).
* You can find information on how to use the functionality
* this class provides in
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/generaltext.html">General Rules for Using Text Components</a>,
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/generaltext.html">General Rules for Using Text Components</a>,
* a section in <em>The Java Tutorial.</em>
*
* <dl>
@@ -2228,7 +2228,7 @@
* <p>
* This method is thread-safe, although most Swing methods are not. Please
* see <A
- * HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">
+ * HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">
* Concurrency in Swing</A> for more information.
*
* <p>
@@ -2487,7 +2487,7 @@
* <p>
* This method is thread-safe, although most Swing methods are not. Please
* see <A
- * HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">
+ * HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">
* Concurrency in Swing</A> for more information.
*
* <p>
--- a/src/java.desktop/share/classes/javax/swing/text/PlainDocument.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/text/PlainDocument.java Tue Nov 20 16:40:40 2018 +0530
@@ -101,7 +101,7 @@
* <p>
* This method is thread safe, although most Swing methods
* are not. Please see
- * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
+ * <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
* in Swing</A> for more information.
*
* @param offs the starting offset >= 0
--- a/src/java.desktop/share/classes/javax/swing/text/StyleContext.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/text/StyleContext.java Tue Nov 20 16:40:40 2018 +0530
@@ -294,7 +294,7 @@
* <p>
* This method is thread safe, although most Swing methods
* are not. Please see
- * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
+ * <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
* in Swing</A> for more information.
*
* @param old the old attribute set
@@ -323,7 +323,7 @@
* <p>
* This method is thread safe, although most Swing methods
* are not. Please see
- * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
+ * <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
* in Swing</A> for more information.
*
* @param old the old attribute set
@@ -351,7 +351,7 @@
* <p>
* This method is thread safe, although most Swing methods
* are not. Please see
- * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
+ * <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
* in Swing</A> for more information.
*
* @param old the old set of attributes
@@ -379,7 +379,7 @@
* <p>
* This method is thread safe, although most Swing methods
* are not. Please see
- * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
+ * <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
* in Swing</A> for more information.
*
* @param old the old attribute set
@@ -407,7 +407,7 @@
* <p>
* This method is thread safe, although most Swing methods
* are not. Please see
- * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
+ * <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
* in Swing</A> for more information.
*
* @param old the old attribute set
@@ -447,7 +447,7 @@
* <p>
* This method is thread safe, although most Swing methods
* are not. Please see
- * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
+ * <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
* in Swing</A> for more information.
*
* @param a the set to reclaim
--- a/src/java.desktop/share/classes/javax/swing/text/html/HTMLDocument.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/text/html/HTMLDocument.java Tue Nov 20 16:40:40 2018 +0530
@@ -477,7 +477,7 @@
* <p>
* This method is thread safe, although most Swing methods
* are not. Please see
- * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
+ * <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
* in Swing</A> for more information.
*
* @param offset the offset into the paragraph (must be at least 0)
--- a/src/java.desktop/share/classes/javax/swing/text/html/package-info.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/text/html/package-info.java Tue Nov 20 16:40:40 2018 +0530
@@ -30,10 +30,10 @@
* <strong>Note:</strong>
* Most of the Swing API is <em>not</em> thread safe. For details, see
* <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
* target="_top">Concurrency in Swing</a>,
* a section in
- * <em><a href="http://docs.oracle.com/javase/tutorial/"
+ * <em><a href="https://docs.oracle.com/javase/tutorial/"
* target="_top">The Java Tutorial</a></em>.
*
* <h2>Package Specification</h2>
--- a/src/java.desktop/share/classes/javax/swing/text/html/parser/package-info.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/text/html/parser/package-info.java Tue Nov 20 16:40:40 2018 +0530
@@ -31,10 +31,10 @@
* <strong>Note:</strong>
* Most of the Swing API is <em>not</em> thread safe. For details, see
* <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
* target="_top">Concurrency in Swing</a>,
* a section in
- * <em><a href="http://docs.oracle.com/javase/tutorial/"
+ * <em><a href="https://docs.oracle.com/javase/tutorial/"
* target="_top">The Java Tutorial</a></em>.
*
* @see javax.swing.text.html.HTMLEditorKit.ParserCallback
--- a/src/java.desktop/share/classes/javax/swing/text/package-info.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/text/package-info.java Tue Nov 20 16:40:40 2018 +0530
@@ -33,17 +33,17 @@
* <strong>Note:</strong>
* Most of the Swing API is <em>not</em> thread safe. For details, see
* <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
* target="_top">Concurrency in Swing</a>,
* a section in
- * <em><a href="http://docs.oracle.com/javase/tutorial/"
+ * <em><a href="https://docs.oracle.com/javase/tutorial/"
* target="_top">The Java Tutorial</a></em>.
*
* <h2>Related Documentation</h2>
* For overviews, tutorials, examples, guides, and tool documentation,
* please see:
* <ul>
- * <li><a href="http://docs.oracle.com/javase/tutorial/uiswing/components/text.html"
+ * <li><a href="https://docs.oracle.com/javase/tutorial/uiswing/components/text.html"
* target="_top">Using Text Components</a>,
* a section in <em>The Java Tutorial</em></li>
* </ul>
--- a/src/java.desktop/share/classes/javax/swing/text/rtf/package-info.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/text/rtf/package-info.java Tue Nov 20 16:40:40 2018 +0530
@@ -30,10 +30,10 @@
* <strong>Note:</strong>
* Most of the Swing API is <em>not</em> thread safe. For details, see
* <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
* target="_top">Concurrency in Swing</a>,
* a section in
- * <em><a href="http://docs.oracle.com/javase/tutorial/"
+ * <em><a href="https://docs.oracle.com/javase/tutorial/"
* target="_top">The Java Tutorial</a></em>.
*
* @since 1.2
--- a/src/java.desktop/share/classes/javax/swing/tree/DefaultMutableTreeNode.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/tree/DefaultMutableTreeNode.java Tue Nov 20 16:40:40 2018 +0530
@@ -36,7 +36,7 @@
* structure.
* For examples of using default mutable tree nodes, see
* <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/tree.html">How to Use Trees</a>
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/tree.html">How to Use Trees</a>
* in <em>The Java Tutorial.</em>
*
* <p>
--- a/src/java.desktop/share/classes/javax/swing/tree/DefaultTreeCellRenderer.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/tree/DefaultTreeCellRenderer.java Tue Nov 20 16:40:40 2018 +0530
@@ -50,7 +50,7 @@
* <code>DefaultTreeCellRenderer</code> is not opaque and
* unless you subclass paint you should not change this.
* See <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/tree.html">How to Use Trees</a>
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/tree.html">How to Use Trees</a>
* in <em>The Java Tutorial</em>
* for examples of customizing node display using this class.
* <p>
--- a/src/java.desktop/share/classes/javax/swing/tree/DefaultTreeModel.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/tree/DefaultTreeModel.java Tue Nov 20 16:40:40 2018 +0530
@@ -33,7 +33,7 @@
/**
* A simple tree data model that uses TreeNodes.
* For further information and examples that use DefaultTreeModel,
- * see <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/tree.html">How to Use Trees</a>
+ * see <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/tree.html">How to Use Trees</a>
* in <em>The Java Tutorial.</em>
* <p>
* <strong>Warning:</strong>
--- a/src/java.desktop/share/classes/javax/swing/tree/ExpandVetoException.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/tree/ExpandVetoException.java Tue Nov 20 16:40:40 2018 +0530
@@ -30,7 +30,7 @@
/**
* Exception used to stop an expand/collapse from happening.
* See <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/events/treewillexpandlistener.html">How to Write a Tree-Will-Expand Listener</a>
+ href="https://docs.oracle.com/javase/tutorial/uiswing/events/treewillexpandlistener.html">How to Write a Tree-Will-Expand Listener</a>
* in <em>The Java Tutorial</em>
* for further information and examples.
*
--- a/src/java.desktop/share/classes/javax/swing/tree/TreeCellRenderer.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/tree/TreeCellRenderer.java Tue Nov 20 16:40:40 2018 +0530
@@ -30,7 +30,7 @@
/**
* Defines the requirements for an object that displays a tree node.
* See <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/tree.html">How to Use Trees</a>
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/tree.html">How to Use Trees</a>
* in <em>The Java Tutorial</em>
* for an example of implementing a tree cell renderer
* that displays custom icons.
--- a/src/java.desktop/share/classes/javax/swing/tree/TreeModel.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/tree/TreeModel.java Tue Nov 20 16:40:40 2018 +0530
@@ -50,7 +50,7 @@
* For further information on tree models,
* including an example of a custom implementation,
* see <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/tree.html">How to Use Trees</a>
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/tree.html">How to Use Trees</a>
* in <em>The Java Tutorial.</em>
*
* @see TreePath
--- a/src/java.desktop/share/classes/javax/swing/tree/TreeNode.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/tree/TreeNode.java Tue Nov 20 16:40:40 2018 +0530
@@ -37,7 +37,7 @@
*
* For further information and examples of using tree nodes,
* see <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/tree.html">How to Use Tree Nodes</a>
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/tree.html">How to Use Tree Nodes</a>
* in <em>The Java Tutorial.</em>
*
* @author Rob Davis
--- a/src/java.desktop/share/classes/javax/swing/tree/TreePath.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/tree/TreePath.java Tue Nov 20 16:40:40 2018 +0530
@@ -66,7 +66,7 @@
* <p>
* For further information and examples of using tree paths,
* see <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/components/tree.html">How to Use Trees</a>
+ href="https://docs.oracle.com/javase/tutorial/uiswing/components/tree.html">How to Use Trees</a>
* in <em>The Java Tutorial.</em>
* <p>
* <strong>Warning:</strong>
--- a/src/java.desktop/share/classes/javax/swing/tree/TreeSelectionModel.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/tree/TreeSelectionModel.java Tue Nov 20 16:40:40 2018 +0530
@@ -32,7 +32,7 @@
* This interface represents the current state of the selection for
* the tree component.
* For information and examples of using tree selection models,
- * see <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/tree.html">How to Use Trees</a>
+ * see <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/tree.html">How to Use Trees</a>
* in <em>The Java Tutorial.</em>
*
* <p>
--- a/src/java.desktop/share/classes/javax/swing/tree/package-info.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/tree/package-info.java Tue Nov 20 16:40:40 2018 +0530
@@ -32,17 +32,17 @@
* <strong>Note:</strong>
* Most of the Swing API is <em>not</em> thread safe. For details, see
* <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
* target="_top">Concurrency in Swing</a>,
* a section in
- * <em><a href="http://docs.oracle.com/javase/tutorial/"
+ * <em><a href="https://docs.oracle.com/javase/tutorial/"
* target="_top">The Java Tutorial</a></em>.
*
* <h2>Related Documentation</h2>
* For overviews, tutorials, examples, guides, and tool documentation,
* please see:
* <ul>
- * <li><a href="http://docs.oracle.com/javase/tutorial/uiswing/components/tree.html"
+ * <li><a href="https://docs.oracle.com/javase/tutorial/uiswing/components/tree.html"
* target="_top">How to Use Trees</a>,
* a section in <em>The Java Tutorial</em></li>
* </ul>
--- a/src/java.desktop/share/classes/javax/swing/undo/package-info.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/undo/package-info.java Tue Nov 20 16:40:40 2018 +0530
@@ -30,17 +30,17 @@
* <strong>Note:</strong>
* Most of the Swing API is <em>not</em> thread safe. For details, see
* <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
* target="_top">Concurrency in Swing</a>,
* a section in
- * <em><a href="http://docs.oracle.com/javase/tutorial/"
+ * <em><a href="https://docs.oracle.com/javase/tutorial/"
* target="_top">The Java Tutorial</a></em>.
*
* <h2>Related Documentation</h2>
* For overviews, tutorials, examples, guides, and tool documentation,
* please see:
* <ul>
- * <li><a href="http://docs.oracle.com/javase/tutorial/uiswing/components/generaltext.html#undo"
+ * <li><a href="https://docs.oracle.com/javase/tutorial/uiswing/components/generaltext.html#undo"
* target="_top">Implementing Undo and Redo</a>,
* a section in <em>The Java Tutorial</em></li>
* </ul>
--- a/src/java.desktop/share/classes/sun/swing/PrintingStatus.java Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/sun/swing/PrintingStatus.java Tue Nov 20 16:40:40 2018 +0530
@@ -43,7 +43,7 @@
* <p>
* Methods of these class are thread safe, although most Swing methods
* are not. Please see
- * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
+ * <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
* in Swing</A> for more information.
*
* @author Alexander Potochkin