Hi,
I have used the jfreechart class files to run an application as an applet.All functions like zooming is happening except for save option.Can u explain with code why its not happening.Have I missed out some classfiles?
Thanks in advance
Subha
SAve option not working when jfreechart is displayed as appl
Re: SAve option not working when jfreechart is displayed as
My guess is that this is a security restriction for untrusted applets.
Regards,
Dave Gilbert
Regards,
Dave Gilbert
Re: SAve option not working when jfreechart is displayed as
Hi,
Thanks for the response.
I had set the permission in Java.policy file for the jar file i am referrring to in my program.Even then i am getting "java.security.AccessControlException".
Can you please reply with details as what else i should set to get the save option activated
Thanks in advance
Subha
Thanks for the response.
I had set the permission in Java.policy file for the jar file i am referrring to in my program.Even then i am getting "java.security.AccessControlException".
Can you please reply with details as what else i should set to get the save option activated
Thanks in advance
Subha