(String name, Image icon, ActionListener ev)
| 1515 | /// |
| 1516 | /// a newly created Command instance |
| 1517 | public Command setBackCommand(String name, Image icon, ActionListener ev) { |
| 1518 | Command cmd = Command.create(name, icon, ev); |
| 1519 | menuBar.setBackCommand(cmd); |
| 1520 | return cmd; |
| 1521 | } |
| 1522 | |
| 1523 | /// Indicates the command that is defined as the back command out of this form. |
| 1524 | /// A back command can be used both to map to a hardware button (e.g. on the Sony Ericsson devices) |