68697071727374757677
case 2: WidgetsPage widgets = new WidgetsPage(); this.goTo(widgets); break; case 3: CommunicationPage comm = new CommunicationPage(); this.goTo(comm); break; } }