if (input.getText().equals(myBundle.getString(input.g etText())))
{
outputLabel.setText(myBundle.getString(input.getTe xt()));
}
Just wondering if anyone knows if anything is wrong with this??
it not giving any errors but not setting the text either
Cheers
Dpjmie