private JTextArea cracha= new JTextArea(); public void imprimirCracha(){ cracha.setText("seu texto aqui"); }