Are there some samples to see how to work with JavaBeans?

Question ID : 230
Created on 2014-01-09 at 8:56 AM
Author : Veryant Support [support@veryant.com]

Online URL : http://support.veryant.com/support/phpkb/question.php?ID=230



Yes, there are several examples in the %ISCOBOL%/sample directory.

There is a sample for a 3-D pie chart in issamples/SAMPLES.
You can see this same chart in iscontrolset/ISCONTROLSET with options to view the data in a bar and line chart as well.

There are more samples of JavaBeans in the is-java/javabeans folder.
These include an html-editor, jcalendar, jprogress, and an rtf-editor.

JavaBeans are external components that can be used by isCOBOL as standard controls.
They can be defined in the screen section and used by the DISPLAY, MODIFY and INQUIRE statements.
They also raise events that should be handled in the event procedure.

More information about JavaBeans is in the isCOBOL documentation's User Interface Reference, under Controls Reference-> JAVA_BEAN



Back to Original Question