8212882: links to tutorial should be updated to use https:

Reviewed-by: psadhukhan, pbansal
This commit is contained in:
Krishna Addepalli 2018-11-20 16:40:40 +05:30
parent 8d8d2d8bdd
commit ee1a5e3c1e
142 changed files with 222 additions and 222 deletions

View File

@ -800,7 +800,7 @@ public class FileChooserDemo extends JPanel implements ActionListener {
* NOTE: By default, the look and feel will be set to the * NOTE: By default, the look and feel will be set to the
* Cross Platform Look and Feel (which is currently Metal). * Cross Platform Look and Feel (which is currently Metal).
* The following code tries to set the Look and Feel to Nimbus. * 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 { try {
for (LookAndFeelInfo info : UIManager. for (LookAndFeelInfo info : UIManager.

View File

@ -204,7 +204,7 @@ import static sun.java2d.pipe.hw.ExtendedBufferCapabilities.VSyncType.VSYNC_ON;
* <a href="http://www.oracle.com/technetwork/java/painting-140037.html">Painting in AWT and Swing</a>. * <a href="http://www.oracle.com/technetwork/java/painting-140037.html">Painting in AWT and Swing</a>.
* <p> * <p>
* For details on the focus subsystem, see * 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>, * How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>, and the * a section in <em>The Java Tutorial</em>, and the
* <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a> * <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a>

View File

@ -79,7 +79,7 @@ import sun.security.action.GetBooleanAction;
* (and hence to the bottom of the stacking order). * (and hence to the bottom of the stacking order).
* <p> * <p>
* <b>Note</b>: For details on the focus subsystem, see * <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>, * How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>, and the * a section in <em>The Java Tutorial</em>, and the
* <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a> * <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a>

View File

@ -54,7 +54,7 @@ import java.awt.peer.ComponentPeer;
* impact, the focusability of the Component itself. * impact, the focusability of the Component itself.
* <p> * <p>
* Please see * 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>, * How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>, and the * a section in <em>The Java Tutorial</em>, and the
* <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a> * <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a>

View File

@ -49,7 +49,7 @@ import sun.util.logging.PlatformLogger;
* Container's FocusTraversalPolicy. * Container's FocusTraversalPolicy.
* <p> * <p>
* Please see * 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>, * How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>, and the * a section in <em>The Java Tutorial</em>, and the
* <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a> * <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a>

View File

@ -35,7 +35,7 @@ import java.lang.annotation.Native;
* (see {@link GraphicsDevice#isDisplayChangeSupported}). * (see {@link GraphicsDevice#isDisplayChangeSupported}).
* <p> * <p>
* For more information on full-screen exclusive mode API, see the * 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>. * Full-Screen Exclusive Mode API Tutorial</a>.
* *
* @see GraphicsDevice * @see GraphicsDevice

View File

@ -49,7 +49,7 @@ package java.awt;
* policy is used to perform the search operation. * policy is used to perform the search operation.
* <p> * <p>
* Please see * 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>, * How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>, and the * a section in <em>The Java Tutorial</em>, and the
* <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a> * <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a>

View File

@ -67,7 +67,7 @@ import sun.awt.SunToolkit;
* }</pre> * }</pre>
* <p> * <p>
* For more information on full-screen exclusive mode API, see the * 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>. * Full-Screen Exclusive Mode API Tutorial</a>.
* *
* @see GraphicsEnvironment * @see GraphicsEnvironment

View File

@ -85,7 +85,7 @@ import sun.awt.AWTAccessor;
* ClassLoader. * ClassLoader.
* <p> * <p>
* Please see * 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>, * How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>, and the * a section in <em>The Java Tutorial</em>, and the
* <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a> * <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a>

View File

@ -102,9 +102,9 @@ import sun.awt.SunToolkit;
* *
* <li>Moving the focus from one component to another. * <li>Moving the focus from one component to another.
* <br>For more information, see * <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 * 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>. * Tutorial</a>.
* *
* <li>Making a top-level container visible. * <li>Making a top-level container visible.

View File

@ -51,7 +51,7 @@ import java.lang.annotation.Native;
* in the range from {@code ACTION_FIRST} to {@code ACTION_LAST}. * in the range from {@code ACTION_FIRST} to {@code ACTION_LAST}.
* *
* @see ActionListener * @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 * @author Carl Quinn
* @since 1.1 * @since 1.1

View File

@ -37,7 +37,7 @@ import java.util.EventListener;
* invoked. * invoked.
* *
* @see ActionEvent * @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 * @author Carl Quinn
* @since 1.1 * @since 1.1

View File

@ -44,7 +44,7 @@ package java.awt.event;
* *
* @see ComponentEvent * @see ComponentEvent
* @see ComponentListener * @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 * @author Carl Quinn
* @since 1.1 * @since 1.1

View File

@ -60,7 +60,7 @@ import java.lang.annotation.Native;
* *
* @see ComponentAdapter * @see ComponentAdapter
* @see ComponentListener * @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 * @author Carl Quinn
* @since 1.1 * @since 1.1

View File

@ -46,7 +46,7 @@ import java.util.EventListener;
* *
* @see ComponentAdapter * @see ComponentAdapter
* @see ComponentEvent * @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 * @author Carl Quinn
* @since 1.1 * @since 1.1

View File

@ -44,7 +44,7 @@ package java.awt.event;
* *
* @see ContainerEvent * @see ContainerEvent
* @see ContainerListener * @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 * @author Amy Fowler
* @since 1.1 * @since 1.1

View File

@ -52,7 +52,7 @@ import java.awt.Component;
* *
* @see ContainerAdapter * @see ContainerAdapter
* @see ContainerListener * @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 Tim Prinzing
* @author Amy Fowler * @author Amy Fowler

View File

@ -46,7 +46,7 @@ import java.util.EventListener;
* *
* @see ContainerAdapter * @see ContainerAdapter
* @see ContainerEvent * @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 Tim Prinzing
* @author Amy Fowler * @author Amy Fowler

View File

@ -44,7 +44,7 @@ package java.awt.event;
* *
* @see FocusEvent * @see FocusEvent
* @see FocusListener * @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 Carl Quinn
* @since 1.1 * @since 1.1

View File

@ -64,7 +64,7 @@ import sun.awt.SunToolkit;
* *
* @see FocusAdapter * @see FocusAdapter
* @see FocusListener * @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 Carl Quinn
* @author Amy Fowler * @author Amy Fowler

View File

@ -42,7 +42,7 @@ import java.util.EventListener;
* *
* @see FocusAdapter * @see FocusAdapter
* @see FocusEvent * @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 * @author Carl Quinn
* @since 1.1 * @since 1.1

View File

@ -58,7 +58,7 @@ import java.awt.ItemSelectable;
* *
* @see java.awt.ItemSelectable * @see java.awt.ItemSelectable
* @see ItemListener * @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 * @since 1.1
*/ */

View File

@ -40,7 +40,7 @@ import java.util.EventListener;
* *
* @see java.awt.ItemSelectable * @see java.awt.ItemSelectable
* @see ItemEvent * @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 * @since 1.1
*/ */

View File

@ -46,7 +46,7 @@ package java.awt.event;
* *
* @see KeyEvent * @see KeyEvent
* @see KeyListener * @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 * @since 1.1
*/ */

View File

@ -145,7 +145,7 @@ import sun.awt.AWTAccessor;
* *
* @see KeyAdapter * @see KeyAdapter
* @see KeyListener * @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 * @since 1.1
*/ */

View File

@ -63,7 +63,7 @@ package java.awt.event;
* @see MouseListener * @see MouseListener
* @see MouseMotionListener * @see MouseMotionListener
* @see MouseWheelListener * @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 * @since 1.1
*/ */

View File

@ -184,8 +184,8 @@ import sun.awt.SunToolkit;
* @see MouseMotionAdapter * @see MouseMotionAdapter
* @see MouseMotionListener * @see MouseMotionListener
* @see MouseWheelListener * @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>
* @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 * @since 1.1
*/ */

View File

@ -50,7 +50,7 @@ import java.util.EventListener;
* *
* @see MouseAdapter * @see MouseAdapter
* @see MouseEvent * @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 * @since 1.1
*/ */

View File

@ -49,7 +49,7 @@ package java.awt.event;
* *
* @see MouseEvent * @see MouseEvent
* @see MouseMotionListener * @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 * @since 1.1
*/ */

View File

@ -47,7 +47,7 @@ import java.util.EventListener;
* *
* @see MouseMotionAdapter * @see MouseMotionAdapter
* @see MouseEvent * @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 * @since 1.1
*/ */

View File

@ -45,7 +45,7 @@ package java.awt.event;
* *
* @see WindowEvent * @see WindowEvent
* @see WindowListener * @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 Carl Quinn
* @author Amy Fowler * @author Amy Fowler

View File

@ -52,7 +52,7 @@ import sun.awt.SunToolkit;
* *
* @see WindowAdapter * @see WindowAdapter
* @see WindowListener * @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 * @since 1.1
*/ */

View File

@ -47,7 +47,7 @@ import java.util.EventListener;
* *
* @see WindowAdapter * @see WindowAdapter
* @see WindowEvent * @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 * @since 1.4
*/ */

View File

@ -44,7 +44,7 @@ import java.util.EventListener;
* *
* @see WindowAdapter * @see WindowAdapter
* @see WindowEvent * @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 * @since 1.1
*/ */

View File

@ -102,7 +102,7 @@
* <h2>Related Documentation</h2> * <h2>Related Documentation</h2>
* For overview, architecture, and tutorial documentation, please see: * For overview, architecture, and tutorial documentation, please see:
* <ul> * <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> * JavaBeans</a>, a trail in <em>The Java Tutorial</em>.</li>
* <li><a href="http://www.oracle.com/technetwork/java/persistence2-141443.html"> * <li><a href="http://www.oracle.com/technetwork/java/persistence2-141443.html">
* Long-Term Persistence</a>, an article in * Long-Term Persistence</a>, an article in

View File

@ -49,12 +49,12 @@ import javax.swing.text.*;
* configuring a button. Refer to <a href="Action.html#buttonActions"> * configuring a button. Refer to <a href="Action.html#buttonActions">
* Swing Components Supporting <code>Action</code></a> for more * Swing Components Supporting <code>Action</code></a> for more
* details, and you can find more information in <a * 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>. * to Use Actions</a>, a section in <em>The Java Tutorial</em>.
* <p> * <p>
* For further information see * For further information see
* <a * <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>. * a section in <em>The Java Tutorial</em>.
* <p> * <p>
* <strong>Warning:</strong> * <strong>Warning:</strong>

View File

@ -35,7 +35,7 @@ import javax.swing.border.*;
* possible, this factory will hand out references to shared * possible, this factory will hand out references to shared
* <code>Border</code> instances. * <code>Border</code> instances.
* For further information and examples see * 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>, to Use Borders</a>,
* a section in <em>The Java Tutorial</em>. * a section in <em>The Java Tutorial</em>.
* *

View File

@ -57,7 +57,7 @@ import javax.accessibility.*;
* If you are implementing a <code>BoxLayout</code> you * If you are implementing a <code>BoxLayout</code> you
* can find further information and examples in * can find further information and examples in
* <a * <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> * a section in <em>The Java Tutorial.</em>
* <p> * <p>
* <strong>Warning:</strong> * <strong>Warning:</strong>

View File

@ -117,7 +117,7 @@ import java.io.PrintStream;
* <p> * <p>
* For further information and examples see * For further information and examples see
* <a * <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> * a section in <em>The Java Tutorial.</em>
* <p> * <p>
* <strong>Warning:</strong> * <strong>Warning:</strong>

View File

@ -51,7 +51,7 @@ import java.io.Serializable;
* Initially, all buttons in the group are unselected. * Initially, all buttons in the group are unselected.
* <p> * <p>
* For examples and further information on using button groups see * 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>. * a section in <em>The Java Tutorial</em>.
* <p> * <p>
* <strong>Warning:</strong> * <strong>Warning:</strong>

View File

@ -37,7 +37,7 @@ import java.util.Comparator;
* <code>java.awt.DefaultKeyboardFocusManager</code> instead. * <code>java.awt.DefaultKeyboardFocusManager</code> instead.
* <p> * <p>
* Please see * 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>, * How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>, and the * a section in <em>The Java Tutorial</em>, and the
* <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a> * <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a>

View File

@ -34,7 +34,7 @@ import java.awt.*;
* <code>java.awt.DefaultKeyboardFocusManager</code> instead. * <code>java.awt.DefaultKeyboardFocusManager</code> instead.
* <p> * <p>
* Please see * 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>, * How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>, and the * a section in <em>The Java Tutorial</em>, and the
* <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a> * <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a>

View File

@ -51,7 +51,7 @@ import sun.awt.AWTAccessor;
* *
* <p> * <p>
* For further information and examples of using image icons, see * 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> * in <em>The Java Tutorial.</em>
* *
* <p> * <p>

View File

@ -47,7 +47,7 @@ import javax.accessibility.AccessibleContext;
* in <em>The Java Tutorial</em>, * in <em>The Java Tutorial</em>,
* in the section * in the section
* <a * <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> * <p>
* The <code>JApplet</code> class is slightly incompatible with * The <code>JApplet</code> class is slightly incompatible with
* <code>java.applet.Applet</code>. <code>JApplet</code> contains a * <code>java.applet.Applet</code>. <code>JApplet</code> contains a
@ -197,7 +197,7 @@ public class JApplet extends Applet implements Accessible,
* are currently typed to {@code JComponent}. * are currently typed to {@code JComponent}.
* <p> * <p>
* Please see * 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 * How to Use Drag and Drop and Data Transfer</a>, a section in
* <em>The Java Tutorial</em>, for more information. * <em>The Java Tutorial</em>, for more information.
* *

View File

@ -43,10 +43,10 @@ import java.io.IOException;
* configuring a button. Refer to <a href="Action.html#buttonActions"> * configuring a button. Refer to <a href="Action.html#buttonActions">
* Swing Components Supporting <code>Action</code></a> for more * Swing Components Supporting <code>Action</code></a> for more
* details, and you can find more information in <a * 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>. * to Use Actions</a>, a section in <em>The Java Tutorial</em>.
* <p> * <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> * in <em>The Java Tutorial</em>
* for information and examples of using buttons. * for information and examples of using buttons.
* <p> * <p>

View File

@ -38,7 +38,7 @@ import java.io.IOException;
* An implementation of a check box -- an item that can be selected or * An implementation of a check box -- an item that can be selected or
* deselected, and which displays its state to the user. * deselected, and which displays its state to the user.
* By convention, any number of check boxes in a group can be selected. * 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> * in <em>The Java Tutorial</em>
* for examples and information on using check boxes. * for examples and information on using check boxes.
* <p> * <p>
@ -48,7 +48,7 @@ import java.io.IOException;
* configuring a button. Refer to <a href="Action.html#buttonActions"> * configuring a button. Refer to <a href="Action.html#buttonActions">
* Swing Components Supporting <code>Action</code></a> for more * Swing Components Supporting <code>Action</code></a> for more
* details, and you can find more information in <a * 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>. * to Use Actions</a>, a section in <em>The Java Tutorial</em>.
* <p> * <p>
* <strong>Warning:</strong> Swing is not thread safe. For more * <strong>Warning:</strong> Swing is not thread safe. For more

View File

@ -53,7 +53,7 @@ import javax.accessibility.*;
* configuring a menu item. Refer to <a href="Action.html#buttonActions"> * configuring a menu item. Refer to <a href="Action.html#buttonActions">
* Swing Components Supporting <code>Action</code></a> for more * Swing Components Supporting <code>Action</code></a> for more
* details, and you can find more information in <a * 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>. * to Use Actions</a>, a section in <em>The Java Tutorial</em>.
* <p> * <p>
* Some times it is required to select several check box menu items from a menu. * Some times it is required to select several check box menu items from a menu.
@ -70,7 +70,7 @@ import javax.accessibility.*;
* <p> * <p>
* For further information and examples of using check box menu items, * For further information and examples of using check box menu items,
* see <a * 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> * a section in <em>The Java Tutorial.</em>
* <p> * <p>
* <strong>Warning:</strong> Swing is not thread safe. For more * <strong>Warning:</strong> Swing is not thread safe. For more

View File

@ -42,7 +42,7 @@ import sun.swing.SwingUtilities2;
* a user to manipulate and select a color. * a user to manipulate and select a color.
* For information about using color choosers, see * For information about using color choosers, see
* <a * <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>. * a section in <em>The Java Tutorial</em>.
* *
* <p> * <p>

View File

@ -64,8 +64,8 @@ import javax.accessibility.*;
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
* <p> * <p>
* See <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/combobox.html">How to Use Combo Boxes</a> * See <a href="https://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> * in <a href="https://docs.oracle.com/javase/tutorial/"><em>The Java Tutorial</em></a>
* for further information. * for further information.
* *
* @see ComboBoxModel * @see ComboBoxModel

View File

@ -70,7 +70,7 @@ import sun.swing.SwingUtilities2;
* that provide a place for other Swing components to paint themselves. * that provide a place for other Swing components to paint themselves.
* For an explanation of containment hierarchies, see * For an explanation of containment hierarchies, see
* <a * <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>. * a section in <em>The Java Tutorial</em>.
* *
* <p> * <p>
@ -84,20 +84,20 @@ import sun.swing.SwingUtilities2;
* <em>UI delegate</em> -- an object that descends from * <em>UI delegate</em> -- an object that descends from
* {@link javax.swing.plaf.ComponentUI}. * {@link javax.swing.plaf.ComponentUI}.
* See <a * 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> * to Set the Look and Feel</a>
* in <em>The Java Tutorial</em> * in <em>The Java Tutorial</em>
* for more information. * for more information.
* <li>Comprehensive keystroke handling. * <li>Comprehensive keystroke handling.
* See the document <a * 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>, * an article in <em>The Java Tutorial</em>,
* for more information. * for more information.
* <li>Support for tool tips -- * <li>Support for tool tips --
* short descriptions that pop up when the cursor lingers * short descriptions that pop up when the cursor lingers
* over a component. * over a component.
* See <a * 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> * to Use Tool Tips</a>
* in <em>The Java Tutorial</em> * in <em>The Java Tutorial</em>
* for more information. * for more information.
@ -116,14 +116,14 @@ import sun.swing.SwingUtilities2;
* that includes double buffering and support for borders. * that includes double buffering and support for borders.
* For more information see <a * For more information see <a
* href="http://www.oracle.com/technetwork/java/painting-140037.html#swing">Painting</a> and * 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>, * to Use Borders</a>,
* both of which are sections in <em>The Java Tutorial</em>. * both of which are sections in <em>The Java Tutorial</em>.
* </ul> * </ul>
* For more information on these subjects, see the * For more information on these subjects, see the
* {@link javax.swing Swing package description} * {@link javax.swing Swing package description}
* and <em>The Java Tutorial</em> section * 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> * <p>
* <code>JComponent</code> and its subclasses document default values * <code>JComponent</code> and its subclasses document default values
* for certain properties. For example, <code>JTable</code> documents the * for certain properties. For example, <code>JTable</code> documents the
@ -141,7 +141,7 @@ import sun.swing.SwingUtilities2;
* <p> * <p>
* In release 1.4, the focus subsystem was rearchitected. * In release 1.4, the focus subsystem was rearchitected.
* For more information, see * 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>, * How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>. * a section in <em>The Java Tutorial</em>.
* <p> * <p>
@ -1313,7 +1313,7 @@ public abstract class JComponent extends Container implements Serializable,
/** /**
* In release 1.4, the focus subsystem was rearchitected. * In release 1.4, the focus subsystem was rearchitected.
* For more information, see * 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>, * How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>. * a section in <em>The Java Tutorial</em>.
* <p> * <p>
@ -1377,7 +1377,7 @@ public abstract class JComponent extends Container implements Serializable,
/** /**
* In release 1.4, the focus subsystem was rearchitected. * In release 1.4, the focus subsystem was rearchitected.
* For more information, see * 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>, * How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>. * a section in <em>The Java Tutorial</em>.
* <p> * <p>
@ -1410,7 +1410,7 @@ public abstract class JComponent extends Container implements Serializable,
/** /**
* In release 1.4, the focus subsystem was rearchitected. * In release 1.4, the focus subsystem was rearchitected.
* For more information, see * 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>, * How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>. * a section in <em>The Java Tutorial</em>.
* <p> * <p>
@ -1443,7 +1443,7 @@ public abstract class JComponent extends Container implements Serializable,
* all, use the <code>setFocusable</code> method instead. * all, use the <code>setFocusable</code> method instead.
* <p> * <p>
* Please see * 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>, * How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>, * a section in <em>The Java Tutorial</em>,
* for more information. * for more information.
@ -1462,7 +1462,7 @@ public abstract class JComponent extends Container implements Serializable,
* get focus; otherwise returns <code>false</code>. * get focus; otherwise returns <code>false</code>.
* <p> * <p>
* Please see * 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>, * How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>, * a section in <em>The Java Tutorial</em>,
* for more information. * for more information.
@ -1488,7 +1488,7 @@ public abstract class JComponent extends Container implements Serializable,
* its behavior is platform dependent. Instead we recommend the * its behavior is platform dependent. Instead we recommend the
* use of {@link #requestFocusInWindow() requestFocusInWindow()}. * use of {@link #requestFocusInWindow() requestFocusInWindow()}.
* If you would like more information on focus, see * 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>, * How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>. * a section in <em>The Java Tutorial</em>.
* *
@ -1511,7 +1511,7 @@ public abstract class JComponent extends Container implements Serializable,
* use of {@link #requestFocusInWindow(boolean) * use of {@link #requestFocusInWindow(boolean)
* requestFocusInWindow(boolean)}. * requestFocusInWindow(boolean)}.
* If you would like more information on focus, see * 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>, * How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>. * a section in <em>The Java Tutorial</em>.
* *
@ -1533,7 +1533,7 @@ public abstract class JComponent extends Container implements Serializable,
* this method. * this method.
* <p> * <p>
* If you would like more information on focus, see * 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>, * How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>. * a section in <em>The Java Tutorial</em>.
* *
@ -1554,7 +1554,7 @@ public abstract class JComponent extends Container implements Serializable,
* this method. * this method.
* <p> * <p>
* If you would like more information on focus, see * 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>, * How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>. * a section in <em>The Java Tutorial</em>.
* *
@ -2628,7 +2628,7 @@ public abstract class JComponent extends Container implements Serializable,
/** /**
* In release 1.4, the focus subsystem was rearchitected. * In release 1.4, the focus subsystem was rearchitected.
* For more information, see * 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>, * How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>. * a section in <em>The Java Tutorial</em>.
* <p> * <p>
@ -3007,7 +3007,7 @@ public abstract class JComponent extends Container implements Serializable,
* Registers the text to display in a tool tip. * Registers the text to display in a tool tip.
* The text displays when the cursor lingers over the component. * The text displays when the cursor lingers over the component.
* <p> * <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> * in <em>The Java Tutorial</em>
* for further documentation. * for further documentation.
* *
@ -3228,7 +3228,7 @@ public abstract class JComponent extends Container implements Serializable,
* default value for the system property is {@code false}. * default value for the system property is {@code false}.
* <p> * <p>
* Please see * 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>, * How to Use Drag and Drop and Data Transfer</a>,
* a section in <em>The Java Tutorial</em>, for more information. * a section in <em>The Java Tutorial</em>, for more information.
* *

View File

@ -62,7 +62,7 @@ import java.util.LinkedHashSet;
* (closing, resizing, etc). * (closing, resizing, etc).
* <p> * <p>
* For further documentation and examples see * 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>. * a section in <em>The Java Tutorial</em>.
* <p> * <p>
* <strong>Warning:</strong> Swing is not thread safe. For more * <strong>Warning:</strong> Swing is not thread safe. For more

View File

@ -37,7 +37,7 @@ import javax.accessibility.*;
* For information about creating dialogs, see * For information about creating dialogs, see
* <em>The Java Tutorial</em> section * <em>The Java Tutorial</em> section
* <a * <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>. * to Make Dialogs</a>.
* *
* <p> * <p>
@ -788,7 +788,7 @@ public class JDialog extends Dialog implements WindowConstants,
* are currently typed to {@code JComponent}. * are currently typed to {@code JComponent}.
* <p> * <p>
* Please see * 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 * How to Use Drag and Drop and Data Transfer</a>, a section in
* <em>The Java Tutorial</em>, for more information. * <em>The Java Tutorial</em>, for more information.
* *

View File

@ -42,7 +42,7 @@ import sun.reflect.misc.ReflectUtil;
/** /**
* A text component to edit various kinds of content. * A text component to edit various kinds of content.
* You can find how-to information and examples of using editor panes in * 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> * a section in <em>The Java Tutorial.</em>
* *
* <p> * <p>

View File

@ -57,7 +57,7 @@ import java.lang.ref.WeakReference;
* choose a file. * choose a file.
* For information about using <code>JFileChooser</code>, see * For information about using <code>JFileChooser</code>, see
* <a * <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>. * a section in <em>The Java Tutorial</em>.
* *
* <p> * <p>

View File

@ -50,7 +50,7 @@ import javax.accessibility.AccessibleStateSet;
* You can find task-oriented documentation about using <code>JFrame</code> * You can find task-oriented documentation about using <code>JFrame</code>
* in <em>The Java Tutorial</em>, in the section * in <em>The Java Tutorial</em>, in the section
* <a * <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> * <p>
* The <code>JFrame</code> class is slightly incompatible with <code>Frame</code>. * The <code>JFrame</code> class is slightly incompatible with <code>Frame</code>.
@ -88,7 +88,7 @@ import javax.accessibility.AccessibleStateSet;
* For more information on content panes * For more information on content panes
* and other features that root panes provide, * and other features that root panes provide,
* see <a * 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> * <p>
* In a multi-screen environment, you can create a <code>JFrame</code> * In a multi-screen environment, you can create a <code>JFrame</code>
* on a different screen device. See {@link java.awt.Frame} for more * on a different screen device. See {@link java.awt.Frame} for more
@ -426,7 +426,7 @@ public class JFrame extends Frame implements WindowConstants,
* are currently typed to {@code JComponent}. * are currently typed to {@code JComponent}.
* <p> * <p>
* Please see * 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 * How to Use Drag and Drop and Data Transfer</a>, a section in
* <em>The Java Tutorial</em>, for more information. * <em>The Java Tutorial</em>, for more information.
* *

View File

@ -48,7 +48,7 @@ import sun.swing.SwingUtilities2;
* resizing, title display, and support for a menu bar. * resizing, title display, and support for a menu bar.
* For task-oriented documentation and examples of using internal frames, * For task-oriented documentation and examples of using internal frames,
* see <a * 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>. * a section in <em>The Java Tutorial</em>.
* *
* <p> * <p>

View File

@ -75,7 +75,7 @@ import javax.swing.text.*;
* should appear between the text and the image. * should appear between the text and the image.
* The default is 4 pixels. * The default is 4 pixels.
* <p> * <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> * in <em>The Java Tutorial</em>
* for further documentation. * for further documentation.
* <p> * <p>

View File

@ -44,7 +44,7 @@ import javax.accessibility.*;
* container, where higher-numbered components sit &quot;on top&quot; of other * container, where higher-numbered components sit &quot;on top&quot; of other
* components. * components.
* For task-oriented documentation and examples of using layered panes see * 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>. * a section in <em>The Java Tutorial</em>.
* *
* <table class="borderless" style="float:right"> * <table class="borderless" style="float:right">

View File

@ -258,8 +258,8 @@ import static sun.swing.SwingUtilities2.Section.*;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* <p> * <p>
* See <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/list.html">How to Use Lists</a> * See <a href="https://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> * in <a href="https://docs.oracle.com/javase/tutorial/"><em>The Java Tutorial</em></a>
* for further documentation. * for further documentation.
* *
* @see ListModel * @see ListModel

View File

@ -69,11 +69,11 @@ import javax.accessibility.*;
* configuring a menu. Refer to <a href="Action.html#buttonActions"> * configuring a menu. Refer to <a href="Action.html#buttonActions">
* Swing Components Supporting <code>Action</code></a> for more * Swing Components Supporting <code>Action</code></a> for more
* details, and you can find more information in <a * 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>. * to Use Actions</a>, a section in <em>The Java Tutorial</em>.
* <p> * <p>
* For information and examples of using menus see * 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> * a section in <em>The Java Tutorial.</em>
* <p> * <p>
* <strong>Warning:</strong> Swing is not thread safe. For more * <strong>Warning:</strong> Swing is not thread safe. For more

View File

@ -52,7 +52,7 @@ import sun.awt.SunToolkit;
* <p> * <p>
* For information and examples of using menu bars see * For information and examples of using menu bars see
* <a * <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> * a section in <em>The Java Tutorial.</em>
* <p> * <p>
* <strong>Warning:</strong> Swing is not thread safe. For more * <strong>Warning:</strong> Swing is not thread safe. For more

View File

@ -51,12 +51,12 @@ import javax.accessibility.*;
* configuring a menu item. Refer to <a href="Action.html#buttonActions"> * configuring a menu item. Refer to <a href="Action.html#buttonActions">
* Swing Components Supporting <code>Action</code></a> for more * Swing Components Supporting <code>Action</code></a> for more
* details, and you can find more information in <a * 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>. * to Use Actions</a>, a section in <em>The Java Tutorial</em>.
* <p> * <p>
* For further documentation and for examples, see * For further documentation and for examples, see
* <a * <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> * in <em>The Java Tutorial.</em>
* <p> * <p>
* <strong>Warning:</strong> Swing is not thread safe. For more * <strong>Warning:</strong> Swing is not thread safe. For more

View File

@ -62,7 +62,7 @@ import sun.awt.AWTAccessor;
* prompts users for a value or informs them of something. * prompts users for a value or informs them of something.
* For information about using <code>JOptionPane</code>, see * For information about using <code>JOptionPane</code>, see
* <a * <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>. * a section in <em>The Java Tutorial</em>.
* *
* <p> * <p>

View File

@ -39,7 +39,7 @@ import java.io.IOException;
* <code>JPanel</code> is a generic lightweight container. * <code>JPanel</code> is a generic lightweight container.
* For examples and task-oriented documentation for JPanel, see * For examples and task-oriented documentation for JPanel, see
* <a * <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>. * a section in <em>The Java Tutorial</em>.
* <p> * <p>
* <strong>Warning:</strong> Swing is not thread safe. For more * <strong>Warning:</strong> Swing is not thread safe. For more

View File

@ -38,7 +38,7 @@ import java.util.Arrays;
* the editing of a single line of text where the view indicates * the editing of a single line of text where the view indicates
* something was typed, but does not show the original characters. * something was typed, but does not show the original characters.
* You can find further information and examples in * 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> * a section in <em>The Java Tutorial.</em>
* <p> * <p>
* <code>JPasswordField</code> is intended * <code>JPasswordField</code> is intended

View File

@ -54,7 +54,7 @@ import sun.awt.SunToolkit;
* <p> * <p>
* For information and examples of using popup menus, see * For information and examples of using popup menus, see
* <a * <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> * in <em>The Java Tutorial.</em>
* <p> * <p>
* <strong>Warning:</strong> Swing is not thread safe. For more * <strong>Warning:</strong> Swing is not thread safe. For more

View File

@ -98,7 +98,7 @@ import javax.swing.plaf.ProgressBarUI;
* <p> * <p>
* *
* For complete examples and further documentation see * 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> * a section in <em>The Java Tutorial.</em>
* *
* <p> * <p>
@ -891,7 +891,7 @@ public class JProgressBar extends JComponent implements SwingConstants, Accessib
* <p> * <p>
* *
* See * 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. * for examples of using indeterminate progress bars.
* *
* @param newValue <code>true</code> if the progress bar * @param newValue <code>true</code> if the progress bar

View File

@ -54,10 +54,10 @@ import java.io.IOException;
* configuring a button. Refer to <a href="Action.html#buttonActions"> * configuring a button. Refer to <a href="Action.html#buttonActions">
* Swing Components Supporting <code>Action</code></a> for more * Swing Components Supporting <code>Action</code></a> for more
* details, and you can find more information in <a * 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>. * to Use Actions</a>, a section in <em>The Java Tutorial</em>.
* <p> * <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> * in <em>The Java Tutorial</em>
* for further documentation. * for further documentation.
* <p> * <p>

View File

@ -47,7 +47,7 @@ import javax.accessibility.*;
* configuring a menu item. Refer to <a href="Action.html#buttonActions"> * configuring a menu item. Refer to <a href="Action.html#buttonActions">
* Swing Components Supporting <code>Action</code></a> for more * Swing Components Supporting <code>Action</code></a> for more
* details, and you can find more information in <a * 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>. * to Use Actions</a>, a section in <em>The Java Tutorial</em>.
* <p> * <p>
* Some menus can have several button groups with radio button menu items. In * Some menus can have several button groups with radio button menu items. In
@ -64,7 +64,7 @@ import javax.accessibility.*;
* <p> * <p>
* For further documentation and examples see * For further documentation and examples see
* <a * <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> * a section in <em>The Java Tutorial.</em>
* <p> * <p>
* <strong>Warning:</strong> Swing is not thread safe. For more * <strong>Warning:</strong> Swing is not thread safe. For more

View File

@ -44,7 +44,7 @@ import sun.security.action.GetBooleanAction;
* <code>JFrame</code>, <code>JDialog</code>, <code>JWindow</code>, * <code>JFrame</code>, <code>JDialog</code>, <code>JWindow</code>,
* <code>JApplet</code>, and <code>JInternalFrame</code>. * <code>JApplet</code>, and <code>JInternalFrame</code>.
* For task-oriented information on functionality provided by root panes * 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>. * a section in <em>The Java Tutorial</em>.
* *
* <p> * <p>

View File

@ -51,7 +51,7 @@ import java.beans.Transient;
* vertical and horizontal scroll bars, and optional row and * vertical and horizontal scroll bars, and optional row and
* column heading viewports. * column heading viewports.
* You can find task-oriented documentation of <code>JScrollPane</code> in * 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 * a section in <em>The Java Tutorial</em>. Note that
* <code>JScrollPane</code> does not support heavyweight components. * <code>JScrollPane</code> does not support heavyweight components.
* *

View File

@ -46,7 +46,7 @@ import java.io.IOException;
* *
* For more information and examples see * For more information and examples see
* <a * <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> * a section in <em>The Java Tutorial.</em>
* <p> * <p>
* <strong>Warning:</strong> Swing is not thread safe. For more * <strong>Warning:</strong> Swing is not thread safe. For more

View File

@ -56,7 +56,7 @@ import java.beans.PropertyChangeListener;
* <p> * <p>
* For further information and examples see * For further information and examples see
* <a * <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> * a section in <em>The Java Tutorial.</em>
* <p> * <p>
* <strong>Warning:</strong> Swing is not thread safe. For more * <strong>Warning:</strong> Swing is not thread safe. For more

View File

@ -93,7 +93,7 @@ import sun.util.locale.provider.LocaleResources;
* </pre> * </pre>
* <p> * <p>
* For information and examples of using spinner see * 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> * a section in <em>The Java Tutorial.</em>
* <p> * <p>
* <strong>Warning:</strong> Swing is not thread safe. For more * <strong>Warning:</strong> Swing is not thread safe. For more

View File

@ -44,7 +44,7 @@ import java.io.IOException;
* interactively resized by the user. * interactively resized by the user.
* Information on using <code>JSplitPane</code> is in * Information on using <code>JSplitPane</code> is in
* <a * <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>. * <em>The Java Tutorial</em>.
* <p> * <p>
* The two <code>Component</code>s in a split pane can be aligned * The two <code>Component</code>s in a split pane can be aligned

View File

@ -45,7 +45,7 @@ import java.io.IOException;
* A component that lets the user switch between a group of components by * A component that lets the user switch between a group of components by
* clicking on a tab with a given title and/or icon. * clicking on a tab with a given title and/or icon.
* For examples and information on using tabbed panes see * 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>. * a section in <em>The Java Tutorial</em>.
* <p> * <p>
* Tabs/components are added to a <code>TabbedPane</code> object by using the * Tabs/components are added to a <code>TabbedPane</code> object by using the

View File

@ -68,7 +68,7 @@ import sun.swing.PrintingStatus;
/** /**
* The <code>JTable</code> is used to display and edit regular two-dimensional tables * The <code>JTable</code> is used to display and edit regular two-dimensional tables
* of cells. * 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> * in <em>The Java Tutorial</em>
* for task-oriented documentation and examples of using <code>JTable</code>. * for task-oriented documentation and examples of using <code>JTable</code>.
* *
@ -2477,7 +2477,7 @@ public class JTable extends JComponent implements TableModelListener, Scrollable
* The default value of this property is defined by the look * The default value of this property is defined by the look
* and feel implementation. * and feel implementation.
* <p> * <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 * @param selectionForeground the <code>Color</code> to use in the foreground
* for selected list items * for selected list items
@ -2514,7 +2514,7 @@ public class JTable extends JComponent implements TableModelListener, Scrollable
* The default value of this property is defined by the look * The default value of this property is defined by the look
* and feel implementation. * and feel implementation.
* <p> * <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 * @param selectionBackground the <code>Color</code> to use for the background
* of selected cells * of selected cells

View File

@ -39,7 +39,7 @@ import java.io.IOException;
* compatibility with the <code>java.awt.TextArea</code> class where it can * compatibility with the <code>java.awt.TextArea</code> class where it can
* reasonably do so. * reasonably do so.
* You can find information and examples of using all the text components in * 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> * a section in <em>The Java Tutorial.</em>
* *
* <p> * <p>

View File

@ -43,7 +43,7 @@ import java.io.Serializable;
* of a single line of text. * of a single line of text.
* For information on and examples of using text fields, * For information on and examples of using text fields,
* see * 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> * in <em>The Java Tutorial.</em>
* *
* <p> * <p>

View File

@ -36,7 +36,7 @@ import javax.swing.text.*;
* A text component that can be marked up with attributes that are * A text component that can be marked up with attributes that are
* represented graphically. * represented graphically.
* You can find how-to information and examples of using text panes in * 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> * a section in <em>The Java Tutorial.</em>
* *
* <p> * <p>

View File

@ -42,7 +42,7 @@ import java.util.Iterator;
* are subclasses of this class. * are subclasses of this class.
* For information on using them see * For information on using them see
* <a * <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>. * a section in <em>The Java Tutorial</em>.
* <p> * <p>
* Buttons can be configured, and to some degree controlled, by * Buttons can be configured, and to some degree controlled, by
@ -51,7 +51,7 @@ import java.util.Iterator;
* configuring a button. Refer to <a href="Action.html#buttonActions"> * configuring a button. Refer to <a href="Action.html#buttonActions">
* Swing Components Supporting <code>Action</code></a> for more * Swing Components Supporting <code>Action</code></a> for more
* details, and you can find more information in <a * 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>. * to Use Actions</a>, a section in <em>The Java Tutorial</em>.
* <p> * <p>
* <strong>Warning:</strong> Swing is not thread safe. For more * <strong>Warning:</strong> Swing is not thread safe. For more

View File

@ -47,7 +47,7 @@ import java.io.IOException;
* <code>JToolBar</code> provides a component that is useful for * <code>JToolBar</code> provides a component that is useful for
* displaying commonly used <code>Action</code>s or controls. * displaying commonly used <code>Action</code>s or controls.
* For examples and information on using tool bars see * 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>. * a section in <em>The Java Tutorial</em>.
* *
* <p> * <p>

View File

@ -46,7 +46,7 @@ import java.util.Objects;
* display can override <code>JComponent</code>'s <code>createToolTip</code> * display can override <code>JComponent</code>'s <code>createToolTip</code>
* method and use a subclass of this class. * method and use a subclass of this class.
* <p> * <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> * in <em>The Java Tutorial</em>
* for further documentation. * for further documentation.
* <p> * <p>

View File

@ -48,7 +48,7 @@ import static sun.swing.SwingUtilities2.Section.*;
/** /**
* A control that displays a set of hierarchical data as an outline. * A control that displays a set of hierarchical data as an outline.
* You can find task-oriented documentation and examples of using trees in * 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> * a section in <em>The Java Tutorial.</em>
* <p> * <p>
* A specific node in a tree can be identified either by a * A specific node in a tree can be identified either by a

View File

@ -313,7 +313,7 @@ public class JWindow extends Window implements Accessible,
* are currently typed to {@code JComponent}. * are currently typed to {@code JComponent}.
* <p> * <p>
* Please see * 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 * How to Use Drag and Drop and Data Transfer</a>, a section in
* <em>The Java Tutorial</em>, for more information. * <em>The Java Tutorial</em>, for more information.
* *

View File

@ -71,7 +71,7 @@ import javax.swing.text.*;
* *
* For further documentation and examples see * For further documentation and examples see
* <a * <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> * a section in <em>The Java Tutorial.</em>
* *
* @see ProgressMonitorInputStream * @see ProgressMonitorInputStream

View File

@ -54,7 +54,7 @@ import java.awt.Component;
* <p> * <p>
* *
* For further documentation and examples see * 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> * a section in <em>The Java Tutorial.</em>
* *
* @see ProgressMonitor * @see ProgressMonitor

View File

@ -109,7 +109,7 @@ import java.awt.Component;
* If you are implementing a <code>SpringLayout</code> you * If you are implementing a <code>SpringLayout</code> you
* can find further information and examples in * can find further information and examples in
* <a * <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> * a section in <em>The Java Tutorial.</em>
* <p> * <p>
* <strong>Warning:</strong> * <strong>Warning:</strong>

View File

@ -36,7 +36,7 @@ import java.util.*;
/** /**
* A <code>SpringLayout</code> lays out the children of its associated container * A <code>SpringLayout</code> lays out the children of its associated container
* according to a set of constraints. * 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 * in <em>The Java Tutorial</em> for examples of using
* <code>SpringLayout</code>. * <code>SpringLayout</code>.
* *

View File

@ -1408,7 +1408,7 @@ public class SwingUtilities implements SwingConstants
* <p> * <p>
* Additional documentation and examples for this method can be * Additional documentation and examples for this method can be
* found in * 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> * <p>
* As of 1.3 this method is just a cover for <code>java.awt.EventQueue.invokeLater()</code>. * As of 1.3 this method is just a cover for <code>java.awt.EventQueue.invokeLater()</code>.
* <p> * <p>
@ -1460,7 +1460,7 @@ public class SwingUtilities implements SwingConstants
* <p> * <p>
* Additional documentation and examples for this method can be * Additional documentation and examples for this method can be
* found in * 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> * <p>
* As of 1.3 this method is just a cover for * As of 1.3 this method is just a cover for
* <code>java.awt.EventQueue.invokeAndWait()</code>. * <code>java.awt.EventQueue.invokeAndWait()</code>.

View File

@ -59,7 +59,7 @@ import sun.swing.AccumulativeRunnable;
* When writing a multi-threaded application using Swing, there are * When writing a multi-threaded application using Swing, there are
* two constraints to keep in mind: * two constraints to keep in mind:
* (refer to * (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 * Concurrency in Swing
* </a> for more details): * </a> for more details):
* <ul> * <ul>

View File

@ -121,7 +121,7 @@ import javax.swing.event.EventListenerList;
* <p> * <p>
* You can find further documentation * You can find further documentation
* and several examples of using timers by visiting * 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>, * target = "_top">How to Use Timers</a>,
* a section in <em>The Java Tutorial.</em> * a section in <em>The Java Tutorial.</em>
* For more examples and help in choosing between * For more examples and help in choosing between

View File

@ -75,7 +75,7 @@ import sun.awt.AWTAccessor;
* of the transfer, and <code>setForeground</code> for the target of a transfer. * of the transfer, and <code>setForeground</code> for the target of a transfer.
* <p> * <p>
* Please see * 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>, * How to Use Drag and Drop and Data Transfer</a>,
* a section in <em>The Java Tutorial</em>, for more information. * a section in <em>The Java Tutorial</em>, for more information.
* *

View File

@ -36,7 +36,7 @@ package javax.swing;
* use these constants. * use these constants.
* For examples of setting the default window-closing operation, see * For examples of setting the default window-closing operation, see
* <a * <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>. * a section in <em>The Java Tutorial</em>.
* @see JFrame#setDefaultCloseOperation(int) * @see JFrame#setDefaultCloseOperation(int)
* @see JDialog#setDefaultCloseOperation(int) * @see JDialog#setDefaultCloseOperation(int)

View File

@ -33,7 +33,7 @@ import java.awt.Component;
* Interface describing an object capable of rendering a border * Interface describing an object capable of rendering a border
* around the edges of a swing component. * around the edges of a swing component.
* For examples of using borders see * 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> * a section in <em>The Java Tutorial.</em>
* <p> * <p>
* In the Swing component set, borders supercede Insets as the * In the Swing component set, borders supercede Insets as the

View File

@ -32,17 +32,17 @@
* <strong>Note:</strong> * <strong>Note:</strong>
* Most of the Swing API is <em>not</em> thread safe. For details, see * Most of the Swing API is <em>not</em> thread safe. For details, see
* <a * <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>, * target="_top">Concurrency in Swing</a>,
* a section in * 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>. * target="_top">The Java Tutorial</a></em>.
* *
* <h2>Related Documentation</h2> * <h2>Related Documentation</h2>
* For overviews, tutorials, examples, guides, and tool documentation, * For overviews, tutorials, examples, guides, and tool documentation,
* please see: * please see:
* <ul> * <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>, * target="_top">How to Use Borders</a>,
* a section in <em>The Java Tutorial</em></li> * a section in <em>The Java Tutorial</em></li>
* </ul> * </ul>

View File

@ -29,17 +29,17 @@
* <strong>Note:</strong> * <strong>Note:</strong>
* Most of the Swing API is <em>not</em> thread safe. For details, see * Most of the Swing API is <em>not</em> thread safe. For details, see
* <a * <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>, * target="_top">Concurrency in Swing</a>,
* a section in * 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>. * target="_top">The Java Tutorial</a></em>.
* *
* <h2>Related Documentation </h2> * <h2>Related Documentation </h2>
* This document forms the complete API specification. For overviews, tutorials, * This document forms the complete API specification. For overviews, tutorials,
* examples, guides, and tool documentation, please see: * examples, guides, and tool documentation, please see:
* <ul> * <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>, * target="_top">How to Use Color Choosers</a>,
* a section in <em>The Java Tutorial</em></li> * a section in <em>The Java Tutorial</em></li>
* <li>{@extLink i18n_overview Internationalization Overview}</li> * <li>{@extLink i18n_overview Internationalization Overview}</li>

View File

@ -31,7 +31,7 @@ package javax.swing.event;
* convenience for creating listener objects, and is functionally * convenience for creating listener objects, and is functionally
* equivalent to the WindowAdapter class in the AWT. * equivalent to the WindowAdapter class in the AWT.
* <p> * <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> * in <em>The Java Tutorial</em>
* *
* @see InternalFrameEvent * @see InternalFrameEvent

View File

@ -34,7 +34,7 @@ import javax.swing.JInternalFrame;
* although different IDs are used. * although different IDs are used.
* Help on handling internal frame events * Help on handling internal frame events
* is in * 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>. * a section in <em>The Java Tutorial</em>.
* <p> * <p>
* <strong>Warning:</strong> * <strong>Warning:</strong>

View File

@ -32,7 +32,7 @@ import java.util.EventListener;
* This class is functionally equivalent to the WindowListener class * This class is functionally equivalent to the WindowListener class
* in the AWT. * in the AWT.
* <p> * <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. * in <em>The Java Tutorial</em> for further documentation.
* *
* @see java.awt.event.WindowListener * @see java.awt.event.WindowListener

Some files were not shown because too many files have changed in this diff Show More