Back to slide
Keyboard shortcut: 'u'  Slide 22 : 24
Program 1
 

(note-page 'applet-program
  (title "Applet-program"
         "A Java applet displayed on this page"
  )

  (applet-program
     "ColorPresenter.class"  "applets/farver"
     "A description of the Java applet"
     400 250)

  (source-program this-source-file  (list "(note-page 'applet-program" end-marker)
       (list
       )
       '(slide-external book-external)
       "The underlying LAML program. This shows the underlying source of this part of the notes"
  )

  (index-words "applet-program")

) ; end page