I have many JLabels (which includes ImageIcons) 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?