as with the help of dispose method we dispose a JFrame, A JPannel how can we dispose a JApplet and can we embeded HTML tags in applet code.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35232
7
posted
0
You don't need to qorry about it - the browser does that for you.
and can we embeded HTML tags in applet code.
What do you mean by "applet code" - the Java code or its HTML tag? If the former, please clarify what you mean by that. If the latter, what was the result when you tried it?
sir, i want that suppose my applet is running and i have added a timer and after 60 min the applet should be disposed and a html file should be opened.
or
if i click on a button on the applet the applet should be disposed and a html file should be opened which we want to link.
i am stuck please help me. wating 4 reply regards shaikat
Norm Radder
Ranch Hand
Joined: Aug 10, 2005
Posts: 681
posted
0
AppletContext class has a method that will "Show in the window and frame that contain the applet."