Is it possible? Like bringing a drawn image in the paint for JApplets? Is there any way to set a order of whats on the most top? Because I'm using a JTextArea, and have it do setText on the JTextArea while inside paint(Graphics g) and having it draw the image right after setting text. I need the image to come on top of the JTextArea... Please help? ~ Thanks!

Recommended Answers

All 2 Replies

Yes, you may paint JTextArea. Create a sub-class of JTextArea.

How do I do that...?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.