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

Java - print page

Options
  • 02-09-2008 9:04pm
    #1
    Registered Users 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 Posts: 129 ✭✭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