home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Java / Java.zip / as150.zip / readme.txt < prev    next >
Text File  |  1999-02-09  |  1KB  |  36 lines

  1. Thanks for FTPing this demo.
  2.  
  3. The purpose of this demo is simple. I'm testing the feasibility of using
  4. ANSI escape codes for moving a cursor and coloring text in a Java text mode
  5. application.
  6.  
  7. This Java class is written using netrexx and probably requires the use of the
  8. JDK117.
  9.  
  10. Setup:
  11. -----
  12.  
  13. - Install whatever it is you need for ANSI console support. In OS/2, besure
  14.   that you have ansi enabled by entering; ANSI at the command prompt.
  15. - Place the NetRexxR.zip file in your classpath.
  16. - Execute DemoProg.class using whatever you need to do. In OS/2, open a full
  17.   screen session and execute; java -norestart DemoProg.
  18.  
  19. What it does:
  20. -------------
  21.  
  22. The demo shows the opening screen of TheDraw ( a dos mode ansi editor ) ten
  23. times, then places a few lines of text on the screen then shows the opening
  24. screen of a Java application that I have under development.
  25.  
  26. What you should do:
  27. -------------------
  28.  
  29. When you get the time, run the demo. Note any bugs that you feel you ran across
  30. and email me the information. Of particular interest to me is, do you see
  31. blinking text during the demo? Does the demo show colored text. And... how's
  32. the performance?
  33.  
  34. I can be reached at mcbrides@erols.com or www.erols.com/mcbrides.
  35.  
  36.