ReadyList[0].get(x); or ReadyList[1].get(x); or ReadyList[2].get(x);
If you're curious, the 3 arrays are supposed to represent events of priority 0, 1, and 2. If you know how I can do this I would really appreciate it. Thanks a bunch!
Michael Dunn
Ranch Hand
Joined: Jun 09, 2003
Posts: 4632
posted
0
Jonathan Night
Greenhorn
Joined: Jun 07, 2004
Posts: 5
posted
0
Thanks a bunch! Worked like a charm... Now I just gotta deal with Java.lang.StackOverflowError... Possibly the greater of the two evils...