Re: draw directed graph with nested panels

From: Jacob Hallenborg (jacobhallenborg_at_hotmail.com)
Date: 03/01/04


Date: 1 Mar 2004 05:28:23 -0800


> It is maybe the most unsuitable way. How should nested panels and layout
> managers fix your problem?

Thanks for your quick reply.

I used nested GridbagLayouts and JPanels and got promising results.
The image below illustrates my point.

http://www.gslt.hum.gu.se/~jacob/tis_java.jpg

The implementation also got compact and manageable, so I'm pleased :)
I have not looked into the issue of efficiency yet, maybe that's why
you find the method unsuitable?

/jacob