I have an app that displays a question in a textarea and choices of answers in a list. Some of the questions have an image associated with them. I don't normally use Swing classes, but in this case I thought they'd be useful.
What class(es) can I use to show an image in a non-modal window? I want to display the window with an image when the associated question is being asked and dispose of it when the user moves on to the next question.