Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/javax/swing/JInternalFrame.java
          +++ new/src/share/classes/javax/swing/JInternalFrame.java
↓ open down ↓ 42 lines elided ↑ open up ↑
  43   43  import sun.awt.AppContext;
  44   44  import sun.swing.SwingUtilities2;
  45   45  
  46   46  
  47   47  /**
  48   48   * A lightweight object that provides many of the features of
  49   49   * a native frame, including dragging, closing, becoming an icon,
  50   50   * resizing, title display, and support for a menu bar.
  51   51   * For task-oriented documentation and examples of using internal frames,
  52   52   * see <a
  53      - href="http://docs.oracle.com/javase/tutorial/uiswing/components/internalframe.html" target="_top">How to Use Internal Frames</a>,
       53 + href="https://docs.oracle.com/javase/tutorial/uiswing/components/internalframe.html" target="_top">How to Use Internal Frames</a>,
  54   54   * a section in <em>The Java Tutorial</em>.
  55   55   *
  56   56   * <p>
  57   57   *
  58   58   * Generally,
  59   59   * you add <code>JInternalFrame</code>s to a <code>JDesktopPane</code>. The UI
  60   60   * delegates the look-and-feel-specific actions to the
  61   61   * <code>DesktopManager</code>
  62   62   * object maintained by the <code>JDesktopPane</code>.
  63   63   * <p>
↓ open down ↓ 2360 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX