Some booring school homeworks in java
[mirrors/Programs.git] / java / SinusDiff / src / SinusDiff / SinusDiff.html
diff --git a/java/SinusDiff/src/SinusDiff/SinusDiff.html b/java/SinusDiff/src/SinusDiff/SinusDiff.html
new file mode 100644 (file)
index 0000000..f34c0ef
--- /dev/null
@@ -0,0 +1,36 @@
+<HTML>
+<HEAD>
+   <TITLE>Applet HTML Page</TITLE>
+   <style>
+       * {
+           color: lime;
+           background-color: black;
+        }
+   </style>
+</HEAD>
+<BODY>
+
+<!--
+*** GENERATED applet HTML launcher - DO NOT EDIT IN 'BUILD' FOLDER ***
+
+If you need to modify this HTML launcher file (e.g., to add applet parameters), 
+copy it to where your applet class is found in the SRC folder. If you do this, 
+the IDE will use it when you run or debug the applet.
+
+Tip: To exclude an HTML launcher from the JAR file, use exclusion filters in 
+the Packaging page in the Project Properties dialog.
+
+For more information see the online help.
+-->
+
+<H3><HR WIDTH="100%">Applet HTML Page<HR WIDTH="100%"></H3>
+
+<P>
+<APPLET codebase=".." code="SinusDiff/SinusDiff.class" width=100% height=100>
+    <PARAM NAME="fps" VALUE="21">
+</APPLET>
+</P>
+
+<HR WIDTH="100%"><FONT SIZE=-1><I>Generated by NetBeans IDE</I></FONT>
+</BODY>
+</HTML>
This page took 0.132297 seconds and 4 git commands to generate.