82: cannot find symbol
symbol : method format(double)
location: class java.lang.String
racer1Percentage.setText("%.2f", String.format(total.getRacer1Percentage()));
83: cannot find symbol
symbol : method format(double)
location: class java.lang.String
racer1Total.setText("%.2f", String.format(total.getTotalTime()));
Why would it squak at me about data types?? Can't Figure it out. Any Suggestions.
Inserting The End Calculations Into Textfield
Started by
Andrew Fisher
, Jan 07 2011 09:41 PM
1 reply to this topic










