
How could I make a basic 8x8 chess table with two dimensional arrays and insert the chess pieces in the array?

Please visit the following link:
http://roseindia.net/java/example/java/swing/chess-application-swing.shtml

The way I have to do it for my assignment is by doing two dimensional arrays. I cannot import anything.