home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / Sharpdev / 099bsetup.exe / JavaApplet.xft < prev    next >
Extensible Markup Language  |  2003-09-21  |  2KB  |  71 lines

  1. <?xml version="1.0"?>
  2. <Template Originator="Gary Gray" Language="JAVA" Created="09/05/2001" LastModified="09/05/2001">
  3.     
  4.     <TemplateConfiguration>
  5.            <Name>${res:Templates.File.Java.JavaAWTApplet.Name}</Name>
  6.            <Icon>Java.File.FullFile</Icon>
  7.            <Category>Java</Category>
  8.            <LanguageName>Java</LanguageName>
  9.            <Description>${res:Templates.File.Java.JavaAWTApplet.Description}</Description>
  10.     </TemplateConfiguration>
  11.     
  12.     <TemplateFiles>
  13.            <File DefaultExtension=".java" DefaultName="Applet">
  14.  
  15. <![CDATA[
  16. /*
  17.  * applet.java
  18.  *
  19.  * created on ${Date} at ${Time}
  20.  */
  21.  
  22. public class applet extends java.applet.Applet {
  23.  
  24.     /** Initializes the applet applet */
  25.     public void init() {
  26.         initComponents();
  27.     }
  28.  
  29.     /** This method is called from within the init() method to
  30.      * initialize the form.
  31.      * WARNING: Do NOT modify this code. The content of this method is
  32.      * always regenerated by the Form Editor.
  33.      */
  34.     private void initComponents() {//GEN-BEGIN:initComponents
  35.         setLayout(new java.awt.BorderLayout());
  36.  
  37.     }//GEN-END:initComponents
  38.  
  39.  
  40.     // Variables declaration - do not modify//GEN-BEGIN:variables
  41.     // End of variables declaration//GEN-END:variables
  42.  
  43. }]]>
  44.         </File>        
  45.            <File DefaultExtension=".html" DefaultName="Applet">
  46.  
  47. <![CDATA[
  48. <HTML>
  49. <HEAD>
  50.    <TITLE>Applet HTML Page</TITLE>
  51. </HEAD>
  52. <BODY>
  53.  
  54. <H3><HR WIDTH="100%">Applet HTML Page<HR WIDTH="100%"></H3>
  55.  
  56. <P>
  57. <APPLET code="applet.class" width=350 height=200></APPLET>
  58. </P>
  59.  
  60. <HR WIDTH="100%"><FONT SIZE=-1><I>Generated by SharpDevelop IDE</I></FONT>
  61. </BODY>
  62. </HTML>
  63.  
  64. ]]>
  65.                 </File>
  66.     </TemplateFiles>
  67.     
  68.     <FileOptions/>
  69.     
  70. </Template>
  71.