Getting JTable to work
and other programming notes
great JFC/SWing discussion on java.sun.com
http://developer.java.sun.com/developer/community/chat/JavaLive/2003/jl0121.html
Spent all morning on a JTable gotcha - the JTable must be contained in a JScrollPane for the column headers to be handled automatically; otherwise you have to display the columns yourself.
I'm using Doug Lea's util.concurrent library, a set of common concurrent programming idioms (queues, threadpools etc) written by the author of Concurrent Programming in Java. I'm using his threadpool as follows...
http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
9:54:43 PM
|