Hi, I have a question about the jui generated java files. In my system, I want to create QWidget from jui generated java files dynamically. I have a JuiWidgetConstructor class for that, but because the generated jui java files don't implement an interface, so for now I make this work through introspection (getMethod and Method.invoke).
This works, but I don't like it very much because it is not very robust. Is there any reason why you don't let those files implement an interface? (It probably has some good reason that I don't see right now) Thanks -- Thomas Coopman [EMAIL PROTECTED] _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
