Code:
RSInterface.java:288: cannot find symbol
symbol : class RSFont
location: class RSInterface
public static void newTrade(RSFont[] TDA) {
^
RSInterface.java:292: cannot find symbol
symbol : method addHover(int,int,int,int,int,java.lang.String,int,int,java.lang
.String)
location: class RSInterface
addHover(3442, 3, 0, 3325, 1, "Interfaces/Bank/BANK", 17, 17, "C
lose Window");
^
RSInterface.java:293: cannot find symbol
symbol : method addHovered(int,int,java.lang.String,int,int,int)
location: class RSInterface
addHovered(3325, 2, "Interfaces/Bank/BANK", 17, 17, 3326);
^
RSInterface.java:307: cannot find symbol
symbol : method addHover(int,int,int,int,int,java.lang.String,int,int,java.lang
.String)
location: class RSInterface
addHover(3420, 1, 0, 3327, 5, "Interfaces/TradeTab/TRADE", 65, 3
2, "Accept");
^
RSInterface.java:308: cannot find symbol
symbol : method addHovered(int,int,java.lang.String,int,int,int)
location: class RSInterface
addHovered(3327, 2, "Interfaces/TradeTab/TRADE", 65, 32, 3328);
^
RSInterface.java:309: cannot find symbol
symbol : method addHover(int,int,int,int,int,java.lang.String,int,int,java.lang
.String)
location: class RSInterface
addHover(3422, 3, 0, 3329, 5, "Interfaces//TradeTab/TRADE", 65,
32, "Decline");
^
RSInterface.java:310: cannot find symbol
symbol : method addHovered(int,int,java.lang.String,int,int,int)
location: class RSInterface
addHovered(3329, 2, "Interfaces/TradeTab/TRADE", 65, 32, 3330);
^
Note: client.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
7 errors
Press any key to continue . . .
But there is no...