Quote:
Originally Posted by Fall Back Son
Your question is unclear. Explain what exactly you're looking for. Also, you can always call a method from one class if you're in a different class, assuming that you know what package it is in. If they are in the same package, you can use TheClass.theMethodName(); so combining things into the same class isn't necessary much of the time.
|
I don't know how to say it any other way.
the two loops should all be in one program instead of 2 seperate programs with the methods I described above.