"axon@xxxxxxxxxxxxxxxx" wrote:
>
> I have a problem with generating animation's images. When I try to save
> images from display by captureDisplay method it, some times, results with
> withe box only (or "please wait ..."). Is there any method to check when the
> display is fully rendered?
I don't know anything about the captureDisplay method,
but try this instead:
DisplayImpl display = ...
. . .
BufferedImage image = display.getImage(true);
Good luck,
Bill
----------------------------------------------------------
Bill Hibbard, SSEC, 1225 W. Dayton St., Madison, WI 53706
hibbard@xxxxxxxxxxxxxxxxx 608-263-4427 fax: 608-263-6738
http://www.ssec.wisc.edu/~billh/vis.html