Modifying Windows XP look title bar
Hi,
I need to put an animated gif file on the titlebar of a JFrame near to minimize icon with WindowsLookandFeel.I read that the Java directly render the titlepane from the OS decoration for windowsLook
In Java 6, it uses UxTheme.dll for rendering from Micrisoft and Java 5 some .msstyle.
Please let me know how do I add the Gif file on the title bar before its rendered.
Thanks

