I have a situation where I want a map (an image) and n it certain
icons (image and associated text) which can be moved around on the
map, in Swing-based GUI. But I am having touble figuring out which
Swing components to use. It seems to me that JTextPane allows an
embedded image, but not anything else on top of that image? And
JTextArea of course is even less flexile.