doCleanup();
finishExecution();
}
}
};
KeyActionPanel actionPanel = new KeyActionPanel();
actionPanel.addKey(KeyEvent.VK_SPACE, "", null);
actionPanel.addActionPanelListener(myListener);
actionPanel.enableActionPanel();
regionsContainer.setRegionContent(Region.SOUTH, actionPanel, false);
}
// display the information
regionsContainer.setAllContentVisibility(true);