I am developing a pizza order management system in Java and I am using JTable to display the items ordered. JTable has 4 colums, item (pizza, pasta, etc), size, price and comments.
Is there a better component for this kind of display?
Thanks and Regards,
Javed
eric aro
Greenhorn
Joined: Dec 04, 2009
Posts: 15
posted
0
that seems nice.
Jtable can auto generate header sorter, so that you can sort you pizzas as you want ( order # or due time )