Sudoku help needed

Complete newcomer to java!!I want to create a sudoku java game using a gui. How do i go about this? Whats the best way to start?
[142 byte] By [bbrown79a] at [2007-10-2 13:02:14]
# 1
How do i create the 9 x 9 grid?
bbrown79a at 2007-7-13 10:23:36 > top of Java-index,Other Topics,Java Game Development...
# 2
Start by reading the relevant parts of the java tutorial: http://java.sun.com/docs/books/tutorial
DaanSa at 2007-7-13 10:23:36 > top of Java-index,Other Topics,Java Game Development...
# 3
http://sudoku.sourceforge.net/
iamiqrka at 2007-7-13 10:23:36 > top of Java-index,Other Topics,Java Game Development...
# 4
Check this site for core java code to solve sudoku: http://kulandai.blogspot.com/2006/10/sudoku-puzzle-java-source.html
kulandya at 2007-7-13 10:23:36 > top of Java-index,Other Topics,Java Game Development...