| 1 | <HTML> |
| 2 | <HEAD> |
| 3 | <TITLE>Applet HTML Page</TITLE> |
| 4 | </HEAD> |
| 5 | <BODY> |
| 6 | |
| 7 | <!-- |
| 8 | *** GENERATED applet HTML launcher - DO NOT EDIT IN 'BUILD' FOLDER *** |
| 9 | |
| 10 | If you need to modify this HTML launcher file (e.g., to add applet parameters), |
| 11 | copy it to where your applet class is found in the SRC folder. If you do this, |
| 12 | the IDE will use it when you run or debug the applet. |
| 13 | |
| 14 | Tip: To exclude an HTML launcher from the JAR file, use exclusion filters in |
| 15 | the Packaging page in the Project Properties dialog. |
| 16 | |
| 17 | For more information see the online help. |
| 18 | --> |
| 19 | |
| 20 | <H3><HR WIDTH="100%">Applet HTML Page<HR WIDTH="100%"></H3> |
| 21 | |
| 22 | <P> |
| 23 | <APPLET codebase=".." code="Kalkulator/Kalkulator.class" width=350 height=200></APPLET> |
| 24 | </P> |
| 25 | |
| 26 | <HR WIDTH="100%"><FONT SIZE=-1><I>Generated by NetBeans IDE</I></FONT> |
| 27 | </BODY> |
| 28 | </HTML> |