< prev index next >

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

Print this page

        

*** 37,47 **** --- 37,52 ---- import java.util.Vector; import sun.net.www.ParseUtil; /** * The main entry point into AppletViewer. + * + * @deprecated The Applet API is deprecated. See the + * <a href="../../java/applet/package-summary.html"> java.applet package + * documentation</a> for further information. */ + @Deprecated(since = "9") public class Main { /** * The file which contains all of the AppletViewer specific properties. */ static File theUserPropertiesFile;
< prev index next >