May 14, 2011
1:29 p.m.
The balloon morph color and layout mess really give a bad bad feeling, I gave a look to try to fix it: * COLOR, it seems to be just an initialize issue, one should execute this in the image: BalloonMorph setBalloonColorTo: BalloonMorph defaultBalloonColor. * FONT, same problem, one should execute in the image : BalloonMorph balloonFont: StandardFonts defaultFont. * LAYOUT, the problem comes from the method String>>withNoLineLongerThan: doing very badly its job. Moreover this method need to be refactored to be readable, it is too looooong. Jannick can you give a try, you seem to be the author? Hilaire