Eclipse RCP Layout: SWT GridLayout
If you develop an RCP rich client application, sooner or later you will have to know some layout to organize the widgets in your view. This code example requires that you have an RCP application with a view. Here is how to make an RCP app with a view. This tutorial is about the most … Read more