I'm using TableFormBuilder and I need a way to set layout defaults to the rows and cols (has FormLayout in JGoodies) because we have many forms to build (hundreds) and some off them and complex and I don't want to specify colspecs and rowspecs item per item.
Is there a way to do this using the RCP classes? I thought in overwriting the TableLayoutBuilder class but i will only do that in last case.
Best regards
rps


Reply With Quote