< prev index next >

src/java.desktop/share/classes/javax/swing/text/html/FrameView.java

Print this page

        

*** 216,225 **** --- 216,226 ---- /** * This method creates the JScrollPane. The scrollbar policy is determined by * 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); if (scrolling == null) { scrolling = "auto";
< prev index next >