Search code examples
javagxt

Gxt diagramation


I'm newbie in gxt using java. I have 8 FramedPanel and I need draw in the next order, but I not have idea how.

FramedPanels numbers:

enter image description here


Solution

  • You can create your desired layout by using VerticalLayoutContainer and HorizontalLayoutContainer. Don't know if this will be the best solution, but I think it will work!

    enter image description here