|
| quote: | Originally posted by mezzir
wow i completely missed that
that should take care of the parenthases problem i think?
but still the cannot resolve symbol
this is gonna annoy me |
compiles for me if you just put:
code:
public void sendOutput(int sandwiches, String fCode, String dCode, String cCode)
{
outputLabelSandwiches.setText("# of sandwiches ordered: " + sandwiches);
outputLabelFries.setText("Size of fries ordered: " + fCode);
outputLabelDrink.setText("Size of drink ordered: " + dCode);
outputLabelCondiments.setText("Condiments ordered: " + cCode);
}
i don't get any symbol resolving error... process completed!
___________________
Whatever it may take I keep on trying.
|