--- old/src/java.desktop/share/classes/javax/swing/text/html/FrameView.java 2014-12-09 10:07:16.805096044 -0800 +++ new/src/java.desktop/share/classes/javax/swing/text/html/FrameView.java 2014-12-09 10:07:16.649096037 -0800 @@ -218,6 +218,7 @@ * the scrolling attribute. If not defined, the default is "auto" which * maps to the scrollbar's being displayed as needed. */ + @SuppressWarnings("deprecation") private void createScrollPane() { AttributeSet attributes = getElement().getAttributes(); String scrolling = (String)attributes.getAttribute(HTML.Attribute.SCROLLING);