In LCDUI, there is a back command, what is the counterpart in LWUIT?
Thank you in advance
In LCDUI, there is a back command, what is the counterpart in LWUIT?
Thank you in advance
In Lwuit it is not the command that holds this information. It is the Form that holds the information which of its Commands is the Back-Command.
You can mark a Command as Back-Command with
Form.setBackCommand(backCmd)
Regards
Karsten Meier