Hi,
I have a class that implements Printable, and my problem is that method
print is called twice. I only print text and directly using
graphics.drawString(myString). I think that the solution is
'RepaintManager.currentManager(this).setDoubleBufferingEnabled (false)' but
my class is not a component and I only print text, so I cannot invoke the
previous method.
Thanks in advance
_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing