Hey /prog/riders, I'm not a LISPer but I'm learning. I was wondering if it were possible to dynamically create a grid of buttons in swing, instead of initializing all of them individually. I was thinking of making a tic-tac-toe game, but I can't work out how to make it work without making nine specific variable buttons.
Name:
Anonymous2010-03-05 23:42
I finished it. Took me ages to think up a LISPy way to sort it, I stole the idea from a wiki but I implemented it myself. First Java/Lisp thing I've ever made. I know it's shit, I just don't like leaving things unfinished.