DialogTabLayoutPanel tabPanel = new DialogTabLayoutPanel();
tabPanel.setSize("435px", "460px");
tabPanel.add(editingPanel, "Editing");
tabPanel.add(displayPanel, "Display");
tabPanel.add(completionPanel, "Completion");
tabPanel.selectTab(0);
add(tabPanel);
}
@Override