home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <Template Originator="Gary Gray" Language="JAVA" Created="09/05/2001" LastModified="09/05/2001">
-
- <TemplateConfiguration>
- <Name>Java AWT Applet</Name>
- <Icon>JAVA.Project.JavaProjectIcon</Icon>
- <Category>Java</Category>
- <LanguageName>Java</LanguageName>
- <Description>A Basic Java Applet</Description>
- </TemplateConfiguration>
-
- <TemplateFiles>
- <File DefaultExtension=".java" DefaultName="Applet">
-
- <![CDATA[
- /*
- * applet.java
- *
- * created on ${Date} at ${Time}
- */
-
- public class applet extends java.applet.Applet {
-
- /** Initializes the applet applet */
- public void init() {
- initComponents();
- }
-
- /** This method is called from within the init() method to
- * initialize the form.
- * WARNING: Do NOT modify this code. The content of this method is
- * always regenerated by the Form Editor.
- */
- private void initComponents() {//GEN-BEGIN:initComponents
- setLayout(new java.awt.BorderLayout());
-
- }//GEN-END:initComponents
-
-
- // Variables declaration - do not modify//GEN-BEGIN:variables
- // End of variables declaration//GEN-END:variables
-
- }]]>
- </File>
- <File DefaultExtension=".html" DefaultName="Applet">
-
- <![CDATA[
- <HTML>
- <HEAD>
- <TITLE>Applet HTML Page</TITLE>
- </HEAD>
- <BODY>
-
- <H3><HR WIDTH="100%">Applet HTML Page<HR WIDTH="100%"></H3>
-
- <P>
- <APPLET code="applet.class" width=350 height=200></APPLET>
- </P>
-
- <HR WIDTH="100%"><FONT SIZE=-1><I>Generated by SharpDevelop IDE</I></FONT>
- </BODY>
- </HTML>
-
- ]]>
- </File>
- </TemplateFiles>
-
- <FileOptions/>
-
- </Template>
-