< prev index next >

src/java.desktop/share/classes/javax/swing/plaf/basic/BasicTextUI.java

Print this page

        

*** 2642,2651 **** --- 2642,2652 ---- } /** * The only richer format supported is the file list flavor */ + @SuppressWarnings("deprecation") protected Object getRicherData(DataFlavor flavor) throws UnsupportedFlavorException { if (richText == null) { return null; }
< prev index next >