Another GUI question...
Does anyone know if there is a way to add either a Shape or an Image to a Component with out over-riding the paint method? I don't want to do anything fancy that would justify the extra work, I simply want an Image to be drawn at a certain location on a Panel. This seems like such a simple concept, but sadly I know next-to-nothing about either awt or swing.
