Name: rmT116609 Date: 12/19/2000
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
Error in Java Tutorial page: http://java.sun.com/docs/books/tutorial/uiswing/layout/box.html
The section "How To Use BoxLayout" contains a link to "How to Use Borders" near the end of the section. The link leads to: http://java.sun.com/docs/books/tutorial/uiswing/layout/border.html
which discusses "How to Use BorderLayout" rather than how to use Borders. The sentence in which the bad link appears is as follows:
See How to Use Borders for more information.
I think the link should point to: http://java.sun.com/docs/books/tutorial/uiswing/misc/border.html
which actually discusses the use of Borders.
(Review ID: 114049)
======================================================================