0

I need to show a line/multiline of images in GEF GraphicalViewer, so that it adjusts to the width of the container by spanning over more lines

skaffman
  • 398,947
  • 96
  • 818
  • 769
honzajde
  • 2,270
  • 3
  • 31
  • 36
  • can you elaborate the question. Looks like you are attempting a wordwrap, but I cann't get the container width part. – questzen Feb 12 '10 at 16:57
  • I have a row of buttons on a Panel. Yes, I want the same behaviour as they were a wordwrapped text that adjusts to the width of a text area when user shrinks it. – honzajde Feb 12 '10 at 18:09

1 Answers1

0

FlowLayout is what you want.

thSoft
  • 21,755
  • 5
  • 88
  • 103