I am developing an applet that contains three java.awt.Panels. Each
Panel is going to contain images and text. Is there any way I can
get tooltip text to appear when the mouse hovers over an image?
Unfortunately, I cannot use Swing, so I can't get to the
javax.swing.JComponent#setToolTipText method.