I don’t have much experienc with swing/awt.
My problem is:
I need to draw something like chessboard (NxN).
In general I need to get access to every cell to make changes (when program is running e.g. I click button and something is happen with cells on that board).
It will be greate if a Component let me to set in cell a Image.
I try to use GridLayout but I get nothing what satisfy me.
Do you have any idea how to simply resolve that problem?
There is actually quite a reasonable example online on roseindia.