I want to play around with some image manipulation code I'm writing, so I'd like to use the Scala console or something like BlueJ's Java CodePad to create a java.awt.Image and then just pop it up to look at.
Ideally, it'd just be a panel or something without a Frame that would appear and I could just click it to make it disappear. Is there a way to make something that lightweight, or do I really need some kind of frame and more scaffolding?