// these lines of code should go inside public Form1() { }
this.addComponent(northRegion);
this.addComponent(centerRegion);
this.addComponent(southRegion); (1)
// creating the cookie central button
ScaleImageButton cookieCentral = new ScaleImageButton(); (2)
cookieCentral.setIcon(cookieCentraPic); (3)
cookieCentral.setBackgroundType(Style.BACKGROUND_IMAGE_SCALED_FIT); (4)
cookieCentral.getPressedStyle().setBgImage(cookiePressedPic); (5)