I want to use a Look and Feel for my Java GUI project (in Swing) in which the windows container's frame color is dark and the color of the body of the container is white.
As an example, you can see the picture of the browser: the frame is black while the body is white. I want something like that in my Java GUI project. Preferably a Nimbus L&F
, so any suggestions?