Two simple rules to guide your disposal efforts : SWT Basics « SWT « Java Tutorial






  1. If you created it, you dispose it.
  2. Disposing the parent disposes the children.

(from Carolyn MacLeod and Steve Northover)

17.1.SWT Basics
17.1.1.Two simple rules to guide your disposal efforts
17.1.2.Operating System Resources
17.1.3.The SWT Class-Constants and Methods
17.1.4.Coding Your First SWT Program: Hello WorldCoding Your First SWT Program: Hello World
17.1.5.SWT useful utilities