Interger.parseInt() problem

publicvoid convert()

{

int converts = Integer.parseInt(inputTextField.getText());

displayLabel.setText(inputTextField.getText());

}

i need to convert inputTextField to and int (done that) and then multiply it by 3 - stuck when i need to do the multiplication?

help please!!!

[470 byte] By [rich79a] at [2007-10-2 16:44:56]
# 1
converts = converts * 3;
CeciNEstPasUnProgrammeura at 2007-7-13 17:54:54 > top of Java-index,Java Essentials,Java Programming...
# 2
thanks
rich79a at 2007-7-13 17:54:54 > top of Java-index,Java Essentials,Java Programming...