I have a JLabel (actually, it is a JXLabel).
I have put an icon and text on it.
Now I wand to add some spacing on the left side of the component, like this:
I DON'T accept suggestion to move the JLabel or add spacing by modifying the image.
I just want to know how to do it with plain java code.