Search:

Type: Posts; User: andbin

Search: Search took 0.14 seconds.

  1. Replies
    8
    Views
    5,785

    Re: How to display ArrayList in jTextArea?

    Yes, it works. But you are a bit limited by the format imposed by toString() of ArrayList.
  2. Replies
    8
    Views
    5,785

    Re: How to display ArrayList in jTextArea?

    Obviously this doesn't compile. setText requires a String, not other objects. It's up to you to generate a new String that contains, for example, N lines where each line contains a text about an...
Results 1 to 2 of 2