Search:

Type: Posts; User: NormR

Search: Search took 0.09 seconds.

  1. Re: Change JTextArea to JList; Display ArrayList in JList

    The message says what the problem is: JList does not have a setText() method.

    Read the API doc for JList to see an example and what methods it has.
    There is a link in the API doc for how to use...
  2. Re: Change JTextArea to JList; Display ArrayList in JList

    Can you post the code that you are working with so we can see what the problems are?
    Also post the full text of any error messages.
  3. Re: Change JTextArea to JList; Display ArrayList in JList

    Where is the JList used in the code? I can't see it.
    Did you look at the API doc for the JList class? It has sample code.
    The API doc: Java Platform SE 8
Results 1 to 3 of 3