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.

You could create a simple form to capture the info for one quote. Maybe a bit more work than a JTable, but you could make the user interface look a lot more familiar to the user.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.