Tags: Java

SWT menu disposal memory leak

SWT is a widget toolkit developed as part of Eclipse that enables you to develop Java desktop applications that use the OS’s native widgets. It is an immensely useful library and really shines in the area of resource management, which boils down to “only dispose resources you’ve created yourself”. Well, sort of.

Read More →