| Other | 
|---|
| 1.2.0 swing1.1Fixed | 
| 
 Relates :   
 | 
Name: rm29839			Date: 01/09/98
If I create a JEditorPane using
    JEditorPane pane = new JEditorPane(
       "myDocument.html#offset");
the text is not positioned at the position
in the HTML file where the anchor is defined:
     <A NAME="offset>Here my text should start</A>
Instead the text starts at the top of the file.
(Review ID: 22703)
======================================================================
  |