Java Crossword Application - what package to use?
Posted
by Alex
on Stack Overflow
See other posts from Stack Overflow
or by Alex
Published on 2010-04-10T15:48:33Z
Indexed on
2010/04/10
15:53 UTC
Read the original article
Hit count: 407
Hi guys,
I'm about to create a java crossword application but I am unsure of what packages to use to draw the crossword grid. I know you can manually draw grids with Graphics2D etc. but I'm not sure if this is the easiest way to do it as I'll need text fields in the grid squares.
Anyone have any suggestions as to creating the crossword grid.
© Stack Overflow or respective owner