Setting the minimized icons in JInternalFrames
807598Oct 3 2006 — edited Oct 3 2006I'm attempting to write some code that will allow JInternalFrames to be minimized into icons within a JDesktop. However, instead of the standard icon (JDesktopIcon I assume the object is), I want to include a thumbnail of the contents of the object. How do I set this minimized icon to a different picture than the default, and what form should this new picture take, (ImageIcon, BufferedImage?)
Thanks,
Adrian