I have many JLabel
s (which includes ImageIcon
s) in a JPanel
.
And this JPanel
is only a panel on the GUI; there are lots of other panels.
I want to place labels to the exact pixel coordinates on their JPanel
container.
How can I do that without using GroupLayout
?