'From Squeak3.11alpha of 13 February 2010 [latest update: #9483] on 9 March 2010 at 11:11:23 am'! !BitBlt class methodsFor: 'class initialization' stamp: 'ar 2/26/2010 23:02'! cleanUp "Flush caches" self recreateColorMaps.! ! !Form methodsFor: 'other' stamp: 'dtl 2/27/2010 09:59'! setAsBackground "Set this form as a background image." Project current setAsBackground: self ! ! !StrikeFont class methodsFor: 'class initialization' stamp: 'ar 2/26/2010 23:05'! cleanUp "Flush synthesized strike fonts" self allInstancesDo:[:sf| sf reset].! !