I'm developing some applications where we need to precisely control how
long an image is on the screen. We typically do this in C by drawing an
image to the screen and then counting screen refreshes before erasing
it. Java double buffering must do something similar to avoid flicker.
Are there any routines to get access to the vertical refresh interval?
I realize that this is somewhat complicated, give than multiple
monitors might be in use and a window might span more than one monitor,
but any starting points would help us out.

Thanks,

Tom Busey

[EMAIL PROTECTED]

===========================================================================
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".

Reply via email to