home *** CD-ROM | disk | FTP | other *** search
/ BUG 15 / BUGCD1998_06.ISO / aplic / jbuilder / jsamples.z / TextDataFile.jpr < prev    next >
Text File  |  1997-07-09  |  1KB  |  35 lines

  1. ;JBuilder -- PROJECT FILE VERSION {1.04} - do not alter this line!
  2. ;--- main project settings
  3. [Project]
  4. Name=TextDataFile.jpr
  5. DefaultDir=.
  6. ProjectHtml=
  7. UseJavaDefaults=0
  8. ClassPath=..\..\..\..\..\..\lib\jbcl.zip;..\..\..\..\..\..\lib\jgl.zip;..\..\..\..\..\..\java\lib\classes.zip;
  9. SourcePath=..\..\..\..\..\..\samples;..\..\..\..\..\..\src\jbcl-src.zip;..\..\..\..\..\..\src\jgl-zip;..\..\..\..\..\..\java\src.zip
  10. OutPath=..\..\..\..\..\..\myclasses
  11. DefaultRunnable=.\TextDataFileApp.java
  12. DebugInfo=1
  13. CheckStable=0
  14. ShowWarnings=1
  15. ExcludeClass=
  16. Encoding=
  17. Parameters=
  18. JavaVMParameters=
  19. CompileFirst=1
  20. UseExecutionLog=1
  21.  
  22. ;--- Project contents
  23. [Contents]
  24. file:///.\TextDataFile.html
  25. file:///.\TextDataFileApp.java
  26. file:///.\TextDataFileFrame.java
  27.  
  28. [Params]
  29. Title=TextDataFile tutorial
  30. Copyright=Copyright (c) 1997
  31. Description=This tutorial steps through creating a data application that loads data from a text file and displays it in a grid. Through this tutorial, you explore JBuilder's DataBroker architecture while becoming familiar with the JBuilder visual design tools.
  32. DefaultPackage=untitled1
  33.  
  34. ;--- DONE
  35.