Java => ActiveX component = Swing with no interaction

oslow

New Member
I'm creating a Java bean component and then generate it to ActiveX dll like in this tutorialIt is a \[code\]Swing\[/code\] panel\[code\]public class AACWCSurvey extends javax.swing.JPanel\[/code\]with couple \[code\]JButton\[/code\]sbut when I test it in tstcon32.exe I can't actually press any button (JButton). It's like a picture.What's wrong? Thank youupd: tried with AWT (java.awt.Panel, java.awt.Button) - same story. You see it, but you can't press the buttons
BtvHs.png
 
Top