Can anybody lead me a hand? I have a program i develop using java, i am almost finished with the program except for the printing method. I am able to print the text shown in my text area but it only prints the text that fits the first page (paper size 8.5 by 13.00). How do i print the second page? i used the codes
outPutField.printAll(g)
Please some help for me to print the entire content of my text field. Any help would be much appreciated.