()
| 102 | } |
| 103 | |
| 104 | public void show() { |
| 105 | //#ifdef RUNNING_MESSAGE |
| 106 | //#ifdef MIDP_TICKER |
| 107 | //# if (cf.notifyWhenMessageType) { |
| 108 | //# textbox.setTicker(ticker); |
| 109 | //# } else { |
| 110 | //# textbox.setTicker(null); |
| 111 | //# } |
| 112 | //#endif |
| 113 | //# if (thread == null) |
| 114 | //# (thread = new Thread(this)).start(); // composing |
| 115 | //#else |
| 116 | send() ; // composing |
| 117 | //#endif |
| 118 | super.show(this); |
| 119 | } |
| 120 | |
| 121 | public void commandState() { |
| 122 |