()
| 48 | } |
| 49 | |
| 50 | public void eventOk() { |
| 51 | if (cursor==0) |
| 52 | OkNotify(null); |
| 53 | else |
| 54 | new MIDPTextBox(SR.MS_USERACTIVITY, acttext, this); |
| 55 | } |
| 56 | |
| 57 | public void OkNotify(String actText) { |
| 58 | //String moodName=((MoodItem)getFocusedObject()).getTipString(); |