Yes, and that's why I am having the trouble. I need that JTreeMap thingy, which is like a map with different squres in it. I want that map to be able to display in a web page, but there is no similar function in Wicket that allows me to do such a map, so I have to use the JTreeMap library. The problem is that the library only provide swing component, so I can't really use it in Wicket....I'm guessing applet is the way to go?
igor.vaynberg wrote: > > by work with swing what do you mean exactly? wicket is a web > framework, swing is a desktop framework, not really meant to work > together... > > -igor > > > On Tue, Apr 1, 2008 at 5:52 PM, jianfei <[EMAIL PROTECTED]> wrote: >> >> I am developing an webapp that has to use the JTreeMap >> (http://jtreemap.sourceforge.net/) library. It provides either a swing >> component or an applet for the treemap. I have searched some of the old >> threads and it seems like wicket doesn't really work well with swing. So >> I >> wonder is there any way to solve this kind of problem? Thanks in >> advance! >> -- >> View this message in context: >> http://www.nabble.com/How-to-display-a-swing-component-applet-in-wicket--tp16432883p16432883.html >> Sent from the Wicket - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/How-to-display-a-swing-component-applet-in-wicket--tp16432883p16440017.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
