I suggest you mean like the following, (if i right) For the certain process of drawing, many frames will generally be drawn on the screen. So the previous drawn-frame still exist if we dont "clear" the screen, and if we dont the result of drawing will be mess and strange.
This means to clear the screen. On Thu, Apr 17, 2008 at 2:30 AM, jlb <[EMAIL PROTECTED]> wrote: > Hi > > I haven't looked at Java2D in 10 years, so I've forgotten the answer to > this > pedestrian question, but what does it generally mean when your filtered > image renders as all black? > > Thanks. > JLB > -- > View this message in context: > http://www.nabble.com/what-does-black-rectangle-mean--tp16731772p16731772.html > Sent from the Sun - Java2D-Interest mailing list archive at Nabble.com. > > > =========================================================================== > To unsubscribe, send email to [EMAIL PROTECTED] and include in the > body > of the message "signoff JAVA2D-INTEREST". For general help, send email to > [EMAIL PROTECTED] and include in the body of the message "help". > =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA2D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
