|
From: Donal K. F. <don...@ma...> - 2004-09-22 07:06:40
|
Joe English wrote: > Any thoughts on what the API for a tree widget ought to look like? Not really. My apps haven't really been in a position to make a lot of use of that sort of thing in the past, so I've not paid a lot of attention. It might be an idea to look at the API used by the Swing JTree component; that's what I've had most contact with in this area and it seems to work at least acceptably, in that it was very easy to get something going well enough that I stopped looking at the API. :^) Donal. |