()
| 87 | } |
| 88 | |
| 89 | public void EditURL() { |
| 90 | new MIDPTextBox("Edit URL", itemsList.elementAt(cursor).toString(), this); |
| 91 | } |
| 92 | |
| 93 | public void OkNotify(String text_return) { |
| 94 | itemsList.setElementAt(new ListItem(text_return), cursor); |
no test coverage detected