Search:

Type: Posts; User: Sean4u

Search: Search took 0.51 seconds.

  1. Replies
    4
    Views
    1,844

    Re: NEED HELP! Beginner JApplet Problems

    public void SendPort(String Port){
    ...
    Java 76: error: cannot find symbol
    sendPort( e.getActionCommand( ) );
  2. Replies
    4
    Views
    1,844

    Re: NEED HELP! Beginner JApplet Problems

    Integer.parseInt(String) returns an int which you would usually assign to an int variable, unless you were just testing the String out of interest.
Results 1 to 2 of 2