--- old/src/share/classes/javax/swing/JFrame.java 2013-09-27 16:02:50.817516280 +0400 +++ new/src/share/classes/javax/swing/JFrame.java 2013-09-27 16:02:50.629518643 +0400 @@ -40,7 +40,7 @@ * You can find task-oriented documentation about using JFrame * in The Java Tutorial, in the section * How to Make Frames. + href="http://docs.oracle.com/javase/tutorial/uiswing/components/frame.html">How to Make Frames. * *

* The JFrame class is slightly incompatible with Frame. @@ -77,7 +77,7 @@ * For more information on content panes * and other features that root panes provide, * see Using Top-Level Containers in The Java Tutorial. + href="http://docs.oracle.com/javase/tutorial/uiswing/components/toplevel.html">Using Top-Level Containers in The Java Tutorial. *

* In a multi-screen environment, you can create a JFrame * on a different screen device. See {@link java.awt.Frame} for more @@ -430,7 +430,7 @@ * are currently typed to {@code JComponent}. *

* Please see - * + * * How to Use Drag and Drop and Data Transfer, a section in * The Java Tutorial, for more information. *