Skip to content

Instantly share code, notes, and snippets.

package br.com.rede.tga.impressao;
class Impressora {
private int index;
private int indexes[];
private int total;
private int totais[];
private String nomeArquivo;
private String caminhoArquivo;
}
StringBuffer strbuf = new StringBuffer();
[...]
strbuf.append(s1);
[...]
strbuf.append(s2);
String s = strbuf.toString();