I want to add a unicode symbol (for example, a sun or a chess pawn) to a JFrame. But not in a JLabel or something, but just in the JPanel. As a picture or whatever. I just don't want it to be in a JLabel, which I then have to display visibly or place somewhere. I want to place it at a certain position like an image. The alternative would be to create 8-bit graphics and place them, but that doesn't look so good.