Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How can I use TextArea with Background Picture ?

843804Nov 2 2004 — edited Nov 2 2004
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 ??
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 30 2004
Added on Nov 2 2004
3 comments
394 views