void createWidget(int index) {
   super.createWidget(index);
   items = new TabItem[4];
 }