OK, new to java by several weeks, but have been programming for 30 years. The following code executes, but only the first column is showing anything. The data object is sh
For anyone else who still wasn't getting it after going through the above, my problem was that I wasn't specifying my setters with the "public final" designation.