Hi Salva, You cannot add a ULC panel to a JPanel. But you can run the ULC client in an AppletRunner.
Moreover if you so wish you can launch a ULC application from your Swing application. From your Swing Application, you can start a StandAlone launcher that will start the ULC client and make it connect to the ULC Apllication running on the server. In case you want to integrate a non-ULCComponent into ULC you will have to extend ULC. Please see the Pie Chart sample that is part of the ULC release. ULCEssentialsGuide chapter 5 about extending ULC. Please note that this API may change with ULC 6.1. Thanks and regards, Janak >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of salva vilarrasa >Sent: Wednesday, March 22, 2006 3:22 PM >To: [EMAIL PROTECTED] Com >Subject: Re: [ULC-developer] Permission Access problem in JNLP and >Applet > > >Thanks Jana, >I did all you said before, cause i use to read before asking! hehe. >There was a problem with my application descriptor (web.xml). >Another question, How can I mix ULC with SWING i mean can i put a >ULC panel >with a SWING JPanel? >If I can't, how can i put a non ULC Component into a ULC panel? thanks for >all. >salva. > >----- Original Message ----- >From: "Janak Mulani" <[EMAIL PROTECTED]> >To: "salva vilarrasa" <[EMAIL PROTECTED]> >Cc: <[email protected]> >Sent: Monday, May 01, 2006 6:11 PM >Subject: RE: [ULC-developer] Permission Access problem in JNLP and Applet > > >> Hi Salva, >> >> Kindly see section 1.3.4 "Signing a JNLP Application Client" in the >> ULCDeploymentGuide for more >> information on this topic. >> >> Right now you will have to sign the ENTIRE client part of a ULC >> application if you intend to run it in a sandbox and access security >> relevant features, e.g. file i/o. The client part comprises the ulc >> client libraries and your client side code (launcher and extensions). >> >> I hope this helps. If not please get back with your .jnlp files. >> >> Thanks and regards, >> >> Janak >> >> -----Original Message----- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] Behalf Of salva vilarrasa >> Sent: Thursday, March 16, 2006 6:14 PM >> To: [email protected] >> Subject: [ULC-developer] Permission Access problem in JNLP and Applet >> >> >> Hi all, >> >> I am having a lot of trouble to deploy a simple ULC application >wich uses >> a >> third party signed .jar using JNLP. I Have made the 2 jnlp config files >> and >> seems ok, the problem is when the application is at the point to start i >> get >> this error message: >> >> Accedd denied (java.util.PropertyPermission http.strictPostRedirect >> read) >> >> Thanks everybody! >> > >_______________________________________________ >ULC-developer mailing list >[email protected] >http://lists.canoo.com/mailman/listinfo/ulc-developer _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
