my program asks input (CDtitle, category, container) from the user and shows it in a table.. one of the required functions of my program is to show the sorted input in my table.. how do i do these? in a not so complicated way.. i need help..
How to sort a multi dimensional array in a table
Collapse
X
-
Tags: None
-
Thanks Jos! I think you're the only one who always replies to my posts. =)Originally posted by JosAHIf you're using a JTable have a look at its API documentation; it sort of
naturally leads to the RowSorter and TableRowSorter classes.
You want to use those; read their API documentation as well.
kind regards,
JosComment
Comment