Swing Grid Layout or JTable

Posted by ikurtz on Stack Overflow See other posts from Stack Overflow or by ikurtz
Published on 2010-03-26T23:24:00Z Indexed on 2010/03/27 0:23 UTC
Read the original article Hit count: 556

Filed under:
|
|

greetngs, i am trying to learn Java and Swing by writing a simple game of connect4.

i am hoping you could guide me regarding the following issue:

to emulate the connect4 grid should i use a JTable or rely on Grid layout?

thank you.

© Stack Overflow or respective owner

Related posts about jtable

Related posts about grid