Implementation should remove any references to the window and action bars created in the init.
init
[Issue: Should this say: "...should remove anything they contributed in init? Or is most of the withdrawal done automatically? ]
8687888990919293949596
SubActionBars bars = rec.bars; if (bars != null) { bars.dispose(); } if (set != null) { set.dispose(); } } } /**