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

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -