--- old/modules/controls/src/main/java/com/sun/javafx/scene/control/skin/IntegerFieldSkin.java 2015-09-03 14:52:09.376076400 -0700 +++ new/modules/controls/src/main/java/com/sun/javafx/scene/control/skin/IntegerFieldSkin.java 2015-09-03 14:52:08.772041900 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 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 @@ -25,6 +25,7 @@ package com.sun.javafx.scene.control.skin; +import com.sun.javafx.scene.control.IntegerField; import javafx.application.Platform; import javafx.beans.InvalidationListener; import javafx.scene.Node;