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? -

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

erlang - Saving a digraph to mnesia is hindered because of its side-effects -