hyperlinks in JEditorPane in a JTable
I swear... i hope this is the last question I have to ask like this, but I'm about to go crazy. I've got a JTable using a custom TableCellRenderer which uses a JEditorPane to display html in the individual cells of the JTable. How do I process clicking on the links displayed in the JEditorPane? I know about HyperlinkListener but no mouse events get through the JTable to the EditorPane for any HyperlinkEvents to be processed. How do I process Hyperlinks in a JEditorPane within a JTable? The EditorPane isn't receiving any events because the component returned from the TableCellRenderer is only