I am looking for ideas on how I could use GWT widgets to draw a
bracket (think the NCAA March Madness bracket).  I'll have a widget
representing each node (for now it could just be a label) in the
bracket but need to display it in a tree/bracket fashion with lines
connecting each node.  The bracket/tree will probably end up large
enough that both a horizontal and vertical scroll bar are needed to
look at it all, although, having it re size itself to the window size
would be a good option too.  Any ideas?

My idea was to use vertical panels inside a horizontal panel and stack
blank labels between nodes with certain heights to get the node
widgets where I want.  But how would I do the lines connecting the
nodes. I could have pictures representing the lines connecting the
nodes, but my bracket isn't a fixed size (could be 64 nodes, 32, or
128) so I would need a lot of images for each type of line (long ones,
really long ones, short one).  Does this sound like a good way of
doing it?  It doesn't seem very robust.

Thanks for the suggestions and help.
Michael

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to