![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
hmm.. i think that grasping the basics and writing your own's from scratch is much better than changing a one-dimensional array function into a two-dimensional array function in this case since it's quite simple.. ;) public void displayItem(){ display.removeAll(); if (counter1<0 || counter2<0){ still, i think that using Vector to keep track is much easier than using arrays.. what do u guys think?
Replies: |
Sponsored Links
|