Answer to Question #224070 in Java | JSP | JSF for Piu

Question #224070

Write a program to display a message in window using Applet class.


1
Expert's answer
2021-08-09T16:40:20-0400
package Applet;


import java.applet.*;
import java.awt.*;


public class myApplet extends Applet
{
	public void paint (Graphics g)
	{		
		
		g.drawString ("Hello World", 25, 50);
	  
	}
}

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