Search:

Type: Posts; User: DLX

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    9,483

    Re: Creating multiple arraylists with a loop?

    Ok so im going to show you all of my code... embarrassing as it may be. I know its not written very well, but im a novice so i guess whatever.



    import java.io.*;
    import java.util.*;

    public...
  2. Replies
    4
    Views
    9,483

    Re: Creating multiple arraylists with a loop?

    Thx a bunch. this fixed most of my problems except for one.

    When i try to do "dice.get(int1).get(int2)" Eclipse gives me an error that reads "The method get(int) is undefined for the type Object"...
  3. Replies
    4
    Views
    9,483

    Creating multiple arraylists with a loop?

    Hi, I am new to this forum and I am in desperate need of help. I am trying to simulate a boggle game with 16 dice. To import the dice, i created a text file of all the letters on all of the dice and...
Results 1 to 3 of 3