}
public void commandAction(Command c, Displayable d) {
String label = c.getLabel();
if ("Open".equals(label) && getSelectedIndex() >= 0) {
Options options = Options.getInstance();
String selectedFile = getString(getSelectedIndex());
if (getSelectedIndex() == 0 && "..".equals(getString(getSelectedIndex()))) {
if (options.replayDir.endsWith("/")) {
options.replayDir = options.replayDir.substring(0, options.replayDir.length() - 2);
}