View Single Post
  #2 (permalink)  
Old 07-31-2007, 09:52 PM
brianhks brianhks is offline
Senior Member
 
Join Date: Jul 2007
Posts: 134
brianhks will become famous soon enough
This page has some examples of two dimensional arrays

As for saving stuff to files I would use java.util.Properties. They act like a map but you can save them to file and load them up.
Reply With Quote