home *** CD-ROM | disk | FTP | other *** search
/ BUG 4 / BUGCD1997_05.BIN / aplic / visualj / vjtrial.exe / RCDATA / CABINET / vjappwiz.awx / TEMPLATE / CONFIRM.INF < prev    next >
Text File  |  1997-01-28  |  1KB  |  62 lines

  1. $$// confirm.inf = the text emitted to the confirmation dialog for
  2. $$//    this configuration
  3. $$//
  4. Applet class: $$AppName$$
  5. $$IF(StandAlone)
  6. Applet Frame class: $$AppName$$Frame
  7. $$ENDIF
  8.  
  9. Applet Info:
  10. $$AppInfoConfirm$$
  11.  
  12. Files:
  13.       $$AppName$$.java: $$AppName$$ class source code
  14. $$IF(StandAlone)
  15.       $$AppName$$Frame.java: $$AppName$$Frame class source code
  16. $$ENDIF
  17. $$IF(HTMLFile)
  18.       $$AppName$$.html: Sample html file
  19. $$ENDIF(HTMLFile)
  20. $$IF(Animation)
  21.       Image files for animation: img0001.gif - img0018.gif
  22. $$ENDIF(Animation)
  23.  
  24. Initial Size:
  25.       Width in pixels: $$InitialWidth$$
  26.       Height in pixels: $$InitialHeight$$
  27.  
  28. Features:
  29. $$IF(StandAlone)
  30.       + Can run as a standalone application
  31. $$ENDIF
  32. $$IF(Comments)
  33.       + User Comments
  34. $$ENDIF
  35. $$IF(TODOComments)
  36.       + TODO Comments
  37. $$ENDIF
  38. $$IF(IsRunnable)
  39.       + Multi Threaded
  40. $$ENDIF
  41. $$IF(Animation)
  42.       + Simple Animation
  43. $$ENDIF
  44. $$IF(Mouse)
  45. $$IF(MouseDownUp)
  46.       + Mouse Down/Up interaction
  47. $$ENDIF    
  48. $$IF(MouseDragMove)
  49.       + Mouse Drag/Move interaction
  50. $$ENDIF    
  51. $$IF(MouseEnterExit)
  52.       + Mouse Enter/Exit interaction
  53. $$ENDIF    
  54. $$ENDIF(Mouse)
  55. $$IF(HasParameters)
  56.  
  57. Parameters: (Name, Type, Default Value, Description)
  58. $$BEGINLOOP(Parameters)
  59.       $$ParamName$$, $$ParamType$$, $$ParamDefValue$$, "$$ParamDescription$$"
  60. $$ENDLOOP    
  61. $$ENDIF
  62.