如何测试,真的是… >>
<< Legend
Note: Do not just o…

Author Zhou Renjian Create@ 2004-02-21 22:50
whizz Note icon
Note: Do not just override dispose() to release the color. This only works in the case where dispose is actually sent to the widget. When the shell is disposed this does not happen, so overriding dispose will leak the color. To ensure that your widget is informed of an event no matter how it was generated, add an event listener instead of overriding methods that generate events.
本记录所在类别:
本记录相关记录: