drawing a maze from a multidimensional array
843807Nov 26 2003 — edited Nov 26 2003Hi i have to create a maze using a properties file. The program has to be constructed using mvc. I have managed to read the information in the file using a string tokenizer and convert each value to an int. So my properties file is being read in the MazeStructure file which implements my model class etc. How do i get the maze structure to my gui and draw this in the shape of a maze.
Thanks