Click to See Complete Forum and Search --> : applet and the html page


October 6th, 1999, 08:04 AM
how do i make my applet work as a browser? that is, i should have links in my java applet, clicking which will take me to that web page. just like html links, only that i want it in the applet.
can somebody please help me in this.

thanx in advance.

anand

poochi
October 6th, 1999, 09:25 AM
put your http://.. string inside a label and listen from mouse enter , exit and click.

check this site for more details ..

http://www.codeguru.com/java/articles/437.shtml