********************************************************************************************
* This sample shows how to use JavaBeans on isCOBOL screens
*
* This document uses windows notation for paths, use Unix notation if running this on
* Unix/Linux 
*
********************************************************************************************

********************************************************************************************
*
* To test this program from the Command Prompt follow these instructions:
*
********************************************************************************************

   1. Open a Command Prompt Window and go to the sample\javabeans folder

   2. Compile the programs

      iscc -sp=..\isdef *.cbl

      NOTE: The -sp option is to tell the compiler where to find the is*.def copybooks
      needed by the programs

   3. Run the programs

      iscrun CALENDAR

      iscrun JPROGRESS

      iscrun RTF

************************************************************************************
*
* To test this from the isCOBOL IDE follow these instructions:
*
************************************************************************************

   1. Create a new isCOBOL project on the IDE, use the name javabeans, click Finish

   2. Go to the IDE File View of this project and expand to see the sub-folders

   3. Open a Windows Explorer window and go to the isCOBOL IDE installation folder
      and sub-folder sample\demo\javabeans

   4. Drag and drop sources and copybooks from the Windows Explorer window to the 
      IDE Window on the corresponding folders of the project, if a dialog appears, 
      select the Copy files option and click Ok

      4.1 The CALENDAR.cbl, JPROGRESS.cbl and RTF.cbl programs to the source folder
      4.2 All the .def copybooks to the cpy folder

   5. Compile all the programs, right click the project name and select Build Project

   6. Run the CALENDAR program or the JPROGRESS program or the RTF program, 
      right click on the program name and select Run as isCOBOL Application

