I am attempting to make a Tetris clone. The game uses a JTable as a representation of the board. The board is a 2D integer array.
JTable
I am trying to make i
You need to create a custom table cell renderer. Here's a good place to start