0

Is there any way to put JLabels one top on other? Trying to make a card hand representation in Netbeans. I am using JLabel icon for each card. Like you have 1st card (label) on top, then next one a bit right and down from the 1st card and etc. Netbeans form designer does not allow to make intersections of JLabels. Just put the label next to another one.

Rainy
  • 1
  • 5

1 Answers1

0

I found the solution in JLayeredPane

Rainy
  • 1
  • 5