list to display a button and then a label for each row entry... [and]
pointer to docs where I can find info on how to accomplish this?
Have you looked at any of the following?
Eckstein, Loy and Wood's book Java Swing (OReilly) has a
labels-in-a-list example.
Robinson, Vorobiev's book Swing (Manning) has a
checkboxes-in-a-list example.
Zukowski's book may have similar material
