i placed this in a java interface file in eclipse, and then two error notifiers appeared on the lines where i placed corner[4] and the closing parenthesis. on corner[4] it said "insert } to complete ArrayInitializer' and on the closing parenthesis it said "remove this".
where should i put the closing parenthesis to complete ArrayInitializer?
edit: nevermind, i had to put the array in a class rather than an interface