protected void initPane() {
Column colMain = new Column();
colMain.add(this.getLbUserGroups());
Row rowButtons = new Row();
rowButtons.setAlignment(new Alignment(Alignment.RIGHT, Alignment.TOP));
rowButtons.add(this.getBtnAdd());
rowButtons.add(this.getBtnDelete());
colMain.add(rowButtons);
KeyStrokeListener ks = new KeyStrokeListener();