Search:

Type: Posts; User: xxxDanxxx

Search: Search took 0.08 seconds.

  1. Re: Dont understand the nullpointerexception

    Hmm, it worked when I wrote it differently yesterday. What parameter for graphics should it be? Only just started graphic methods/stuff.
  2. Re: Dont understand the nullpointerexception

    I got rid of that to make this:

    public static GameApplet client;

    public GameApplet() {
    setTitle("GameApplet - Alpha 1.0.0");
    setSize(1000, 1000);...
  3. Dont understand the nullpointerexception

    package src;

    import javax.swing.JFrame;
    import java.awt.Graphics;

    public class GameApplet extends JFrame {

    public static GameApplet client;

    public GameApplet() {
Results 1 to 3 of 3