Beispiel #1
0
 public void setHintText(String text) {
   // set hint text to window
   if (mForm != null) mForm.setHintText(text);
 }