appletlab.mm
and appletlab.mmp
into the mcr
area of your TRAIN
option tree.
graphicslab3.mm --> appletlab.mm graphicslab3.mmp --> appletlab.mmp
UPDATE
to add APPLETLAB
to the dictionary.APPLETLAB
in the NeXtMidas shell.xxx_applet.html
substituting your initials for xxx
.
$NMROOT
(this will probably be as simple as "nxmxxx"
if NeXtMidas is installed under your home directory.
,jars/nxm-train.jar
" to the archive=
attribute in the applet
tag. e.g.
<applet codebase="nxmxxx" archive="jars/nxm-sys.jar,jars/nxm-train.jar" code=...>
nxm-train.jar
JAR file. You can do this by running...
nM> make jars train
.html
page again...
param
definition for "OPTS"
that includes
your option tree. e.g.
<param name="OPTS" value="TRAIN,SYS">
"WIN"
param
tag to be "APPLET_WIN"
"CMD"
param
tag so that it runs your macro
(APPLETLAB
) with a /WIN.PANEL=APPLET_WIN
switch. This tells the PANEL
to attach itself to the applet window.
"Exit"
button to be disabled
since the applet exits when the browser window exits. (For example, you can just
skip the GCONTROL BUTTON
line if the /APPLET
switch is set.)
Don't Make This Mistake: |
---|
![]() |