Answer to Question #39222 in Java | JSP | JSF for DILIP BEHERA

Question #39222
[code]HERE IS THE PROG. OF JAVA APPLET:import java.applet.*;
import java.awt.*;
public class appimg extends Applet{
Image img;
MediaTracker tr;
public void paint(Graphics g){
tr=new MediaTracker(this);
img=getImage(getCodeBase(),getParameter("img");
tr.addImage(img,0);
g.drawImage(img,0,0,this);
}}
AND BELOW IS THE HTML CODE:
[/code]
0
Expert's answer

Answer in progress...

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS