I would like to learn more about "Address Book" example from Eclipse SDK examples source package. I have installed Eclipse SDK examples source from The Eclipse Project Updates - http://download.eclipse.org/eclipse/updates/4.13 via Eclipse/Help/Install New Software. I can see/run examples from SWT Example Luncher but I have no idea how to find/view the source code. Eclipse image
Could anyone help me and advice on how to find examples source code, please?
-
Probably the same way you look at any other Eclipse source - see this answergreg-449– greg-4492019年11月12日 11:22:04 +00:00Commented Nov 12, 2019 at 11:22
2 Answers 2
to find the source code you can go to the following address
Download the zip file and open it.
Navigate to following location
plugins\org.eclipse.swt.examples.source_3.106.600.v20190626-0450.jar\org\eclipse\swt\examples\
You will then find all the SWT examples sources you are looking for.
Hope this helps.
Cheers!