NSTableView and Java
03/04/04 09:51
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
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
- NSTableView and Java - Authored by: Anonymous on Friday, June 04 2004 @ 08:03 PM BST