File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes Displaying hyperlinks on the java application frame Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Displaying hyperlinks on the java application frame" Watch "Displaying hyperlinks on the java application frame" New topic
Author

Displaying hyperlinks on the java application frame

shivangi mathur
Greenhorn

Joined: Jul 07, 2001
Posts: 10
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
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

 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Displaying hyperlinks on the java application frame
 
Similar Threads
Invoking a java application from another application
How to add a File Hyperlink to jsp?user can download it?
User Help - JEditorPane
a way to display those page numbers shown under this list???
Converting a Get Request into Post Request