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

JEditorPane: NOSHADE attribute does not work for HR tag.

XMLWordPrintable

      The NOSHADE attribute is ignored by JEditorPane for the <HR> tag.

      Here is a sample file:

      <html>
        <head>
          <title>Dividers3</title>
        </head>

        <body>
          <h2>Horizontal Rule (Solid Line Test)</h2><br>

          <P>Solid line
            <HR ALIGN="LEFT" NOSHADE>
          </P><br>

          <P>Cutout line(3D) - Default
            <HR ALIGN="LEFT">
          </P>

        </body>
      </html>


      In JEditorPane, both lines appear the same.


      edmund.lou@eng 1999-10-19


            svioletsunw Scott Violet (Inactive)
            elousunw Edmund Lou (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: