Im using the FormToolkit to create forms in eclipse rcp while i create a form text uisng
form.setText("some string here ");
the text i.e.., the form heading is appearing at the top left of the application
Is there a way to bring heading to center ??
can someone help me