NSTableView and Java

I'm writing a Cocoa application in java that uses the JDBC to hook up to a postgresql database. I want to display results from database queries in an NSTableView, however I can't seem to find any NSTableView Java examples. Can somebody give me some tips!? Thanks in advance.
Authored by: Anonymous on Thursday, March 25 2004 @ 04:40 AM GMT
If you've done a google search, you may have already found my example, but here is a link to it anyway. I've done something very similar to what you are trying to do.
My Sample