Above all I start by apologises in my message because I'm a French spoker.
Actually I'm coding a look and feel for the application of my company. I created a menu that allows you to switch Look and feel with MyLookAndFeel(the one I'm coding), those installed in your machine, and others..(Liquid, Nimrod,...).
MyLookAndFeel extends MetalLookAndFeel and the componentsUI also extends , when they exist, most of the metalComponentsUI or when they doesn't exist BasicComponentsUI. It's define like that : My class MyLookAndFeel, and all the classes for each component. I don't have Manager or other classes so it's a very very simple L&F.
The probleme is when I change the look And Feel, the GUI of the application still keep some properties of the default Look and Feel ( come buttons, icons,...).
The actual default L&F is mine (I give a small description in the next chapter) but even if I change it by MetalLookAndFeel (for example) the issue is still there.
Do you have some ideas for me Please!!!!!!!