Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/javax/swing/JToolBar.java
          +++ new/src/share/classes/javax/swing/JToolBar.java
↓ open down ↓ 44 lines elided ↑ open up ↑
  45   45  import java.io.ObjectOutputStream;
  46   46  import java.io.ObjectInputStream;
  47   47  import java.io.IOException;
  48   48  import java.util.Hashtable;
  49   49  
  50   50  
  51   51  /**
  52   52   * <code>JToolBar</code> provides a component that is useful for
  53   53   * displaying commonly used <code>Action</code>s or controls.
  54   54   * For examples and information on using tool bars see
  55      - * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/toolbar.html">How to Use Tool Bars</a>,
       55 + * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/toolbar.html">How to Use Tool Bars</a>,
  56   56   * a section in <em>The Java Tutorial</em>.
  57   57   *
  58   58   * <p>
  59   59   * With most look and feels,
  60   60   * the user can drag out a tool bar into a separate window
  61   61   * (unless the <code>floatable</code> property is set to <code>false</code>).
  62   62   * For drag-out to work correctly, it is recommended that you add
  63   63   * <code>JToolBar</code> instances to one of the four "sides" of a
  64   64   * container whose layout manager is a <code>BorderLayout</code>,
  65   65   * and do not add children to any of the other four "sides".
↓ open down ↓ 806 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX