Updated: 4/29/2003; 9:28:30 AM.
Java Morning/C# Afternoon
Practical living with two modern languages


by Michael Isbell
        

Monday, January 27, 2003

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    comment []


© Copyright 2003 Michael Isbell.
 
January 2003
Sun Mon Tue Wed Thu Fri Sat
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
Dec   Feb


Click here to visit the Radio UserLand website.

Subscribe to "Java Morning/C# Afternoon" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.