I'm actually in a middle of a small problem. I have discovered that TableRowSorter and RowFilter are not included in Java 4. All of our clients are using Java 1.4.2_08 and it's not convenient for us to install java 6 on their machines. Is there by any chance, a way in which I can use the TableRowSorter, and the RowFilter classes, by using JDK 1.4.2_08? Please help.
|
feedback
|
|
This question offers some answers with alternative libraries for sorting tables. If they require Java 1.5 you should be able to use Retroweaver to make them compatible with Java 1.4. It's probably not a trivial effort to get it working and support it though. I'd push for upgrading the clients to 1.6 even though it's not convenient. There are plenty of other benefits to upgrading anyhow, particularly for security fixes. | |||||
feedback
|