Spec - Part II: The Layout

GUI Development in Pharo Smalltalk using Spec. It covers the layouts and tidies up the Greeter application built in part I. Last updated: March 2019 Introduction First of all: have you read the first part of this series yet? If not, please do so as we are going to iterate over what was done there. As you recall, the greeter application which was built earlier was fully functional. However, it was not easy on the eye --in other words, it was very ugly. As promised, we will tidy it up in this episode. The Question Of The Ages "What do you want!?" Before setting off on the road of endlessly pushing and pulling widgets around, let's first settle for a target design. For the rest of this episode, we will try to achieve the following design (this design is done in LibreOffice Draw and is not a snapshot from the system): Figure 1 - The target design for this episode Layout Smithing Tools There are about half a dozen of layouts and widgets (which can be used ...