-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
6
-
x86
-
windows_xp
A DESCRIPTION OF THE PROBLEM :
The code sample in the "setIconImage" method contains a malformed tag that shouldn't be there.
From the HTML source:
is equivalent to:
<pre>
ArrayList<Image> imageList = new ArrayList<Image>();
imageList.add(image);
setIconImages(imageList);
</pre>
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Use escape sequences < and > for the ArrayList declaration
ACTUAL -
The text "ArrayList<Image>" gets rendered and "ArrayList" plus a blank image.
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/javase/6/docs/api/javax/swing/JFrame.html#setIconImage(java.awt.Image)
The code sample in the "setIconImage" method contains a malformed tag that shouldn't be there.
From the HTML source:
is equivalent to:
<pre>
ArrayList<Image> imageList = new ArrayList<Image>();
imageList.add(image);
setIconImages(imageList);
</pre>
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Use escape sequences < and > for the ArrayList declaration
ACTUAL -
The text "ArrayList<Image>" gets rendered and "ArrayList" plus a blank image.
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/javase/6/docs/api/javax/swing/JFrame.html#setIconImage(java.awt.Image)