Hi,

I wrote an applet and now want to prevent from downloading some important .class files (loading them from server at runtime) or hide some functions (e.g. call method from server at runtime). Is it possible?

Thanks