I am a beginner in Java GUI, and I want to set a good looking look and feel; but the problem is that I don't like any of the look and feel completely. Everyone has some good and some bad styles. Being specific, I am using Nimbus look and feel, but I like the table and text area of liquid look and feel. I want to use Nimbus look and feel as default, but only use JTable
and JTextArea
of Liquid Look and feel. Is this possible?
Please answer using easy vocabulary, as I said I am a beginner.
ps: I use Netbeans.