import java.applet.Applet;
import java.awt.Graphics;
public class Graphics_String extends Applet
{
public void paint(Graphics g)
{
g.drawString("welcome to applet",150,150);
}
}
No comments:
Post a Comment
Note: only a member of this blog may post a comment.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.