Name: yyT116575 Date: 05/17/2001
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)
The JavaDoc for BoxLayout has a See Also to Component.getAlignmentX() and
Component.getAlignmentY(). However, Component doesn't have a way to set these
values, but JComponent does. To make it more obvious how to use alignment with
Swing controls, it should also refer the reader to JComponent.setAlignmentX()
and JComponent.setAlignmentY().
(Review ID: 124565)
======================================================================