| [news.eclipse.platform.swt] Re: what's the relationship between swt's formlayout and jgoodie's formlayout |
If you have a typical 'Form'-Layout (i.e. labels before text-componentes all aligned in the same columns/rows) than JGoodies Forms is superior to all layout managers I've seen so far.
Having to specify the same data again and again for all similar fields is really annoying (like GridDatas) and waste of characters ;).
Hope this helps, Eric