Link to home
Start Free TrialLog in
Avatar of mscproj
mscproj

asked on

printing?

I had a textarea, and there were different font and style inside. I want to know how can I draw it as graphics to be printed out by using java.
Avatar of dryang
dryang

here's a suggestion to get your mind moving. Try messing around the Canvas API in java.awt.Canvas*; This neat 'component' allow you to trap all sorts of event and put all sorts of stuff in.

be warned, it will take a bit of time to get the hang of it.


ASKER CERTIFIED SOLUTION
Avatar of aziz061097
aziz061097

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial