()
| 1464 | /// |
| 1465 | /// the command to treat as default |
| 1466 | public Command getDefaultCommand() { |
| 1467 | return menuBar.getDefaultCommand(); |
| 1468 | } |
| 1469 | |
| 1470 | /// Default command is invoked when a user presses fire, this functionality works |
| 1471 | /// well in some situations but might collide with elements such as navigation |