emulateSmartCard();
} else {
emulateReader();
}
mi_stop.setCommandContext(this);
mi_stop.setCommand(new Command(new StopCommand(this)));
addMenuItem(mi_stop);
mi_start.setCommandContext(this);
mi_start.setCommand(new Command(new StartCommand(this)));