| The MINERVA example program Date shows
- how to extend MINERVA with the time and date from Java
- how to include a prefab package into a MINERVA program
- how to compile and link the extension
- how to execute this as standalone and applet
The declaration of the extension is
DateExtension.mxt
The applet wrapper is
wrap.html
The MINERVA source programs are
example1.min
and
date.min
(Note that the output goes to Java log / Java console.)
With seperately loaded extension:
Refer to 'Compile', 'Go' and the other files of this directory for details.
|