Alexander Elsholz wrote:
its not a jdk problem. i tried the latest jdk 1.4.2_06 and also the jdk
1.5_01
without any success.
The AWT font subsystem had well known problems with multithreding
in 1.3 and up to 1.4.1. It is said Sun fixed *some* issues, but
there may be still some remaining. I sugges
J.Pietschmann wrote:
Alexander Elsholz wrote:
we use the awtrenderer for asynchron printing. that means start
printjob in
an own thread and we stop the rendering-process when page-queue is
larger
then 3 items. the print-method of pageable wakes up the renderer to
go on.
Since few months we have
Alexander Elsholz wrote:
we use the awtrenderer for asynchron printing. that means start printjob in
an own thread and we stop the rendering-process when page-queue is larger
then 3 items. the print-method of pageable wakes up the renderer to go on.
Since few months we have font-scaling problems an
Hi folks,
we use the awtrenderer for asynchron printing. that means start printjob in
an own thread and we stop the rendering-process when page-queue is larger
then 3 items. the print-method of pageable wakes up the renderer to go on.
Since few months we have font-scaling problems and we have fin