March 30, 2011
12:56 p.m.
Comment #1 on issue 3584 by fernando...@gmail.com: ToDo: remove DisplayText class http://code.google.com/p/pharo/issues/detail?id=3584 I've based this changes on CUIS 3.1, the idea is to remove the primary user of DisplayText in like this: String>>displayOn: aDisplayMedium at: aPoint textColor: aColor aDisplayMedium getCanvas drawString: self from: 1 to: self size at: aPoint font: nil color: aColor and also removed UIManager>>composeForm:. Attachments: DisplayTextRemoval.1.cs 13.8 KB