Search:

Type: Posts; User: jserete

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,345

    Re: Nested class vars dont initialize

    Thanks Zaphod, the applet initializes now but the NPEs just keep on coming.

    I've updated my code :


    package zombies;

    import java.applet.*;
    import java.awt.*;
    import java.awt.event.*;
  2. Replies
    5
    Views
    1,345

    Re: Nested class vars dont initialize

    Um.. thanks Zaphod! I'll try to remember to check the run-time errors. But I just started trying to program with Java, and I don't really understand what they mean. Could you explain a little bit...
  3. Replies
    5
    Views
    1,345

    Nested class vars dont initialize

    I have this code:


    package zombies;

    import java.applet.*;
    import java.awt.*;
    import java.awt.event.*;
Results 1 to 3 of 3