I am trying to initialize an object with 10 parameters and I'm getting "Too Many Arguments Error", Why?
This is only after compiling that I get the "Too Many Arguments Error"
For example:
timeLabelOffset = new TimeLabelOffset(78, 46, 78, 79, 73, 76, 78, 67, 68, 78);
Thanks.