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

@ -47,7 +47,7 @@ import javax.accessibility.*;
* 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 @@ import javax.accessibility.*;
* <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