But I got this error whats wrong?
Code:
.\files\Applet_Sub1.java:361: incompatible types
found   : int
required: short[]
        class19.aShortArray332 = 82; // originalModelColors
                                 ^
.\files\Applet_Sub1.java:362: incompatible types
found   : int
required: short[]
        class19.aShortArray342 = 5652; //modifiedModelColors
                                 ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
Press any key to continue . . .
Thanks