'From Squeak3.11alpha of 13 February 2010 [latest update: #9483] on 9 March 2010 at 11:11:23 am'! !ListParagraph class methodsFor: 'initialization' stamp: 'ar 2/26/2010 23:03'! cleanUp "Re-initialize" self initialize.! ! !MVCProject methodsFor: 'display' stamp: 'dtl 2/27/2010 10:33'! resetDisplay "Bring the display to a usable state after handling primitiveError." ScheduledControllers searchForActiveController! ! !MVCProject methodsFor: 'utilities' stamp: 'dtl 2/27/2010 09:56'! setAsBackground: aForm "Set aForm as a background image." ScheduledControllers screenController model form: aForm. Display restoreAfter: []! !