< prev index next >

modules/javafx.graphics/src/test/java/test/javafx/css/HonorDeveloperSettingsTest.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2011, 2015, 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 --- 1,7 ---- /* ! * Copyright (c) 2011, 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
*** 42,52 **** import javafx.stage.Window; import com.sun.javafx.util.Logging; import org.junit.Before; import org.junit.Test; ! import sun.util.logging.PlatformLogger; /** * AKA: RT-7401. Tests that the pattern used works by testing opacity * specifically. Tests for font and text-fill should be done in the tests * for Label and Labeled. --- 42,52 ---- import javafx.stage.Window; import com.sun.javafx.util.Logging; import org.junit.Before; import org.junit.Test; ! import com.sun.javafx.logging.PlatformLogger; /** * AKA: RT-7401. Tests that the pattern used works by testing opacity * specifically. Tests for font and text-fill should be done in the tests * for Label and Labeled.
< prev index next >