Some booring school homeworks in java
[mirrors/Programs.git] / java / SinusDiff / src / SinusDiff / SinusDiff.html
CommitLineData
2623b47b
H
1<HTML>
2<HEAD>
3 <TITLE>Applet HTML Page</TITLE>
4 <style>
5 * {
6 color: lime;
7 background-color: black;
8 }
9 </style>
10</HEAD>
11<BODY>
12
13<!--
14*** GENERATED applet HTML launcher - DO NOT EDIT IN 'BUILD' FOLDER ***
15
16If you need to modify this HTML launcher file (e.g., to add applet parameters),
17copy it to where your applet class is found in the SRC folder. If you do this,
18the IDE will use it when you run or debug the applet.
19
20Tip: To exclude an HTML launcher from the JAR file, use exclusion filters in
21the Packaging page in the Project Properties dialog.
22
23For more information see the online help.
24-->
25
26<H3><HR WIDTH="100%">Applet HTML Page<HR WIDTH="100%"></H3>
27
28<P>
29<APPLET codebase=".." code="SinusDiff/SinusDiff.class" width=100% height=100>
30 <PARAM NAME="fps" VALUE="21">
31</APPLET>
32</P>
33
34<HR WIDTH="100%"><FONT SIZE=-1><I>Generated by NetBeans IDE</I></FONT>
35</BODY>
36</HTML>
This page took 0.100709 seconds and 4 git commands to generate.