Search:

Type: Posts; User: sri7

Search: Search took 0.10 seconds.

  1. Re: Am facing "Applet not initalised" when am compiling basic applet simple program:please help me out ASAP

    Am in hurry ,so used shortforms...ok..will take care..
    yeah , i tried in both the ways...
    Can you please resolve my problem in either ways?
  2. Am facing "Applet not initalised" when am compiling basic applet simple program:please help me out ASAP

    wrote the below code and stored it as HelloWorldApplet.java
    import java.applet.*;
    import java.awt.*;

    public class HelloWorldApplet extends Applet
    {
    public void paint (Graphics g)
    {
    ...
Results 1 to 2 of 2