MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / show

Method show

src/main/java/Client/MessageEdit.java:104–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

sendMethod · 0.95

Tested by

no test coverage detected