java - Do Device.getSystemColors() need to be disposed in SWT? -
i understand colors creating using new color()
need disposed manually. colors obtained via device.getsystemcolor( swt.color_... )
? need disposed well?
no, must not dispose of these colors.
Comments
Post a Comment