Esempio n. 1
0
  private void myInit() {
    init_key();
    init_table_bg();
    TextArea.Input tf = (TextArea.Input) tf_message;
    tf.setPrompt("Write your message here...");
    init_drag();

    init_table_bg();

    init_tbl_chats();
    add();
  }