< prev index next >

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

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

@@ -21,11 +21,11 @@
  * 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 java.awt.BorderLayout;
 import java.awt.Dimension;
 import java.awt.FlowLayout;
 import java.util.concurrent.atomic.AtomicBoolean;

@@ -37,11 +37,11 @@
 import javax.swing.JFrame;
 import javax.swing.JPanel;
 import javax.swing.SwingUtilities;
 import javax.swing.Timer;
 
-import static sandbox.Constants.*;
+import static test.sandbox.Constants.*;
 
 /**
  * JFXPanel application to test running with a security manager installed.
  * The main program in this class will run the test such that the application
  * will be shutdown by an explicit call to System.exit().
< prev index next >