Swing repaint an Area?

D

daniel.w.gelder

Hi,

I have a JPanel in an applet that ocasionally needs part of itself
redrawn. The invalid area is not a rectangle, but instead an Area.
Instead of calling repaint() with the Area's bounds, can I pass the
Area into Swing and have redrawing clipped to that, to save repainting
time?

Thank you.
Dan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top