Errata


Print Print Icon

Submit your own errata for this product.


The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.


Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question



Version Location Description Submitted By
Printed Page 4
How do I do that?

Using the GTK port of SWT under linux you need swt-pi.jar in addition to swt.jar.

Anonymous 
Printed Page 29
Setting the Shell Icon

"...icon on the right side..."
should read:
"...icon on the left side..."

Anonymous 
Printed Page 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.

Anonymous 
Printed Page 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.

Anonymous