Printing slow as an Applet
- From: jianghong2010@xxxxxxxxx
- Date: 30 Jun 2005 07:41:07 -0700
Hi, I have a question. I have a simple Java program which creates a
JTable and print the content. The JTable is 300 rows and 6 columns. And
I am using JBuilder as IDE.
The problem is when I run my code as a stand alone program using java
version 1.5.0_02-b09 VM, the printing is fast and the printjob size is
about 9 MB.
However, after I add the same code to an applet, when I run the same
code as an applet, the print job is huge (59 MB) and it took several
minutes to spooling. And eventually it says failed to print.
The browser I am using is IE and it connects to the same 1.5.0_02-b09
VM I used for the stand alone program.
Please help me out.
Thanks.
Hong
.
- Follow-Ups:
- Re: Printing slow as an Applet
- From: Andrew Thompson
- Re: Printing slow as an Applet
- From: jianghong2010
- Re: Printing slow as an Applet
- From: jianghong2010
- Re: Printing slow as an Applet
- Prev by Date: Re: drawing arrows...
- Next by Date: Re: Printing slow as an Applet
- Previous by thread: back into the swing (no pun intended)
- Next by thread: Re: Printing slow as an Applet
- Index(es):
Relevant Pages
|