VBean integration into Oracle Forms
570632Apr 3 2007 — edited Apr 4 2007Hello,
I have a problem while integrating a VBean into Oracle Forms form. The connection with form is OK, I can see the images I put there. But the VBean has a Swing elements with buttons and when this bean is put into the form, the buttons aren't shown, until I rollover a mouse. After that, if I scroll the form, the buttons disappear. JButtons are used with JPanel.
I tried to make repaint() inicialization using a thread - it doesn't help. Tried to use VButton element, but it's the same. I am using Oracle Forms 9.0.4 and JDeveloper runtime library 9.0.32. Maybe somebody has any ideas?
Thanks in advance.