I have separately changed the default look and feel code of my Java project build using Netbeans look and feel setting code in each Jframe.
It runs perfectly when I run Jframes separately.
But When I run complete project.It always shows the default Nimbus look and feel, even though I have changed look and feel of JFrames seperately.
Can anyone suggest me to apply windows Look and feel to complete project?
Thank you very much. I am a beginner for programming.