Tagged Questions
3
votes
1answer
454 views
Drawing in JLayeredPane over exising JPanels
I am working on developing a Chess game. I want to have the board Container utilize a GridLayout to display an 8x8 grid of JPanels. (This will make functions such as highlighting selected squares and ...