--- old/modules/javafx.graphics/src/main/native-glass/mac/GlassWindow+Java.m 2016-10-24 12:15:36.000000000 -0700 +++ new/modules/javafx.graphics/src/main/native-glass/mac/GlassWindow+Java.m 2016-10-24 12:15:36.000000000 -0700 @@ -69,6 +69,12 @@ } } +- (void)_sendJavaWindowNotifyScaleChanged:(CGFloat)newScale +{ + GET_MAIN_JENV; + (*env)->CallVoidMethod(env, jWindow, jWindowNotifyScaleChanged, 1.0f, 1.0f, newScale, newScale); +} + - (void)_sendJavaWindowMoveEventForFrame:(NSRect)frame { if (self->suppressWindowMoveEvent == NO)