CheckBox "Done" key

Hi I would like to know what is the return code when in the checkbox menu you press the "Done" key ie

                                              if  ( scelta.equals("Done")   ) {  // wich is return key when i push "Done"  ??????????????????
                                                            System.exit();    }
Tanks