Community
Participate
Working Groups
* @see org.eclipse.jface.viewers.LabelProvider#dispose()
*/
public void dispose() {
boldFont.dispose();
final Font f = boldFont;
backgroundColor.dispose();
final Color c = backgroundColor;
boldFont = null;
backgroundColor = null;
Display.getCurrent().timerExec(20, new Runnable(){
public void run() {
f.dispose();
c.dispose();
}
});