< prev index next >

src/java.desktop/share/classes/sun/applet/AppletViewerPanel.java

Print this page

        

*** 195,204 **** --- 195,205 ---- /** * Get the applet context. For now this is * also implemented by the AppletPanel class. */ + @SuppressWarnings("deprecation") public AppletContext getAppletContext() { return (AppletContext)getParent(); } static void debug(String s) {
< prev index next >