(Command cmd, int offset)
| 4141 | /// |
| 4142 | /// Please use `Toolbar#addCommandToLeftBar(com.codename1.ui.Command)` or similar methods |
| 4143 | public void addCommand(Command cmd, int offset) { |
| 4144 | menuBar.addCommand(cmd, offset); |
| 4145 | } |
| 4146 | |
| 4147 | /// A helper method to check the amount of commands within the form menu |
| 4148 | /// |
no outgoing calls