la idea es hacer algo parecido a los bbcodes el problema que tengo es que cuando presiono el primer boton cualquiera sea me dice "Null".
Como evito que salga el "Null" ?.
Ejemplo Mal del Null
http://i41.tinypic.com/1z6qlx1.png
Código Java:
Ver original
String valorTotal; // TODO add your handling code here: valorTotal+= "Hola"; jTextArea1.setText(valorTotal); } // TODO add your handling code here: valorTotal+= "Mundo"; jTextArea1.setText(valorTotal); } // TODO add your handling code here: valorTotal+= "Java"; jTextArea1.setText(valorTotal); }
Saludos