
import java.awt.*;
import java.applet.*;
class pawan extends Applet
{
public static void main(String args[])
{
public static void paint(Graphics g)
{
g.drawString("Pawan",200,100);
}
int a=new paint();
a.point();
}
}
<APPLET
WIDTH=1000
HEIGTH=800
</APPLET>
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
