Re: How to combine characters



On 2008-06-23 00:26 +0100, Chris allegedly wrote:
String s = "" + ke.getKeyChar();

Consider using one of the various String.valueOf methods

Does anyone know how to combine chars to make a word?

StringBuffer or StringBuilder

<http://java.sun.com/docs/books/tutorial/java/data/strings.html>
.