OK. Given that, it sounds like you might want to consider creating a custom container component rather than using Panel. You can position the BoxPanes in layout() and draw the lines in your skin's paint() method.
On Aug 29, 2011, at 9:45 AM, Camilo Casadiego wrote: > I need to have a Panel...which contain BoxPanes each of those represents and > object, and I need to drawn lines representing the relations betwen the > objects (like a data base designer) > > Kind Regards, > Camilo Casadiego > De: Greg Brown [mailto:[email protected]] > Enviado el: Monday, August 29, 2011 7:32 AM > Para: [email protected] > Asunto: Re: Simple line > > There are a number of ways you could do this. Can you describe more > specifically what you are trying to do? > > On Aug 24, 2011, at 3:22 PM, Camilo Casadiego wrote: > > > Hi there...I was wondering how to draw a simple line into a panel?? > > Kind Regards, > > Camilo Casadiego > > >
