< prev index next >

tests/system/src/test/java/test/com/sun/glass/ui/monocle/headless/HeadlessGeometry2Test.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 com.sun.glass.ui.monocle.headless; import com.sun.glass.ui.Screen; import javafx.application.Application; import javafx.stage.Stage; import junit.framework.Assert; --- 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.com.sun.glass.ui.monocle.headless; import com.sun.glass.ui.Screen; import javafx.application.Application; import javafx.stage.Stage; import junit.framework.Assert;
< prev index next >