< prev index next >

tests/system/src/test/java/test/sandbox/app/FXApp.java

Print this page
rev 9491 : 8145203: Refactor systemTests for clear separation of tests
Reviewed-by: kcr

@@ -21,20 +21,20 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
-package sandbox.app;
+package test.sandbox.app;
 
 import javafx.animation.KeyFrame;
 import javafx.animation.Timeline;
 import javafx.application.Application;
 import javafx.scene.Scene;
 import javafx.stage.Stage;
 import javafx.util.Duration;
 
-import static sandbox.Constants.*;
+import static test.sandbox.Constants.*;
 
 /**
  * FX application to test running with a security manager installed. Note that
  * the toolkit will be initialized by the Java 8 launcher.
  */
< prev index next >