the formLayout example in the file layoutdemo.xml contains only positioning to a border (left, right, top, ...).
Is it possible to define the first widget relative to the left border and the next widget relative to the first widget?
In pure JAVA it works, but how to do this with CookSWT?
Thanks, Ralph
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
the formLayout example in the file layoutdemo.xml contains only positioning to a border (left, right, top, ...).
Is it possible to define the first widget relative to the left border and the next widget relative to the first widget?
In pure JAVA it works, but how to do this with CookSWT?
Thanks, Ralph
Check the CookSWT layout manager reference. There is an example on that.