Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

drawing a maze from a multidimensional array

843807Nov 26 2003 — edited Nov 26 2003
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 24 2003
Added on Nov 26 2003
1 comment
132 views