Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/javax/swing/JScrollPane.java
          +++ new/src/share/classes/javax/swing/JScrollPane.java
↓ open down ↓ 42 lines elided ↑ open up ↑
  43   43  import java.beans.PropertyChangeEvent;
  44   44  import java.beans.PropertyChangeListener;
  45   45  import java.beans.Transient;
  46   46  
  47   47  /**
  48   48   * Provides a scrollable view of a lightweight component.
  49   49   * A <code>JScrollPane</code> manages a viewport, optional
  50   50   * vertical and horizontal scroll bars, and optional row and
  51   51   * column heading viewports.
  52   52   * You can find task-oriented documentation of <code>JScrollPane</code> in
  53      - *  <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/scrollpane.html">How to Use Scroll Panes</a>,
       53 + *  <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/scrollpane.html">How to Use Scroll Panes</a>,
  54   54   * a section in <em>The Java Tutorial</em>.  Note that
  55   55   * <code>JScrollPane</code> does not support heavyweight components.
  56   56   *
  57   57   * <TABLE STYLE="FLOAT:RIGHT" BORDER="0" SUMMARY="layout">
  58   58   *    <TR>
  59   59   *    <TD ALIGN="CENTER">
  60   60   *      <P STYLE="TEXT-ALIGN:CENTER"><IMG SRC="doc-files/JScrollPane-1.gif"
  61   61   *      alt="The following text describes this image."
  62   62   *      WIDTH="256" HEIGHT="248" STYLE="FLOAT:BOTTOM; BORDER:0px">
  63   63   *    </TD>
↓ open down ↓ 1492 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX