I have a Java application which displays results on a JPanel. The results are displayed using HTML by using a JLabel.
Now I want to let the user interact with the local application by allowing local methods to be called when the user clicks on a link in that HTML document.
Is this possible?
displays results on a JPanel!=results are displayed using HTML. You're doing one or the other, not both.JLabel/JEditorPaneand adding that to aJPanel.