For my 3D App needs, I would like to integrate under the DesktopForm's MainBox (genarated by eclipse), the the jv.viewer.PvDisplay (which extends java.awt.Canvas) from javaview.de
Since I do not create this component but just reuse it, how can I carry a good integration?
The HowTo ExtendingScout seems to be inappropriate for this task.
I am not sure I can explain you in detail how you do this, but I can give you some input:
* On the graphs on the slides 18 and 19 in the presentation given at the Stammtisch Zürich (13 oct 2011) you will find some inputs on the code architecture.
- copy the required libraries (*.jar) into the 'myapplication.ui.swing/lib' folder and ensure to have all jar files added to the bundle classpath ('Manifest.MF 'editor 'Runtime' tab 'Classpath' box).
- add the panel now to the custom ui component's initializeSwing method (new JView()...) .
Aware the configuration possibilities of the custom component model.