creating hyperlinks in java for search engine
i'm developing a web search engine in java. our search engine is a tool which runs as a software.we have used JSwing and created the GUI. when i obtain the matching links for the search string, i wish to display the results such that when the user clicks on the link, the browser should start running and open that site.
we are displaying the matching links in a table format. how can i accomplish this task, that is opening the matching links in the browser when the links are clicked in the GUI..
hoping to get an early reply.
Regards,
djsanx.

