Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6687447

JavaSE 6 docs for JFrame has error in code sample

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P4 P4
    • None
    • 6
    • client-libs

      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 &lt; and &gt; 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)

            alexp Alexander Potochkin (Inactive)
            ndcosta Nelson Dcosta (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: