(Component cmp)
| 4122 | |
| 4123 | /// {@inheritDoc} |
| 4124 | @Override |
| 4125 | public int getComponentIndex(Component cmp) { |
| 4126 | return getContentPane().getComponentIndex(cmp); |
| 4127 | } |
| 4128 | |
| 4129 | /// Adds a command to the menu bar softkeys or into the menu dialog, |
| 4130 | /// this version of add allows us to place a command in an arbitrary location. |