< prev index next >

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

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

*** 21,31 **** * 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; /** * 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 implicitly exit when the JFrame is disposed. --- 21,31 ---- * 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 test.sandbox.app; /** * 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 implicitly exit when the JFrame is disposed.
< prev index next >