--- old/apps/scenebuilder/SceneBuilderKit/src/com/oracle/javafx/scenebuilder/kit/util/Deprecation.java 2016-06-03 22:22:14.519310202 -0700 +++ new/apps/scenebuilder/SceneBuilderKit/src/com/oracle/javafx/scenebuilder/kit/util/Deprecation.java 2016-06-03 22:22:14.375310204 -0700 @@ -145,7 +145,8 @@ // Deprecated stuff in FXMLLoader // RT-21226 : Promote setStaticLoad to public API public static void setStaticLoad(FXMLLoader loader, boolean staticLoad) { - loader.impl_setStaticLoad(staticLoad); +// loader.impl_setStaticLoad(staticLoad); + System.err.println("Error: impl_setStaticLoad is no longer publicly accessible"); } // RT-20184 : FX should provide a Parent.pick() routine