FileReader readKGN = new FileReader("KGNLibrary.txt");
int KGNLib = readKGN.read();
readKGN.close();
i dunwan read it as int.. because i wan use it on IF, so i need it to compare wat i input string item into text area with text file inside string item.
if (POS[i].equals(KGNLib))
{
jTextArea2.append((POS[i] + "/KK" + " | "));