< prev index next >

modules/javafx.graphics/src/main/java/javafx/scene/CssStyleHelper.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2011, 2017, 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
*** 64,75 **** import com.sun.javafx.css.StyleMap; import javafx.css.converter.FontConverter; import com.sun.javafx.util.Logging; import com.sun.javafx.util.Utils; ! import sun.util.logging.PlatformLogger.Level; ! import sun.util.logging.PlatformLogger; import static com.sun.javafx.css.CalculatedValue.*; /** * The StyleHelper is a helper class used for applying CSS information to Nodes. --- 64,75 ---- import com.sun.javafx.css.StyleMap; import javafx.css.converter.FontConverter; import com.sun.javafx.util.Logging; import com.sun.javafx.util.Utils; ! import com.sun.javafx.logging.PlatformLogger; ! import com.sun.javafx.logging.PlatformLogger.Level; import static com.sun.javafx.css.CalculatedValue.*; /** * The StyleHelper is a helper class used for applying CSS information to Nodes.
< prev index next >