Visible
This property assumes a value of "0" if the Java-Bean control is not visible, "1" if it is visible.
 
Example - Modify a Java-bean to make it invisible
procedure division.
...
  modify screen-1-jb-1 visible 0
...