Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Thread: (Timer?) Problems

    by Norm
    Replies
    10
    Views
    1,263

    Re: (Timer?) Problems

    See my last post. The main() method is not used by applets. Read the tutorial at the link in my post to see what methods are used by applets.


    You can give values to an array when you define...
  2. Thread: (Timer?) Problems

    by Norm
    Replies
    10
    Views
    1,263

    Re: (Timer?) Problems

    The appletviewer should read the <applet tag to start executing an applet program. Pass it the html file for input.


    Take a look at the tutorial:...
  3. Thread: (Timer?) Problems

    by Norm
    Replies
    10
    Views
    1,263

    Re: (Timer?) Problems

    No, the java console is controlled by the Java Icon in the Control Panel.
    Try using the appletviewer program that comes with the jdk.
  4. Thread: (Timer?) Problems

    by Norm
    Replies
    10
    Views
    1,263

    Re: (Timer?) Problems

    Check to see if there are execution time errors. If using a browser, look in the browser's java console.
    Or use the appletviewer program in a command prompt window.
  5. Thread: (Timer?) Problems

    by Norm
    Replies
    10
    Views
    1,263

    Re: (Timer?) Problems

    What happens when you compile and execute the code?
    If there are any errors copy the full text of the message and paste it here.
Results 1 to 5 of 5