Search:

Type: Posts; User: williamsant

Search: Search took 0.28 seconds.

  1. Re: Help with ArrayList ( Adding certain elements together)

    Ok i figured it out, what i wanted to ask also is i wanted to create a simple GUI with that program, and display the values in a textbox of some sort, also a simple one. Any suggestions?
  2. Re: Help with ArrayList ( Adding certain elements together)

    Is it possible you can give me some code to help me our so what should i do, do that line, then convert each line to int, then i am able to add them?
  3. Re: Help with ArrayList ( Adding certain elements together)

    Ok to put things alittle more clear, ill post some code.



    ArrayList tal = new ArrayList();
    FileInputStream fstream = new FileInputStream("chinese.txt");
    DataInputStream in = new...
  4. Help with ArrayList ( Adding certain elements together)

    I will put this very simple. i am using arraylist to store 20 values. Suppose if i want to add 2 of those values together. The name of my arraylist is balance. So if i want to get out of my 20...
Results 1 to 4 of 4