Search:

Type: Posts; User: baesian

Search: Search took 0.09 seconds.

  1. Thread: Applet Error

    by baesian
    Replies
    4
    Views
    1,013

    Re: Applet Error

    The imports are:

    import java.net.*;
    import java.io.*;
    import java.applet.*;
    import java.awt.*;
  2. Thread: Applet Error

    by baesian
    Replies
    4
    Views
    1,013

    Re: Applet Error

    3457

    The errors are in the image or here:

    java.lang.NumberFormatException: null
    at java.lang.Integer.parseInt(Integer.java:542)
    at java.lang.Integer.parseInt(Integer.java:615)
    at...
  3. Thread: Applet Error

    by baesian
    Replies
    4
    Views
    1,013

    Applet Error

    I'm making this simple chatserver/chatclient gui in java using an applet instead of JFrame. The problem I'm having is that I set the correct run configuration but error comes up when client coonects...
Results 1 to 3 of 4