hyperlink to page
Could someone please tell me how to hyperlink to a page? Say if I had a combobox and the user selected an item, how could I hyperlink to a page?
server_crash
Postaholic
2,111 posts since Jun 2004
Reputation Points: 113
Solved Threads: 20
Hi everyone,
Add a listener for that jcombobox. When the user clicks it get the selected vlaue(assuming it is an address for the we page) cast it to a string and put it into the url class. After that put a jtextpane into a jframe and set the jtextpane to that url and set the jframe visible.
Richard West
freesoft_2000
Practically a Master Poster
623 posts since Jun 2004
Reputation Points: 25
Solved Threads: 10
Thanks but I finally got this figured out. The program I'm working on is an applet and applets offer easy methods to do this. I was making things harder than they were.
server_crash
Postaholic
2,111 posts since Jun 2004
Reputation Points: 113
Solved Threads: 20