On 5 Feb 2006 19:49:24 -0800, "charlene.camp@gmail.com"
<charlene.camp@gmail.com> wrote, quoted or indirectly quoted someone
who said :
>How do I call the array from the main class and put it
>into the class I want it?
You pass it as a parameter to a method of that other class.. If you
want to pass it to some other static method of the same class, you
could also put a reference to it in a static variable.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
char - 07 Feb 2006 06:43 GMT