The good news is that I think I’ve figured out what checking the autoCreateRowSorter box does: it simply inserts a line like
jTable1.setAutoCreateRowSorter(true);
just before it sets the model, so if I insert the appropriate line in the pre-initialization code for the model of whatever table I’m using, I am all set.
Of course, this assumes that I am using Java 6 — the built-in row sorter is a good reason to do so. As I asked almost 3 weeks ago, what is the prognosis for a version of M4ME that will run under Java 6? Is there a target date?
Thanks,
Richard