I have added a HyperlinkEventListener to my JEditorPane. When I click on a reference that looks like: <a target="mywindow" href="somepage.html"> CLICK ME </a> I would expect to get an HTMLFrameHyperlinkEvent, since it has an access function to getTarget(). But all I get is a regular HyperlinkEvent, which has no way of accessing the target window. Am I missing something? -Lee =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA2D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
