home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_2.ISO / java / winmetoja.EXE / readme.tx_ / readme.tx
Text File  |  1996-11-02  |  2KB  |  51 lines

  1. WinMetoJa 0.5 Readme.txt
  2. =======================
  3.  
  4. Covers:
  5.     1. The Basics
  6.     2. Simple Animation
  7.     3. IMPORTANT
  8.     4. The Future
  9.     5. Distributing Classes and Source
  10.  
  11.  
  12. The Basics
  13.       1. WinMetoJa creates Java source code based on your windows metafile. 
  14.       2. You need to compile the Java source.  The JDK is readily available 
  15.          (see www.javasoft.com)
  16.       3. Sample applets are available at http://www.blackdirt.com/bdwinmetoja.htm
  17.  
  18. Simple Animation
  19.       If you choose the "Include Thread Code" option, an animation thread will be
  20.       created.  A variable called frameCount is updated every 500 milliseconds.
  21.       The created code displays a simple counter on the screen.  See the paintApplet
  22.       method. The Paint Applet method takes the frame counter as a parameter. That parameter
  23.       is called frameNumber.  
  24.  
  25.       Modifying paintApplet, animateThread, and utilizing the frameNumber is the basis
  26.       of animation.
  27.  
  28.       See examples on www.blackdirt.com.
  29.  
  30. IMPORTANT!
  31.       1. WinMetoJa 0.5 is a beta version we want your feedback.  (delessc@blackdirt.com)
  32.       2. If a metafile does not convert, send it to us and we'll update WinMetoJa
  33.       3. WinmeToJa DOES NOT TRANSLATE bitmap portions of a metafile.  
  34.          It converts drawing functions like, line, polygon, rectangle, etc.
  35.  
  36.        
  37. The Future
  38.       We will be creating a set of Java classes to be used with WinMetoJa. Send
  39.       us your suggestions on what you think should be contained in those classes.
  40.       The final product will include WinMetoJa and the classes.  It will be 
  41.       shareware.  How much should it cost?
  42.       
  43.  
  44. Distributing Source and  Classes
  45.       You may distribute any  source code generated by WinMetoJa 0.5 as long 
  46.       as the code includes  the generated comments that acknowledge WinMetoJa and Black
  47.       Dirt Software.  You may distribute any Java classes that
  48.       were created by you using WinMetoJa as long as you give Black Dirt Software
  49.       proper acknowledgement.
  50.  
  51.