896897898899900901902903904905906
public void toBack() { toolkit.lockAWT(); try { NativeWindow win = getNativeWindow(); if (win != null) { win.toBack(); } // TODO?: reset the focused Window(this or any of owners) to the // top-most Window in the VM } finally { toolkit.unlockAWT();
904905906907908909910911912913914
860861862863864865866867868869870
907908909910911912913914915916917