Bitmap-Handle
This property identifies the bitmap strip handle to be used for the Java-Bean.
 
Example - Define a Java-bean control with bitmap-handle
working-storage section.
77 icon-png pic s9(9comp-4.
...
screen section.
...
          03 screen-1-jb-1 Java-Bean
             line 5.1
             column 4.5
             size 33.5 cells 
             lines 25.1 cells 
             background-color 8
             foreground-color 3
             id 1
             no-box
             bitmap-handle icon-png
             bitmap-width 18
             .
...
procedure division.
...
  call "w$bitmap" using wbitmap-load "icon.png" giving 
       icon-png.
...