![]() Squeak Smalltalk : Morphic : ![]() Drawon vs String Morph |
> When you want a morph to be populated with a bunch of strings that > won't need direct manipulation, should you use #drawOn:, or just > add a bunch of StringMorphs? Try adding the StringMorphs first since it's easier. Decide later if you need to do something difference. Though it's certainly easy to draw things in Morphic as well.