Setting an icon in the title bar of a JFrame...
Hi,
how do I set an image (icon) in the title bar of aJFrame (in the top left corner)?
InJInternalFrame there is a method
publicvoid setFrameIcon(Icon icon)
to set an image in the title bar of this internal frame - but in aJFrame I didn't find any method like this...
Thanks in advance
- Stephan

