PPT Slide
Step One: Sketching the layout on paper
As shown on earlier slide.
Step Two: Declaring instance variables of the visible components:
TextArea TextArea1 = new TextArea( );
Label Label1 = new Label ("Label One");
Label Label2 = new Label ("Label Two");
Label Label3 = new Label ("Label 3");
Label Label4 = new Label ("Label Four");
Button Button1 = new Button ("Button One");
Button Button2 = new Button ("Button Two");
Button Button3 = new Button ("Button 3");