SWT: A Developer's Notebook by Tim Hatton The unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification This page was updated March 27, 2007. UNCONFIRMED errors and comments from readers: {4} How do I do that?; Using the GTK port of SWT under linux you need swt-pi.jar in addition to swt.jar. {29} Setting the Shell Icon; "...icon on the right side..." should read: "...icon on the left side..." [42] Example 3-5; below 3rd line of Example 3-5, insert line: import org.eclipse.swt.events.* Otherwise lines containing 'new SelectionListener()' will be in error. (211) Example 14-1; The 4th line of code should be if (c.getText().length() < 0) not (c.getText().length() > 0) as is printed in the book.