SWT/JFace quick start (1 min)
I was asked in my previous blog entry how to add SWT to a project classpath in order to run a simple snippet.
This for me the quickest way to run a SWT snippet from scratch :
Create a new class
Note : If you want to run a SWT snippet you even don’t need these steps. Just copy the snippet content and paste it in the package view. This will create the java class in the right package, ready to be launched. Then jump to the “run snippet” step.
Once you got this working, you can start working with JFace or RCP, by adding the corresponding dependency.






