jtreetable  
Author Message
balamuruganse





PostPosted: 2003-8-23 23:23:00 Top

java-programmer, jtreetable dear java professional,

i want to create a grid using jtreetable. i find the sample code in
the java.sun.com. but it is trickly to understand for me. do you
have any code
(simple code) for using the jtreetable ? i want to simple jtreetable
example program with sample data. do you have the code please send me
to my mail id
email***@***.com.

i also search in the net. but i only very less no. sample code related
to jtreetable. that code also so tricky. do you know any link that
contains simple
jtreetable program?

with regards,
balamurugan se
 
Rocket





PostPosted: 2003-11-28 8:54:00 Top

java-programmer >> jtreetable Hi,
How I can design JTreeTables in JBuilder? Is it possible?

Thanks.


 
Paul Furbacher





PostPosted: 2003-11-29 1:52:00 Top

java-programmer >> jtreetable Rocket wrote:

> How I can design JTreeTables in JBuilder? Is it possible?

There are examples of tree tables out on
the Web. I was looking at some from Java.sun.com
and other places recently.

Are you using one of those?

If you are, does the component have a no-parameter
constructor? If it does, it may be possible to
add the component to the palette. See the
on-line Help; "Index" tab -- "adding components"
Look at the sub-topic "to component palette".
(Earlier versions of JBuilder may have this
indexed in a different manner, but it _is_ in
the Help.)

It may be difficult to display the model "live"
in the Designer, since creating a tree model is
usually a multiple-step process of adding nodes.
However, some tree models may be described as
a 2d-array. In such a case, try declaring the
array as a member variable, and initialize
it with fake data as you declare it.


--


Paul Furbacher (TeamB)

Save time, search the archives:
http://www.borland.com/newsgroups/ngsearch.html

Is it in Joi Ellis's Faq-O-Matic?
http://www.visi.com/~gyles19/fom-serve/cache/1.html

Finally, please send responses to the newsgroup only.
That means, do not send email directly to me.
Thank you.