public native applyNativeFrame() as Void
Applies the current frame value to the native window if it already exists.
Application code normally assigns window.frame directly. This method is exposed for advanced code that changes native state in batches and wants to resynchronize explicitly.
window.frame = WindowFrame.NO_FRAME window.applyNativeFrame()