home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 November / Chip_1998-11_cd.bin / tema / Cafe / jfc.bin / NOTES.txt < prev    next >
Text File  |  1998-02-26  |  2KB  |  70 lines

  1.  
  2.             MISCELLANEOUS NOTES 
  3.  
  4. This file has two sections:
  5.  
  6. How to Give Feedback
  7.     The e-mail address to use, and what to put in bug reports.
  8.  
  9. How to Generate swingall.jar
  10.     If you want to rebuild swingall.jar, here's how.
  11.  
  12. -------------------- 
  13. HOW TO GIVE FEEDBACK 
  14. --------------------
  15. Please send your feedback to this e-mail address:
  16.  
  17.     swing-feedback@java.sun.com
  18.  
  19. If you've found a bug, you can help us greatly by including the
  20. following information in your e-mail:
  21.  
  22. - A program or code snippet that shows the problem.
  23.  
  24. - The platform you're using.
  25.  
  26. - A backtrace, if appropriate.  This will tell us what the program is
  27.   doing when the bug occurs. To generate a backtrace, do this:
  28.   
  29.   1. Go to the shell window in which you entered the 'java' command.
  30.  
  31.   2. Make sure it has the keyboard focus and that the interpreter
  32.      ('java' command) isn't a background process.
  33.  
  34.   3. Enter the appropriate character:
  35.  
  36.          Control-\        (Solaris)
  37.          Control-Break        (Win 95/NT)
  38.  
  39.   4. A bunch of text should be displayed in the window.  Please
  40.      put a copy of it into your e-mail.
  41.     
  42. ---------------------------- 
  43. HOW TO GENERATE SWINGALL.JAR
  44. ----------------------------
  45. To create a new swingall.jar file on UNIX systems:
  46.  
  47. 1. Extract the build-jar.sh from the beaninfo.jar file:
  48.     jar xf beaninfo.jar build-jar.sh
  49.  
  50. 2. Run the build-jar.sh script:
  51.     sh build-jar.sh
  52.  
  53. To create a new swingall.jar file on Win32 systems:
  54.  
  55. 1. Extract the build-jar.bat file:
  56.     jar xf beaninfo.jar build-jar.bat
  57.  
  58. 2. Run the build-jar.bat script:
  59.     build-jar.bat
  60.  
  61. You will now have a new swingall.jar file you can load in your
  62. favorite IDE.
  63.  
  64.            --------------------------------------
  65.  
  66. Keep in touch!  Read The Swing Connection:
  67.  
  68.     http://java.sun.com/products/jfc/swingdoc-current/
  69.  
  70.