Name: rmT116609 Date: 05/28/2003
A DESCRIPTION OF THE PROBLEM :
The method description of
javax.swing.Scrollable.getPreferredScrollableViewportSize() says:
For example the preferredSize of a JList component is the size required
to accommodate all of the cells in its list however the value of
referredScrollableViewportSize is the size required for
JList.getVisibleRowCount() rows.
That needs a semicolon or period, a comma, and probably a second comma:
For example_,_ the preferredSize of a JList component is the size
required to accommodate all of the cells in its list_._ _H_owever_,_
the value of referredScrollableViewportSize is the size required for
JList.getVisibleRowCount() rows.
http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/Scrollable.html#getPreferredScrollableViewportSize()
(Review ID: 186620)
======================================================================