Hello people,
How can i display the JLabel text using external file.. When user click a button, a file is read and retrieve and will be displayed at the label.. what I did was:
1) Declare all the necessary file IO
2) use the useDelimiter() method to read the file contents (word is separated by coma)
3) display the text
4) while more taken, read next
been trying w/o success.... i tried several tutorial too.. but :-(
can anyone give me suggestion??