Re: [OT]Applet question, open in new JVM

2005-01-25 Thread Ashish Kulkarni
Hi i know the it was a very very OFF TOPIC question yes i have started changing my code and do some thing like DAO in applet :-) where in the display screen will have no knowledge of data and will use a DAO fatory to get data object at the time of painting Ashish --- Duncan Mills <[EMAIL PROTECTED

Re: [OT]Applet question, open in new JVM

2005-01-25 Thread Duncan Mills
Very Very Off Topic :-) Generally the answer to this is you can't. If you use IE you can configure it to start multiple IE processes, in which case both can have their own JVM's but that assumes control over the User's configuration which is not very sensible, and that the applets will be run i

Re: [OT]Applet question, open in new JVM

2005-01-24 Thread Jim Barrows
On Mon, 24 Jan 2005 12:57:49 -0800 (PST), Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > Hi > I was working on a Applet in which i had some static > methods in a class with some applet data, it was > working great untill i had to develop another applet > which uses these static methods, now the probl

[OT]Applet question, open in new JVM

2005-01-24 Thread Ashish Kulkarni
Hi I was working on a Applet in which i had some static methods in a class with some applet data, it was working great untill i had to develop another applet which uses these static methods, now the problem is the data is getting mixed when i open both the applets. i want to know if i can open the