< prev index next >

modules/javafx.fxml/src/main/java/javafx/fxml/JavaFXBuilderFactory.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.  Oracle designates this

@@ -61,12 +61,12 @@
 import javafx.scene.image.Image;
 import javafx.scene.shape.TriangleMesh;
 import javafx.scene.text.Font;
 import javafx.util.Builder;
 import javafx.util.BuilderFactory;
-import sun.reflect.misc.ConstructorUtil;
-import sun.reflect.misc.MethodUtil;
+import com.sun.javafx.reflect.ConstructorUtil;
+import com.sun.javafx.reflect.MethodUtil;
 
 /**
  * JavaFX builder factory.
  * @since JavaFX 2.0
  */
< prev index next >