I get a CloningException when I print J2TextPrinter from an applet, why?
It appears that under some browsers, newer JDK’s regard serialization (the underlying mechanism of J2TextPrinter cloning) as a security access violation when performed by untrusted applets (similar to reading or writing a file). The same problem generally does not occur when running applets in your IDE on your local system.