Hello.... I'm looking for a way to make sure window updates have made it on screen. Does this do anything in the Mac implementation? Toolkit.getDefaultToolkit().sync(); If not is there some way (in java or jni code) to make sure any window paints have happened on screen and aren't still queued? Thanks! -Aj