Hi Kristian, Just add the applet tag to the page template:
<applet code="MyApplet.class" width=100 height=100> <param name="test" value="Hi There"> </applet> kind regards bob On 15/03/2010 05:18 PM, kristian_widjaja wrote:
I am in the middle develoment of a MLM Project. And one of its requirements is to show the scheme of member's network. I found already the way to visualize the scheme (using library from Prefuse), but i have no clue how to integrate the scheme instance (instance of JPanel class) into the click.Page.
