There is a way to make reports, in Java… I hava a database and want to preview and print reports with it…
One option was to make html code dinamically and display it with a TextPane…
But the problem is the printing. The Java Print API is not very friendly, drawing (with Graphics methods) to paper is not the best way to do it, especially if is text what I want to print…
Somebody has found a better way to solve this problem… Maybe a ‘free’ library??
Rafael