Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Java - print page

  • 02-09-2008 8:04pm
    #1
    Registered Users, Registered Users 2 Posts: 196 ✭✭


    I'm developing a small program that prints reports as part of it's functionality and I want to display these reports on a page, like a prevew before they are printed. What is the best gui component to use for this? I have tried using JTextPane but I'm not sure if this is the best option?

    Thanks


Comments

  • Registered Users, Registered Users 2 Posts: 132 ✭✭aoraki


    Hey Juror,
    check out JFreeReport and Jasper Reports. Both are open source Java reporting tools, and both have print preview functionality plus pretty much any other reporting functionality that you might need. Might save ya a lot of hassle.


Advertisement