Code:
client.java:6994: cannot find symbol
symbol : variable message
location: class RSInterface
class9.message = "Please wait...";
^
RSInterface.java:9: cannot find symbol
symbol : method addText(int,java.lang.String,int,boolean,boolean,int,TextDrawin
gArea[],int)
location: class RSInterface
addText(27203, "99", 0xFFFF00, false, true, -1, TDA, 0);
^
RSInterface.java:10: cannot find symbol
symbol : method addText(int,java.lang.String,int,boolean,boolean,int,TextDrawin
gArea[],int)
location: class RSInterface
addText(27204, "99", 0xFFFF00, false, true, -1, TDA, 0);
^
RSInterface.java:11: cannot find symbol
symbol : method addText(int,java.lang.String,int,boolean,boolean,int,TextDrawin
gArea[],int)
location: class RSInterface
addText(27205, "99", 0xFFFF00, false, true, -1, TDA, 0);
^
RSInterface.java:12: cannot find symbol
symbol : method addText(int,java.lang.String,int,boolean,boolean,int,TextDrawin
gArea[],int)
location: class RSInterface
addText(27206, "99", 0xFFFF00, false, true, -1, TDA, 0);
^
RSInterface.java:72: cannot find symbol
symbol : variable message
location: class RSInterface
totalLevel.message = "@[email protected] level: %1";
^
RSInterface.java:73: cannot find symbol
symbol : variable textDrawingAreas
location: class RSInterface
totalLevel.textDrawingAreas = fonts[2];
^
RSInterface.java:101: cannot find symbol
symbol : variable type
location: class RSInterface
hover.type = 9;
^
RSInterface.java:102: cannot find symbol
symbol : variable message
location: class RSInterface
hover.message = "TESTING!";
^
RSInterface.java:110: cannot find symbol
symbol : variable type
location: class RSInterface
image.type = 5;
^
RSInterface.java:115: cannot find symbol
symbol : variable sprite1
location: class RSInterface
image.sprite1 = getSprite(s);
^
RSInterface.java:122: cannot find symbol
symbol : variable type
location: class RSInterface
text.type = 4;
^
RSInterface.java:126: cannot find symbol
symbol : variable textDrawingAreas
location: class RSInterface
text.textDrawingAreas = fonts[0];
^
RSInterface.java:127: cannot find symbol
symbol : variable textShadow
location: class RSInterface
text.textShadow = true;
^
RSInterface.java:128: cannot find symbol
symbol : variable centerText
location: class RSInterface
text.centerText = true;
^
RSInterface.java:129: cannot find symbol
symbol : variable textColor
location: class RSInterface
text.textColor = 16776960;
^
RSInterface.java:145: cannot find symbol
symbol : variable message
location: class RSInterface
text.message = "%1";
^
RSInterface.java:163: cannot find symbol
symbol : variable type
location: class RSInterface
button.type = 5;
^
RSInterface.java:168: cannot find symbol
symbol : variable sprite1
location: class RSInterface
button.sprite1 = CustomSpriteLoader(33225, "");
^
RSInterface.java:169: cannot find symbol
symbol : variable sprite1
location: class RSInterface
button.sprite1 = getSprite("Button");
^
RSInterface.java:182: cannot find symbol
symbol : variable textDrawingAreas
location: class RSInterface
fonts = textDrawingAreas;
^
Note: client.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
21 errors
Finished!
Press any key to continue . . .
Gives me 20 errors when i add the codes in RSInterface class.