How can I use TextArea with Background Picture ?
I want design TextArea with Background Picture
JTextArea j= new JTextArea();
j.setBackground("abc.jpg"); // I known java dosen't support this method
but I want did it. Just like MSN or ICQ can change its skin .
How can I do ??