ContentPanel westPanel = new ContentPanel(new FillLayout());
westPanel.setHeading(textMessages.tags());
ContentPanel centerPanel = new ContentPanel(new FillLayout());
centerPanel.setHeading(textMessages.passwords());
HBoxLayout northLayout = new HBoxLayout();
northLayout.setPadding(new Padding(5));
northLayout.setHBoxLayoutAlign(HBoxLayoutAlign.MIDDLE);
northLayout.setPack(BoxLayoutPack.CENTER);
northPanel.setLayout(northLayout);
searchTextBox = new TextField<String>();
searchTextBox.addKeyListener(new KeyListener() {
@Override