Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

creating hyperlinks in java for search engine

hello all,

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.
[602 byte] By [djshanx] at [2007-11-11 8:48:17]
# 1 Re: creating hyperlinks in java for search engine
use http://ostermiller.org/utils/Browser.html to open, and a mouselistener to listen on click events on the table.
graviton at 2007-11-11 22:34:20 >