Tagged Questions

3
votes
1answer
453 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 ...
1
vote
4answers
489 views

How to add a JLabel on the DRAG_LAYER under the mouseDragged event

I am currently working on a drag n drop application and I would really like to know what's happening inside the JLayeredPane and I get a particular program behaviour... Here's the deal: I have a ...