mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8212882: links to tutorial should be updated to use https:
Reviewed-by: psadhukhan, pbansal
This commit is contained in:
parent
8d8d2d8bdd
commit
ee1a5e3c1e
142 changed files with 222 additions and 222 deletions
|
@ -45,7 +45,7 @@ import java.io.IOException;
|
|||
* 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue