Displaying hyperlinks on the java application frame
shivangi mathur
Greenhorn
Joined: Jul 07, 2001
Posts: 10
posted
0
Can anybody tell me how to display the hyperlinks on the java application frame. Actually I want to show the result of search on the java frame. and these result will all be the hyperlinks. whenever the user will click on one link the IE or NS should get open and also the frame will contain the variable numeber of links as the number of results for search are not fixed. Please Help Thanks in advance Shivangi
Karthik Guru
Ranch Hand
Joined: Mar 06, 2001
Posts: 1209
posted
0
okay am not exactly sure about your requirement. But did you try out javax.swing.JEditorPane?? I used it in my sun developer project for displaying html help files and if i remeber correctly it had HyperLinkListner and stuff like that. You w'd probably want to look into that. karthik.
Originally posted by shivangi mathur: Can anybody tell me how to display the hyperlinks on the java application frame. Actually I want to show the result of search on the java frame. and these result will all be the hyperlinks. whenever the user will click on one link the IE or NS should get open and also the frame will contain the variable numeber of links as the number of results for search are not fixed. Please Help Thanks in advance Shivangi