HOWTO extend tests
==================

First:
	To run a test, right-click on its java file then select Run As.. and JUnit Test (do not use SWTBot Test choice)

Second:
	Launch the SWT example app: in the org.eclipse.swt.examples, find the class ControlExample or CustomControlExample and launch it as a Java application
√
Third:
	Code your tests with inspiration from existing tests and execute them as JUnit Test
