posted 18 years ago
I'm using html tags to do some text highlighting in some cells of my JTable. I've noticed that using <a href="whatever">whatever</a> produces text that looks like a hyperlink, but doesn't actually allow the user to click it and launch anything.
Is there a way to get link clicks in GUI components to actually function?