I have HTML pages displayed inside a JEditorPane. I can change pages alright by clicking on the nodes of a JTree that specify each page. In the one of the HML pages, I have an external link to an internet page.
I know how to have a web page open up from within
java code using JDIC but from within an HTML page, the link does not work directly. I know how to code HTML and CSS because I have done website.
From within java code: