Next horrid question...
These are my imports, which are the same ones in the sample program, plus a few for other uses:
import java.awt.event.* ;
import java.awt.* ;
import javax.swing.* ;
import javax.swing.table.* ;
import java.io.* ;
import java.net.* ;
import java.util.regex.* ;
import javax.swing.table.AbstractTableModel ;
I still get an error at compile time:
"cannot find symbol class TableSorter"
This is where I got stuck before, and assumed I was doing something fundamentally wrong. Since I now know it's fundamentally right, I'm completely confused!
I have terrible luck with finding code samples using Google... no idea why, or I'd do things a little differently and actually _find_ what I want!