Answer to Question #205096 in HTML/JavaScript Web Application for Andu

Question #205096

Find mistakes:

import java.applet.*;

import java. .*


public class Main extends JApplet

public paint (Graphics g) {

g.drawString ("Welcome in Java Applet!" , 40, 20);

}

}


1
Expert's answer
2021-06-09T16:03:37-0400
import java.awt.*;
import javax.swing.JApplet;

public class Main extends JApplet {

	public void paint(Graphics g) {
		g.drawString("Welcome in Java Applet!", 40, 20);
	}
}




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