Add
GridData gd = new GridData(GridData.FILL_HORIZONTAL); txtSchema.setLayoutData(gd);
to the UI components
Dooing as described produces a class cast exception because of non matching layouts:
java.lang.ClassCastException: org.eclipse.swt.layout.GridData cannot be cast to org.eclipse.swt.layout.RowData
The input fields are done. The combo boxes however are too small.
Log in to post a comment.
Dooing as described produces a class cast exception because of non matching layouts:
The input fields are done. The combo boxes however are too small.