I am using version R2 2.2b3-build 318, Java version 1.4.2-38 (Mac OS X).
I placed a JProgressBar on a form and I try to set it visible = true. In the editor Navigator I see all the classes inherited by the JProgressBar. When the line: elements.bean_148.setVisible(true) gets executed, I get an error: ‘setVisible is not a function.’
Does anyone knows what I am doing wrong?