()
| 49 | } |
| 50 | |
| 51 | public void eventOk() { |
| 52 | moodName = ((MoodItem)getFocusedObject()).getTipString(); |
| 53 | if (cursor==0) |
| 54 | OkNotify(null); |
| 55 | else |
| 56 | new MIDPTextBox(SR.MS_USERMOOD, Moods.getInstance().myMoodText, this); |
| 57 | } |
| 58 | |
| 59 | public void OkNotify(String moodText) { |
| 60 | publishTune(moodText, moodName); |
no test coverage detected