home *** CD-ROM | disk | FTP | other *** search
- $$// confirm.inf = the text emitted to the confirmation dialog for
- $$// this configuration
- $$//
- Applet class: $$AppName$$
- $$IF(StandAlone)
- Applet Frame class: $$AppName$$Frame
- $$ENDIF
-
- Applet Info:
- $$AppInfoConfirm$$
-
- Files:
- $$AppName$$.java: $$AppName$$ class source code
- $$IF(StandAlone)
- $$AppName$$Frame.java: $$AppName$$Frame class source code
- $$ENDIF
- $$IF(HTMLFile)
- $$AppName$$.html: Sample html file
- $$ENDIF(HTMLFile)
- $$IF(Animation)
- Image files for animation: img0001.gif - img0018.gif
- $$ENDIF(Animation)
-
- Initial Size:
- Width in pixels: $$InitialWidth$$
- Height in pixels: $$InitialHeight$$
-
- Features:
- $$IF(StandAlone)
- + Can run as a standalone application
- $$ENDIF
- $$IF(Comments)
- + User Comments
- $$ENDIF
- $$IF(TODOComments)
- + TODO Comments
- $$ENDIF
- $$IF(IsRunnable)
- + Multi Threaded
- $$ENDIF
- $$IF(Animation)
- + Simple Animation
- $$ENDIF
- $$IF(Mouse)
- $$IF(MouseDownUp)
- + Mouse Down/Up interaction
- $$ENDIF
- $$IF(MouseDragMove)
- + Mouse Drag/Move interaction
- $$ENDIF
- $$IF(MouseEnterExit)
- + Mouse Enter/Exit interaction
- $$ENDIF
- $$ENDIF(Mouse)
- $$IF(HasParameters)
-
- Parameters: (Name, Type, Default Value, Description)
- $$BEGINLOOP(Parameters)
- $$ParamName$$, $$ParamType$$, $$ParamDefValue$$, "$$ParamDescription$$"
- $$ENDLOOP
- $$ENDIF
-