JInternalFrame change look and feel
Hi,
I would like to change the look and feel of the JInternalFrame , that I'm using in my program. By default it uses the look defined by java swing, but I want to use the Windows style.
I found many example for JFrame but there is no example for the internal frames. I think I have to use the InternalFrameUI set/get methods but I'm not sure how to do this.
So is there some examples on the web or may be someone can give me here an example? :)
Regards,
Anton

