Click to See Complete Forum and Search --> : printing text in java


The One
02-21-2006, 01:31 PM
how do i print the text that i have on the screen to real paper? Where can i find code for it???

Khalid Ali
02-21-2006, 02:15 PM
what do u mean text on screen?...you can not( there is not straight forward pure java solution) screen capture using java

The One
02-21-2006, 02:31 PM
u know when i microsoft word u press file print. and it prints on a printer (paper). uv seen ma program. how do i do the same to print on a piece of paper???

Khalid Ali
02-21-2006, 03:19 PM
There is java API for printing ..look into

java.awt.print

packages and you will have ur answer.

The One
02-21-2006, 03:42 PM
do u have a site i can look at?? and can u look at my other question about not being able to type in a textfield but answers from calculations are printed in it?

The One
02-22-2006, 08:26 AM
any site??