Update of /cvsroot/jython/htdocs/applets
In directory slayer.i.sourceforge.net:/tmp/cvs-serv30667
Added Files:
Makefile README
Log Message:
First version.
--- NEW FILE ---
PYTHON= python
HT2HTML= /opt/ht2html-1.1
.SUFFIXES:: .ht .html
.ht.html:
$(PYTHON) $(HT2HTML)/ht2html.py -s JPyGenerator -r .. $?
HTMLFILES = \
button.html \
checkbox.html \
choice.html \
converter.html \
coordinates.html \
index.html \
issues.html \
label.html \
list.html \
problems.html
all: $(HTMLFILES)
--- NEW FILE ---
This directory contains applet demos. The html files are generated by ht2html.
See ../README for details.
The demo applets exists in jython/Demo/applet and the applet appletdemo.jar
file is created by this command in the Demo/applet directory:
jythonc --core --deep --jar appletdemo.jar *.py
appletdemo.jar: This file is create by the command above.
appletdemo.cab Can only be created on a windows platform.
The files in appletdemo.jar are extracted
into an empty temporary directory and the
.cab file is then created by running:
CABARC N appletdemo.cab *
CABARC is part of the MS-SDK for java
http://www.microsoft.com/java
JythonLoader.java A timer that stops when the HelloWorld applet
if loaded.
JythonLoader.class Compiles version of JythonLoader.java
|