public void calculer(ActionEvent event) { String i1 = txt1.getText(); int tx1 = Integer.parseInt(i1); t1.setText(Integer.toString(tx1));