/jfx/modules/javafx.graphics/src/main/java/com/sun/javafx/tk/Toolkit.java:261: warning: [deprecation] newInstance() in Class has been deprecated TOOLKIT = (Toolkit)clz.newInstance(); ^ where T is a type-variable: T extends Object declared in class Class /jfx/modules/javafx.graphics/src/main/java/com/sun/glass/ui/PlatformFactory.java:43: warning: [deprecation] newInstance() in Class has been deprecated instance = (PlatformFactory) c.newInstance(); ^ where T is a type-variable: T extends Object declared in class Class /jfx/modules/javafx.graphics/src/main/java/com/sun/glass/ui/monocle/TouchPipeline.java:76: warning: [deprecation] newInstance() in Class has been deprecated addFilter((TouchFilter) loader.loadClass(filterName).newInstance()); ^ where T is a type-variable: T extends Object declared in class Class /jfx/modules/javafx.graphics/src/main/java/com/sun/glass/ui/monocle/NativePlatformFactory.java:108: warning: [deprecation] newInstance() in Class has been deprecated NativePlatformFactory npf = (NativePlatformFactory) clazz.newInstance(); ^ where T is a type-variable: T extends Object declared in class Class /jfx/modules/javafx.graphics/src/main/java/com/sun/prism/es2/GLFactory.java:99: warning: [deprecation] newInstance() in Class has been deprecated factory = (GLFactory) Class.forName(factoryClassName).newInstance(); ^ where T is a type-variable: T extends Object declared in class Class /jfx/modules/javafx.graphics/src/main/java/com/sun/scenario/effect/impl/prism/ps/PPSRenderer.java:453: warning: [deprecation] newInstance() in Class has been deprecated return (ShaderSource)klass.newInstance(); ^ where T is a type-variable: T extends Object declared in class Class /jfx/modules/javafx.graphics/src/main/java/com/sun/scenario/effect/impl/prism/sw/PSWRenderer.java:92: warning: [deprecation] newInstance() in Class has been deprecated RendererDelegate delegate = (RendererDelegate)klass.newInstance(); ^ where T is a type-variable: T extends Object declared in class Class /jfx/modules/javafx.graphics/src/main/java/com/sun/scenario/effect/impl/prism/sw/PSWRenderer.java:107: warning: [deprecation] newInstance() in Class has been deprecated RendererDelegate delegate = (RendererDelegate)klass.newInstance(); ^ where T is a type-variable: T extends Object declared in class Class /jfx/modules/javafx.graphics/src/main/java/com/sun/scenario/effect/impl/prism/sw/PSWRenderer.java:131: warning: [deprecation] newInstance() in Class has been deprecated RendererDelegate delegate = (RendererDelegate)klass.newInstance(); ^ where T is a type-variable: T extends Object declared in class Class /jfx/modules/javafx.fxml/src/main/java/javafx/fxml/FXMLLoader.java:938: warning: [deprecation] newInstance() in Class has been deprecated setController(type.newInstance()); ^ where T is a type-variable: T extends Object declared in class Class /jfx/modules/javafx.fxml/src/main/java/javafx/fxml/FXMLLoader.java:1021: warning: [deprecation] newInstance() in Class has been deprecated value = type.newInstance(); ^ where T is a type-variable: T extends Object declared in class Class /jfx/modules/javafx.fxml/src/main/java/javafx/fxml/FXMLLoader.java:1331: warning: [deprecation] newInstance() in Class has been deprecated value = type.newInstance(); ^ where T is a type-variable: T extends Object declared in class Class