Search:

Type: Posts; User: javapenguin

Search: Search took 0.07 seconds.

  1. Replies
    9
    Views
    1,421

    Re: Problem with array

    Also, I'm not sure if it'll know the new value that you've set for tedges in buildTable when you use tedges in p.
  2. Replies
    9
    Views
    1,421

    Re: Problem with array

    String[] newPoint = tmp.split(" ");

    Why would an entire String array be set to a single String value?

    int p1 = Integer.parseInt(newPoint[0]);
    int p2 =...
Results 1 to 2 of 2