Overlap « JLabel « Java Swing Q&A





1. overlapping label - problem    coderanch.com

how do i manage overlapping labels? that is, if i have 1 big label and 1 small label on the same spot, and the small label starts off behind the big label, how do i get get it to appear in front of the big label when i try to manipulate it from an actionlistener?? i kinda tried putting both label ...

2. Overlapping JLabels    java-forums.org

3. Overlapping JLabels    java-forums.org

How can I get two JLabels (with images inside them) to overlap each other? If it helps, I am working on a monopoly project in which I have an image of the board space as one JLabel and an image of the game piece as another JLabel. When the piece lands on the space I want it to place the image ...