()
| 1863 | /// |
| 1864 | /// last command pressed in the modal dialog |
| 1865 | @Override |
| 1866 | public Command showDialog() { |
| 1867 | lastCommandPressed = null; |
| 1868 | show(); |
| 1869 | return lastCommandPressed; |
| 1870 | } |
| 1871 | |
| 1872 | /// Invoked to allow subclasses of form to handle a command from one point |
| 1873 | /// rather than implementing many command instances |
no test coverage detected