Search:

Type: Posts; User: rjdelight

Search: Search took 0.12 seconds.

  1. Re: Trying to display text from file in JTextArea. Please Help.

    I've pretty much figured out all of the major issues I was having trouble with, thanks to the help from the people in these forums(thanks!). The info from my text file is displaying in the JTextArea...
  2. Re: Trying to display text from file in JTextArea. Please Help.

    Isn't there some quick solution to this though? Like, I think I'm only missing a little piece of the code. Can't you do some version of:

    String dvds [] = new BufferedReader(fileName("file.txt"));...
  3. Trying to display text from file in JTextArea. Please Help.

    I'm trying to display some text in a JTextArea I have set up in a simple GUI. Easy right? That's what I thought, but I'm clearly not that advanced at Java. The hook is the information I want to...
Results 1 to 3 of 3