Name: krC82822 Date: 09/30/2000
30 Sep 2000, eval1127@eng -- tag missing in source, but the method's doc (as presented) looks OK in
both Netsacape 4.x and MSIE 5.x. However, the subsequent "J" index entries are messed up,
as noted by the user.
--------
In the javadoc comments for javax.swing.JToolBar.JToolBar(int),
there is a missing HTML tag. This causes the
javadoc documentation to be formatted incorrectly,
not only for this method but for all pages where
this method is mentioned (e.g. in the index view,
under "J", all methods subsequent to JToolBar(int)
are formatted incorrectly).
The javadoc source in JToolBar.JToolBar(int) reads:
<DD>Creates a new toolbar with the specified <code>orientation.
The <code>orientation</code> must be either <code>HORIZONTAL</code>
or <code>VERTICAL</code>.
As you can see, the </code> tag is missing at the end of the first
line. Subseqent comment text continues to appear in <code>
format because that tag was never closed off.
(Review ID: 110003)
======================================================================