Could anyone please give me a heads-up on how to implement my own row filter and row sorter to apply on a Jtable, while keeping in mind that I’m using Java 1.4? Or if there are some available classes that would serve that purpose?
Regards.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use Philip Milne’s
TableSorter&TableMapclasses,discussedarchived here and here. A complete example in included in/demo/jfc/TableExampleamong the Java SE Development Kit 8u65 Demos and SamplesThe
TableSorterDemoconstructor shows how to use the classes.