hello everyone,
i am developing a quotation generator application using Java. I am using a JTable to capture user input(this input is taken from a database i.e. each cell of the tale will have a combobox where the user can select an input value). when the user is done he/she has to print the quotation as A4 page.
My issue is: [b]Is there a way of doing it besides using the JTable?
[/b]
I appreciate any ideas that i may make use of which are relevant to this application.
Thank you in advance for your help.