< prev index next >

modules/javafx.controls/src/main/java/javafx/scene/control/skin/VirtualFlow.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2010, 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) 2010, 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
*** 65,75 **** import javafx.scene.layout.Region; import javafx.scene.layout.StackPane; import javafx.scene.shape.Rectangle; import javafx.util.Callback; import javafx.util.Duration; ! import sun.util.logging.PlatformLogger; import java.util.AbstractList; import java.util.ArrayList; import java.util.BitSet; import java.util.List; --- 65,75 ---- import javafx.scene.layout.Region; import javafx.scene.layout.StackPane; import javafx.scene.shape.Rectangle; import javafx.util.Callback; import javafx.util.Duration; ! import com.sun.javafx.logging.PlatformLogger; import java.util.AbstractList; import java.util.ArrayList; import java.util.BitSet; import java.util.List;
< prev index next >