| Reply | « Previous Thread | Next Thread » |
|
Dear users I hope some one can help me, this is a really dumb question but I hope some can take some time out to answer it, please.
What is the simplest way to output some text on the screen, I am trying to test what values some methods I have coded return. In normal java I would use the system.out.println to output on the dos console. Any help would be greatly appreciated Thank you. |
|
Using an Alert is probably the easiest way:
Code:
Alert a = new Alert("INFO","Some text",null,AlertType.INFO);
Display.getDisplay(myMIDlet).setCurrent(a);
|
|
thank you shmoove that was very helpful
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|