V
Vivek
hi
i have to run a Applet from a Java file.I tried this by creating an
instance of the applet in the Java fole and calling init() over the
Applet instance but was unable to run the Applet.
i.e=>
in Hello.java file
MyApplet apt=new MyApplet();
apt.init();
Can anybody help me out to do this .
Awaiting your Valuable response
TIA and Regards
i have to run a Applet from a Java file.I tried this by creating an
instance of the applet in the Java fole and calling init() over the
Applet instance but was unable to run the Applet.
i.e=>
in Hello.java file
MyApplet apt=new MyApplet();
apt.init();
Can anybody help me out to do this .
Awaiting your Valuable response
TIA and Regards