Say for instance i wanted a interface to load prices of items,
like say for instance i have

Code:
public static void Price(RSFont[] rsFonts) {
	RSInterface Interface = addInterface(50000);
	setChildren(9, Interface);
	addSprite(50001, 1, "Interfaces/Price/BG");
        addHover(50002, 3, 0, 50003, 1, "Interfaces/Price/CLOSE", 17, 17, "Exit");
	addHovered(50003, 2, "Interfaces/Price/CLOSE", 17, 17, 4504);
        addButton(50004, 1, "Interfaces/Price/BUTTON", 64, 64, "Main Prices", 1);
How would i make it load a text file or something like that?