On Mon, 10 May 2021 12:09:09 GMT, Ajit Ghaisas <aghaisas at openjdk.org> wrote: > This PR replaces Class.newInstance() deprecated method with Contructor.newinstance(). Found and replaced deprecated Class.newInstance() instances in apps and unit tests. ------------- PR: https://git.openjdk.java.net/jfx/pull/491